Shades of Han Purple #420FCF
Tints of Han Purple #420FCF
RGB
CMYK
RGB Variations
Color information
#420FCF (or 0x420FCF) is known color: Han Purple. HEX triplet: 42, 0F and CF. RGB value is (66,15,207). Sum of RGB (Red+Green+Blue) = 66+15+207=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #420FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FCF is #BDF030. Grayscale: #333333. Windows color (decimal): -12447793 or 13569858. OLE color: 13569858.
HSL color Cylindrical-coordinate representation of color #420FCF: hue angle of 255.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420FCF is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 15 | 207 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.19 |
| HSL | 255.94º | 0.86% | 0.44% | - |
| HSV(B) | 255.94º | 0.93% | 0.81% | - |
| XYZ | 13.68 | 6 | 59.47 | - |
| YUV | 52.14 | 215.4 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 207 | 0.68 | 0.93 | 0 | 0.19 | 255.94 | 0.86 | 0.44 |
| Hex | 42 | F | CF | 44 | 5D | 0 | 13 | 100 | 56 | 2C |
| Octal | 102 | 17 | 317 | 104 | 135 | 0 | 23 | 400 | 126 | 54 |
| Binary | 1000010 | 1111 | 11001111 | 1000100 | 1011101 | 0 | 10011 | 100000000 | 1010110 | 101100 |
Color Harmonies of #420FCF
Complementary color
Monochromatic Colors of #420FCF
Black with #420FCF
Text Example
Text Example
White with #420FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FCF; }
p { color: rgb(66,15,207); }
H1.HeaderClassName
{
color: #420FCF;
}
.AnyTagClassName
{
color: #420FCF;
}
</style>
background-color css
<style>
a { background-color: #420FCF; }
a { background-color: rgb(66,15,207); }
div.DivClassName
{
background-color: #420FCF;
}
.BgClassName
{
background-color: #420FCF;
}
</style>
border-color css
<style>
span { border-color: #420FCF; }
span { border-color: rgb(66,15,207); }
td.TdClassName
{
border-color: #420FCF;
}
.TagClassName
{
border-color: #420FCF;
}
</style>