Shades of Han Purple #420EEA
Tints of Han Purple #420EEA
RGB
CMYK
RGB Variations
Color information
#420EEA (or 0x420EEA) is known color: Han Purple. HEX triplet: 42, 0E and EA. RGB value is (66,14,234). Sum of RGB (Red+Green+Blue) = 66+14+234=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #420EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EEA is #BDF115. Grayscale: #353535. Windows color (decimal): -12448022 or 15339074. OLE color: 15339074.
HSL color Cylindrical-coordinate representation of color #420EEA: hue angle of 254.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EEA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 14 | 234 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.08 |
| HSL | 254.18º | 0.89% | 0.49% | - |
| HSV(B) | 254.18º | 0.94% | 0.92% | - |
| XYZ | 17.26 | 7.41 | 78.36 | - |
| YUV | 54.63 | 229.23 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 234 | 0.72 | 0.94 | 0 | 0.08 | 254.18 | 0.89 | 0.49 |
| Hex | 42 | E | EA | 48 | 5E | 0 | 8 | FE | 59 | 31 |
| Octal | 102 | 16 | 352 | 110 | 136 | 0 | 10 | 376 | 131 | 61 |
| Binary | 1000010 | 1110 | 11101010 | 1001000 | 1011110 | 0 | 1000 | 11111110 | 1011001 | 110001 |
Color Harmonies of #420EEA
Complementary color
Monochromatic Colors of #420EEA
Black with #420EEA
Text Example
Text Example
White with #420EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EEA; }
p { color: rgb(66,14,234); }
H1.HeaderClassName
{
color: #420EEA;
}
.AnyTagClassName
{
color: #420EEA;
}
</style>
background-color css
<style>
a { background-color: #420EEA; }
a { background-color: rgb(66,14,234); }
div.DivClassName
{
background-color: #420EEA;
}
.BgClassName
{
background-color: #420EEA;
}
</style>
border-color css
<style>
span { border-color: #420EEA; }
span { border-color: rgb(66,14,234); }
td.TdClassName
{
border-color: #420EEA;
}
.TagClassName
{
border-color: #420EEA;
}
</style>