Shades of Han Purple #420EFE
Tints of Han Purple #420EFE
RGB
CMYK
RGB Variations
Color information
#420EFE (or 0x420EFE) is known color: Han Purple. HEX triplet: 42, 0E and FE. RGB value is (66,14,254). Sum of RGB (Red+Green+Blue) = 66+14+254=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #420EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420EFE is #BDF101. Grayscale: #383838. Windows color (decimal): -12448002 or 16649794. OLE color: 16649794.
HSL color Cylindrical-coordinate representation of color #420EFE: hue angle of 253º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420EFE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 14 | 254 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.00 |
| HSL | 253º | 0.99% | 0.53% | - |
| HSV(B) | 253º | 0.94% | 1% | - |
| XYZ | 20.29 | 8.63 | 94.36 | - |
| YUV | 56.91 | 239.23 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 254 | 0.74 | 0.94 | 0 | 0.00 | 253 | 0.99 | 0.53 |
| Hex | 42 | E | FE | 4A | 5E | 0 | 0 | FD | 63 | 35 |
| Octal | 102 | 16 | 376 | 112 | 136 | 0 | 0 | 375 | 143 | 65 |
| Binary | 1000010 | 1110 | 11111110 | 1001010 | 1011110 | 0 | 0 | 11111101 | 1100011 | 110101 |
Color Harmonies of #420EFE
Complementary color
Monochromatic Colors of #420EFE
Black with #420EFE
Text Example
Text Example
White with #420EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EFE; }
p { color: rgb(66,14,254); }
H1.HeaderClassName
{
color: #420EFE;
}
.AnyTagClassName
{
color: #420EFE;
}
</style>
background-color css
<style>
a { background-color: #420EFE; }
a { background-color: rgb(66,14,254); }
div.DivClassName
{
background-color: #420EFE;
}
.BgClassName
{
background-color: #420EFE;
}
</style>
border-color css
<style>
span { border-color: #420EFE; }
span { border-color: rgb(66,14,254); }
td.TdClassName
{
border-color: #420EFE;
}
.TagClassName
{
border-color: #420EFE;
}
</style>