Shades of Han Purple #420EEC
Tints of Han Purple #420EEC
RGB
CMYK
RGB Variations
Color information
#420EEC (or 0x420EEC) is known color: Han Purple. HEX triplet: 42, 0E and EC. RGB value is (66,14,236). Sum of RGB (Red+Green+Blue) = 66+14+236=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #420EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EEC is #BDF113. Grayscale: #363636. Windows color (decimal): -12448020 or 15470146. OLE color: 15470146.
HSL color Cylindrical-coordinate representation of color #420EEC: hue angle of 254.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EEC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 14 | 236 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.07 |
| HSL | 254.05º | 0.89% | 0.49% | - |
| HSV(B) | 254.05º | 0.94% | 0.93% | - |
| XYZ | 17.54 | 7.53 | 79.89 | - |
| YUV | 54.86 | 230.23 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 236 | 0.72 | 0.94 | 0 | 0.07 | 254.05 | 0.89 | 0.49 |
| Hex | 42 | E | EC | 48 | 5E | 0 | 7 | FE | 59 | 31 |
| Octal | 102 | 16 | 354 | 110 | 136 | 0 | 7 | 376 | 131 | 61 |
| Binary | 1000010 | 1110 | 11101100 | 1001000 | 1011110 | 0 | 111 | 11111110 | 1011001 | 110001 |
Color Harmonies of #420EEC
Complementary color
Monochromatic Colors of #420EEC
Black with #420EEC
Text Example
Text Example
White with #420EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EEC; }
p { color: rgb(66,14,236); }
H1.HeaderClassName
{
color: #420EEC;
}
.AnyTagClassName
{
color: #420EEC;
}
</style>
background-color css
<style>
a { background-color: #420EEC; }
a { background-color: rgb(66,14,236); }
div.DivClassName
{
background-color: #420EEC;
}
.BgClassName
{
background-color: #420EEC;
}
</style>
border-color css
<style>
span { border-color: #420EEC; }
span { border-color: rgb(66,14,236); }
td.TdClassName
{
border-color: #420EEC;
}
.TagClassName
{
border-color: #420EEC;
}
</style>