Shades of Han Purple #420FEA
Tints of Han Purple #420FEA
RGB
CMYK
RGB Variations
Color information
#420FEA (or 0x420FEA) is known color: Han Purple. HEX triplet: 42, 0F and EA. RGB value is (66,15,234). Sum of RGB (Red+Green+Blue) = 66+15+234=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #420FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FEA is #BDF015. Grayscale: #363636. Windows color (decimal): -12447766 or 15339330. OLE color: 15339330.
HSL color Cylindrical-coordinate representation of color #420FEA: hue angle of 253.97º degrees, saturation: 0.88, 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 #420FEA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 15 | 234 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.08 |
| HSL | 253.97º | 0.88% | 0.49% | - |
| HSV(B) | 253.97º | 0.94% | 0.92% | - |
| XYZ | 17.27 | 7.44 | 78.37 | - |
| YUV | 55.22 | 228.9 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 234 | 0.72 | 0.94 | 0 | 0.08 | 253.97 | 0.88 | 0.49 |
| Hex | 42 | F | EA | 48 | 5E | 0 | 8 | FE | 58 | 31 |
| Octal | 102 | 17 | 352 | 110 | 136 | 0 | 10 | 376 | 130 | 61 |
| Binary | 1000010 | 1111 | 11101010 | 1001000 | 1011110 | 0 | 1000 | 11111110 | 1011000 | 110001 |
Color Harmonies of #420FEA
Complementary color
Monochromatic Colors of #420FEA
Black with #420FEA
Text Example
Text Example
White with #420FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420FEA; }
p { color: rgb(66,15,234); }
H1.HeaderClassName
{
color: #420FEA;
}
.AnyTagClassName
{
color: #420FEA;
}
</style>
background-color css
<style>
a { background-color: #420FEA; }
a { background-color: rgb(66,15,234); }
div.DivClassName
{
background-color: #420FEA;
}
.BgClassName
{
background-color: #420FEA;
}
</style>
border-color css
<style>
span { border-color: #420FEA; }
span { border-color: rgb(66,15,234); }
td.TdClassName
{
border-color: #420FEA;
}
.TagClassName
{
border-color: #420FEA;
}
</style>