Shades of Han Purple #6412ED
Tints of Han Purple #6412ED
RGB
CMYK
RGB Variations
Color information
#6412ED (or 0x6412ED) is known color: Han Purple. HEX triplet: 64, 12 and ED. RGB value is (100,18,237). Sum of RGB (Red+Green+Blue) = 100+18+237=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #6412ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6412ED is #9BED12. Grayscale: #424242. Windows color (decimal): -10218771 or 15536740. OLE color: 15536740.
HSL color Cylindrical-coordinate representation of color #6412ED: hue angle of 262.47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6412ED is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 18 | 237 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.07 |
| HSL | 262.47º | 0.86% | 0.5% | - |
| HSV(B) | 262.47º | 0.92% | 0.93% | - |
| XYZ | 20.76 | 9.26 | 80.81 | - |
| YUV | 67.48 | 223.67 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 237 | 0.58 | 0.92 | 0 | 0.07 | 262.47 | 0.86 | 0.5 |
| Hex | 64 | 12 | ED | 3A | 5C | 0 | 7 | 106 | 56 | 32 |
| Octal | 144 | 22 | 355 | 72 | 134 | 0 | 7 | 406 | 126 | 62 |
| Binary | 1100100 | 10010 | 11101101 | 111010 | 1011100 | 0 | 111 | 100000110 | 1010110 | 110010 |
Color Harmonies of #6412ED
Complementary color
Monochromatic Colors of #6412ED
Black with #6412ED
Text Example
Text Example
White with #6412ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412ED; }
p { color: rgb(100,18,237); }
H1.HeaderClassName
{
color: #6412ED;
}
.AnyTagClassName
{
color: #6412ED;
}
</style>
background-color css
<style>
a { background-color: #6412ED; }
a { background-color: rgb(100,18,237); }
div.DivClassName
{
background-color: #6412ED;
}
.BgClassName
{
background-color: #6412ED;
}
</style>
border-color css
<style>
span { border-color: #6412ED; }
span { border-color: rgb(100,18,237); }
td.TdClassName
{
border-color: #6412ED;
}
.TagClassName
{
border-color: #6412ED;
}
</style>