Shades of Han Purple #6412F0
Tints of Han Purple #6412F0
RGB
CMYK
RGB Variations
Color information
#6412F0 (or 0x6412F0) is known color: Han Purple. HEX triplet: 64, 12 and F0. RGB value is (100,18,240). Sum of RGB (Red+Green+Blue) = 100+18+240=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #6412F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6412F0 is #9BED0F. Grayscale: #434343. Windows color (decimal): -10218768 or 15733348. OLE color: 15733348.
HSL color Cylindrical-coordinate representation of color #6412F0: hue angle of 262.16º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6412F0 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 18 | 240 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.06 |
| HSL | 262.16º | 0.88% | 0.51% | - |
| HSV(B) | 262.16º | 0.93% | 0.94% | - |
| XYZ | 21.2 | 9.43 | 83.14 | - |
| YUV | 67.83 | 225.17 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 240 | 0.58 | 0.92 | 0 | 0.06 | 262.16 | 0.88 | 0.51 |
| Hex | 64 | 12 | F0 | 3A | 5C | 0 | 6 | 106 | 58 | 33 |
| Octal | 144 | 22 | 360 | 72 | 134 | 0 | 6 | 406 | 130 | 63 |
| Binary | 1100100 | 10010 | 11110000 | 111010 | 1011100 | 0 | 110 | 100000110 | 1011000 | 110011 |
Color Harmonies of #6412F0
Complementary color
Monochromatic Colors of #6412F0
Black with #6412F0
Text Example
Text Example
White with #6412F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412F0; }
p { color: rgb(100,18,240); }
H1.HeaderClassName
{
color: #6412F0;
}
.AnyTagClassName
{
color: #6412F0;
}
</style>
background-color css
<style>
a { background-color: #6412F0; }
a { background-color: rgb(100,18,240); }
div.DivClassName
{
background-color: #6412F0;
}
.BgClassName
{
background-color: #6412F0;
}
</style>
border-color css
<style>
span { border-color: #6412F0; }
span { border-color: rgb(100,18,240); }
td.TdClassName
{
border-color: #6412F0;
}
.TagClassName
{
border-color: #6412F0;
}
</style>