Registriert:
Mi Jan 27, 2010 8:17 pm

Thema: RGB to HEX Tool
Version 7 released
Hallo Grafiker.
Da ich selber auch programmiere und das richtige Tool nach meinen Wünschen nicht zu haben war,
habe ich ein Tool programmiert, dass mir bei meiner Arbeit sehr nützliche Dienste erweist. Besonders der Desktopübergreifende Color Picker
Vielleicht kann der Ein oder Andere es gebrauchen und nutzt es für seine Arbeit.
RGB to HEX Color Converter v7
english - Windows XP, Vista, 7, 8, 10
32 und 64 Bit
changelog 04/03/2017:
- 2 Themes, "light" or "dark", just simple hit the right mouse button on the tool header
theme.ini is saved in the folder: C:\Users\Username\AppData\Roaming\RGBTool
- change between normal- and compact- Mode now possible
- while active Color Picker, enable the magnifying 8x zoom if needed
just simple hit the mouse wheel




english below
Deutsche Beschreibung:
RGB 2 HEX Converter v7 2017 // Color Conversation Tool v7
windows XP
Windows Vista
Windows 7
Windows 8
Windows 10
32 und 64 Bit Systeme
RGB 2 HEX Converter v3 2017 ist ein sehr nützlicher Farb Umrechner, der Web
Farb-Codes schnell in das gebrauchte Farbformat umwandelt.
RGB oder RGBa zu Web-HEX oder Web-HEX zu RGB bzw. RGBa
Im oberen Teil, dem ersten Button: "Select Background Color" kann eine
Hintergrundfarbe gewählt werden, welche für den Button darunter die Basis bildet
um ein Designkontept zur Wahl der Schrift und Schriftfarbe zu bilden.
Versehe die ausgewählte Font mit einem Farbcode und erstell dein persönliches
Design. Vergleiche wie beide Farben miteinander harmonieren und verwende dein
Konzept auf Webseiten.
(Programmierer unter PureBasic)
Für die Farb-Code Verwendung unter PureBasic ist es möglich, sich den Wert
umrechnen zu lassen. Einfacher Klick auf den Button: "$", errechnet den Farb-Code
und kann sofort eingefügt werden.
-----------------------------------------------------------------------------------------
Beispiel:
Verwendung des oberen Teiles: Compare Background with Font Color
Standardmäßig wird ein Farbwert wie folgt angezeigt:
#988DC5 (Web Hex Code)
rgb(152,141,197) (Web RGB Farb-Code)
mit Klick auf den Button: "$" wird der PureBasic Farb-Code errechnet und
wie folgt angezeigt:
$C58D98 (PureBasic Farb-Code)
rgb(152,141,197) (dieser Wert bleibt unverändert da identisch)
mit Klick auf den Button: "#" wird wieder der Web Hex Code errechnet
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Verwendung des mittleren Teiles: Convert Web Color from HEX to RGB or RGB to HEX
Dieser Teil des Programmes kann ausschließlich und explizit für das schnelle
Umwandeln von Web Farb-Codes verwendet werden.
Besitzt du also zB nur den RGB bzw RGBa Wert einer Farbe und brauchst diesen
als Web HEX Wert, fügst du einfach den Farbwert in das Eingabefeld ein und
drückst den Button, "Convert Color"
Beispiel:
rgb(152,141,197) einfügen -> "Convert Color" -> Ergebnis: #988DC5
#988DC5 einfügen -> "Convert Color" -> Ergebnis: rgb(152,141,197)
rgba(152,141,197,1.0) einfügen -> "Convert Color" -> Ergebnis: #988DC5
der Alpha Wert wird immer als 1 bewertet, auch wenn 0.5 angegeben ist
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Verwendung des Teiles: Convert PureBasic Color to RGB (für Programmierer unter PureBasic)
Sollte zur besseren Übersicht der RGB Farb-Code eines PureBasic konformen
Farbwertes benötigt werden oder anderweitig notwendig sein, fügt man in das
Eingabefeld den PureBasic Farb-Code ein und drückt anschließend den Buton:
"Convert Color"
Beispiel:
$C58D98 einfügen -> "Convert Color" -> Ergebnis: RGB(152,141,197)
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Das interessanteste Feature ist der "Color Picker" im unteren Teil des
Color Conversation Tool v7.
Sollte ein spezieller Farbwert aus einer Grafik oder Website oder einer bestimmten
Stelle auf dem Desktop benötigt werden, dann kommt dieses sehr nützliche Feature zum
Einsatz.
Zur besten Nutzung ist es vorteilhaft, die Checkbox "Always on Top" zu aktivieren
- dies bewirkt, das Color Conversation Tool v7 bleibt als Programm immer im
Vordergrund
- als nächstes die Checkbox: "Color Picker" aktivieren
- geh mit der Maus auf die gewünschte Stelle auf deinem Monitor und erfasse Pixelgenau
den RGB Farbwert mit Linksklick der Linken Maustaste.
Dies übermittelt den Farb-Code in das Eingabefeld und deaktiviert wieder die Checkbox
"color Picker", sodass der Farb Code nun weiter verwendet werden kann.
----------------------------------------------------------------
----------------------------------------------------------------
Programmierung: Inc & UDG @ Unknown Design Group
Idee und Konzeption: Inc @ Inc Design
Original Programmierung: Inc & Freefall
Copyright: © Unknown Design Group 2014-2017
-----------------------------------------------------------------------------------------------------------------------------------
English description
RGB 2 HEX Converter v7 2017 is a very useful and easy to use Color Converter for Web
color codes.
RGB or RGBa to Web-HEX or Web-HEX to RGB / RGBa
In the upper part, the first button: "Select Background Color", you can choose a
background color, which create the base for the second button below to build a Design Concept
for further use with a nice Font and its color.
Give your Font a nice color and create your personally design. Compare both color and if you're
satisfied, go ahead to use the concept in your project.
(for programmer with PureBasic)
For the color code use under PureBasic it is possible to get the value Converted. Just click on
the button: "$", calculates the color code and can be inserted immediately.
-----------------------------------------------------------------------------------------------
Example:
Use the upper part: Compare Background with Font Color
By default, a color value is displayed as follows:
#988DC5 (Web Hex Code)
rgb(152,141,197) (Web RGB Color-Code)
by clicking on the button: "$" the PureBasic color code is calculated as follows:
$C58D98 (PureBasic Color-Code)
rgb(152,141,197) (This value remains unchanged, it's identical)
by clicking on the button: "#" the web hex code is calculated again
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
Use the middle part: Convert Web Color from HEX to RGB or RGB to HEX
This part of the program can be used exclusive and explicit for the fast
Converting of web color codes.
So you have e.g. only the RGB or RGBa value of a color and need this as a Web HEX value,
simply add the color value to the input field and Press the button, "Convert Color"
Example:
rgb(152,141,197) insert -> "Convert Color" -> Result: #988DC5
#988DC5 insert -> "Convert Color" -> Result: rgb(152,141,197)
rgba(152,141,197,1.0) insert -> "Convert Color" -> Result: #988DC5
The alpha value is always valued as 1, even if 0.5 is specified
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Use the middle part: Convert PureBasic Color to RGB
If for a better overview the RGB color code of a PureBasic compliant Color value are
required or otherwise necessary, insert the PureBasic color value into the input field.
then press the buton: "Convert Color"
Example:
$C58D98 insert -> "Convert Color" -> Result: RGB(152,141,197)
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
The most interesting feature is the "color picker" in the lower part of the
Color Conversation Tool v7.
Should be a specific color value needed from a graphic or website or a particular color
Site on the desktop, then comes this very useful feature to the
Commitment.
For best use it is advantageous to activate the "Always on Top" checkbox
- the tool now remain always on top
- now activate the Checkbox: "Color Picker"
- use the mouse to move to the desired location on your monitor and capture pixel accuracy
the RGB color value by left-clicking the left mouse button.
This sends the color code to the input field and deactivates the checkbox again
"Color picker" so that the color code can be reused.
----------------------------------------------------------------
----------------------------------------------------------------
programming: Inc & UDG @ Unknown Design Group
idea und concept: Inc @ Inc Design
Original programming: Inc & Freefall
copyright: © Unknown Design Group 2014-2017
Hallo Grafiker.
Da ich selber auch programmiere und das richtige Tool nach meinen Wünschen nicht zu haben war,
habe ich ein Tool programmiert, dass mir bei meiner Arbeit sehr nützliche Dienste erweist. Besonders der Desktopübergreifende Color Picker
Vielleicht kann der Ein oder Andere es gebrauchen und nutzt es für seine Arbeit.
RGB to HEX Color Converter v7
english - Windows XP, Vista, 7, 8, 10
32 und 64 Bit
changelog 04/03/2017:
- 2 Themes, "light" or "dark", just simple hit the right mouse button on the tool header
theme.ini is saved in the folder: C:\Users\Username\AppData\Roaming\RGBTool
- change between normal- and compact- Mode now possible
- while active Color Picker, enable the magnifying 8x zoom if needed
just simple hit the mouse wheel






english below
Deutsche Beschreibung:
RGB 2 HEX Converter v7 2017 // Color Conversation Tool v7
windows XP
Windows Vista
Windows 7
Windows 8
Windows 10
32 und 64 Bit Systeme
RGB 2 HEX Converter v3 2017 ist ein sehr nützlicher Farb Umrechner, der Web
Farb-Codes schnell in das gebrauchte Farbformat umwandelt.
RGB oder RGBa zu Web-HEX oder Web-HEX zu RGB bzw. RGBa
Im oberen Teil, dem ersten Button: "Select Background Color" kann eine
Hintergrundfarbe gewählt werden, welche für den Button darunter die Basis bildet
um ein Designkontept zur Wahl der Schrift und Schriftfarbe zu bilden.
Versehe die ausgewählte Font mit einem Farbcode und erstell dein persönliches
Design. Vergleiche wie beide Farben miteinander harmonieren und verwende dein
Konzept auf Webseiten.
(Programmierer unter PureBasic)
Für die Farb-Code Verwendung unter PureBasic ist es möglich, sich den Wert
umrechnen zu lassen. Einfacher Klick auf den Button: "$", errechnet den Farb-Code
und kann sofort eingefügt werden.
-----------------------------------------------------------------------------------------
Beispiel:
Verwendung des oberen Teiles: Compare Background with Font Color
Standardmäßig wird ein Farbwert wie folgt angezeigt:
#988DC5 (Web Hex Code)
rgb(152,141,197) (Web RGB Farb-Code)
mit Klick auf den Button: "$" wird der PureBasic Farb-Code errechnet und
wie folgt angezeigt:
$C58D98 (PureBasic Farb-Code)
rgb(152,141,197) (dieser Wert bleibt unverändert da identisch)
mit Klick auf den Button: "#" wird wieder der Web Hex Code errechnet
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Verwendung des mittleren Teiles: Convert Web Color from HEX to RGB or RGB to HEX
Dieser Teil des Programmes kann ausschließlich und explizit für das schnelle
Umwandeln von Web Farb-Codes verwendet werden.
Besitzt du also zB nur den RGB bzw RGBa Wert einer Farbe und brauchst diesen
als Web HEX Wert, fügst du einfach den Farbwert in das Eingabefeld ein und
drückst den Button, "Convert Color"
Beispiel:
rgb(152,141,197) einfügen -> "Convert Color" -> Ergebnis: #988DC5
#988DC5 einfügen -> "Convert Color" -> Ergebnis: rgb(152,141,197)
rgba(152,141,197,1.0) einfügen -> "Convert Color" -> Ergebnis: #988DC5
der Alpha Wert wird immer als 1 bewertet, auch wenn 0.5 angegeben ist
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Verwendung des Teiles: Convert PureBasic Color to RGB (für Programmierer unter PureBasic)
Sollte zur besseren Übersicht der RGB Farb-Code eines PureBasic konformen
Farbwertes benötigt werden oder anderweitig notwendig sein, fügt man in das
Eingabefeld den PureBasic Farb-Code ein und drückt anschließend den Buton:
"Convert Color"
Beispiel:
$C58D98 einfügen -> "Convert Color" -> Ergebnis: RGB(152,141,197)
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Das interessanteste Feature ist der "Color Picker" im unteren Teil des
Color Conversation Tool v7.
Sollte ein spezieller Farbwert aus einer Grafik oder Website oder einer bestimmten
Stelle auf dem Desktop benötigt werden, dann kommt dieses sehr nützliche Feature zum
Einsatz.
Zur besten Nutzung ist es vorteilhaft, die Checkbox "Always on Top" zu aktivieren
- dies bewirkt, das Color Conversation Tool v7 bleibt als Programm immer im
Vordergrund
- als nächstes die Checkbox: "Color Picker" aktivieren
- geh mit der Maus auf die gewünschte Stelle auf deinem Monitor und erfasse Pixelgenau
den RGB Farbwert mit Linksklick der Linken Maustaste.
Dies übermittelt den Farb-Code in das Eingabefeld und deaktiviert wieder die Checkbox
"color Picker", sodass der Farb Code nun weiter verwendet werden kann.
----------------------------------------------------------------
----------------------------------------------------------------
Programmierung: Inc & UDG @ Unknown Design Group
Idee und Konzeption: Inc @ Inc Design
Original Programmierung: Inc & Freefall
Copyright: © Unknown Design Group 2014-2017
-----------------------------------------------------------------------------------------------------------------------------------
English description
RGB 2 HEX Converter v7 2017 is a very useful and easy to use Color Converter for Web
color codes.
RGB or RGBa to Web-HEX or Web-HEX to RGB / RGBa
In the upper part, the first button: "Select Background Color", you can choose a
background color, which create the base for the second button below to build a Design Concept
for further use with a nice Font and its color.
Give your Font a nice color and create your personally design. Compare both color and if you're
satisfied, go ahead to use the concept in your project.
(for programmer with PureBasic)
For the color code use under PureBasic it is possible to get the value Converted. Just click on
the button: "$", calculates the color code and can be inserted immediately.
-----------------------------------------------------------------------------------------------
Example:
Use the upper part: Compare Background with Font Color
By default, a color value is displayed as follows:
#988DC5 (Web Hex Code)
rgb(152,141,197) (Web RGB Color-Code)
by clicking on the button: "$" the PureBasic color code is calculated as follows:
$C58D98 (PureBasic Color-Code)
rgb(152,141,197) (This value remains unchanged, it's identical)
by clicking on the button: "#" the web hex code is calculated again
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
Use the middle part: Convert Web Color from HEX to RGB or RGB to HEX
This part of the program can be used exclusive and explicit for the fast
Converting of web color codes.
So you have e.g. only the RGB or RGBa value of a color and need this as a Web HEX value,
simply add the color value to the input field and Press the button, "Convert Color"
Example:
rgb(152,141,197) insert -> "Convert Color" -> Result: #988DC5
#988DC5 insert -> "Convert Color" -> Result: rgb(152,141,197)
rgba(152,141,197,1.0) insert -> "Convert Color" -> Result: #988DC5
The alpha value is always valued as 1, even if 0.5 is specified
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
Use the middle part: Convert PureBasic Color to RGB
If for a better overview the RGB color code of a PureBasic compliant Color value are
required or otherwise necessary, insert the PureBasic color value into the input field.
then press the buton: "Convert Color"
Example:
$C58D98 insert -> "Convert Color" -> Result: RGB(152,141,197)
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
The most interesting feature is the "color picker" in the lower part of the
Color Conversation Tool v7.
Should be a specific color value needed from a graphic or website or a particular color
Site on the desktop, then comes this very useful feature to the
Commitment.
For best use it is advantageous to activate the "Always on Top" checkbox
- the tool now remain always on top
- now activate the Checkbox: "Color Picker"
- use the mouse to move to the desired location on your monitor and capture pixel accuracy
the RGB color value by left-clicking the left mouse button.
This sends the color code to the input field and deactivates the checkbox again
"Color picker" so that the color code can be reused.
----------------------------------------------------------------
----------------------------------------------------------------
programming: Inc & UDG @ Unknown Design Group
idea und concept: Inc @ Inc Design
Original programming: Inc & Freefall
copyright: © Unknown Design Group 2014-2017
Folgende User moechten sich bei inc. fuer diesen Post bedanken : Rebell, Shadow Inc., WhiteWolf