Shades of Han Purple #420FE8
Tints of Han Purple #420FE8
RGB
CMYK
RGB Variations
Color information
#420FE8 (or 0x420FE8) is known color: Han Purple. HEX triplet: 42, 0F and E8. RGB value is (66,15,232). Sum of RGB (Red+Green+Blue) = 66+15+232=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #420FE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FE8 is #BDF017. Grayscale: #363636. Windows color (decimal): -12447768 or 15208258. OLE color: 15208258.
HSL color Cylindrical-coordinate representation of color #420FE8: hue angle of 254.1º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420FE8 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 15 | 232 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.09 |
| HSL | 254.1º | 0.88% | 0.48% | - |
| HSV(B) | 254.1º | 0.94% | 0.91% | - |
| XYZ | 16.98 | 7.33 | 76.86 | - |
| YUV | 54.99 | 227.9 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 232 | 0.72 | 0.94 | 0 | 0.09 | 254.1 | 0.88 | 0.48 |
| Hex | 42 | F | E8 | 48 | 5E | 0 | 9 | FE | 58 | 30 |
| Octal | 102 | 17 | 350 | 110 | 136 | 0 | 11 | 376 | 130 | 60 |
| Binary | 1000010 | 1111 | 11101000 | 1001000 | 1011110 | 0 | 1001 | 11111110 | 1011000 | 110000 |
Color Harmonies of #420FE8
Complementary color
Monochromatic Colors of #420FE8
Black with #420FE8
Text Example
Text Example
White with #420FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FE8; }
p { color: rgb(66,15,232); }
H1.HeaderClassName
{
color: #420FE8;
}
.AnyTagClassName
{
color: #420FE8;
}
</style>
background-color css
<style>
a { background-color: #420FE8; }
a { background-color: rgb(66,15,232); }
div.DivClassName
{
background-color: #420FE8;
}
.BgClassName
{
background-color: #420FE8;
}
</style>
border-color css
<style>
span { border-color: #420FE8; }
span { border-color: rgb(66,15,232); }
td.TdClassName
{
border-color: #420FE8;
}
.TagClassName
{
border-color: #420FE8;
}
</style>