Shades of Han Purple #420DF4
Tints of Han Purple #420DF4
RGB
CMYK
RGB Variations
Color information
#420DF4 (or 0x420DF4) is known color: Han Purple. HEX triplet: 42, 0D and F4. RGB value is (66,13,244). Sum of RGB (Red+Green+Blue) = 66+13+244=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 244 (95.70% from 255 or 75.54% from 323); Max value from RGB is 244 - color contains mainly: blue. Hex color #420DF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DF4 is #BDF20B. Grayscale: #363636. Windows color (decimal): -12448268 or 15994178. OLE color: 15994178.
HSL color Cylindrical-coordinate representation of color #420DF4: hue angle of 253.77º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420DF4 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 13 | 244 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.04 |
| HSL | 253.77º | 0.91% | 0.5% | - |
| HSV(B) | 253.77º | 0.95% | 0.96% | - |
| XYZ | 18.72 | 7.98 | 86.14 | - |
| YUV | 55.18 | 234.56 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 244 | 0.73 | 0.95 | 0 | 0.04 | 253.77 | 0.91 | 0.5 |
| Hex | 42 | D | F4 | 49 | 5F | 0 | 4 | FE | 5B | 32 |
| Octal | 102 | 15 | 364 | 111 | 137 | 0 | 4 | 376 | 133 | 62 |
| Binary | 1000010 | 1101 | 11110100 | 1001001 | 1011111 | 0 | 100 | 11111110 | 1011011 | 110010 |
Color Harmonies of #420DF4
Complementary color
Monochromatic Colors of #420DF4
Black with #420DF4
Text Example
Text Example
White with #420DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DF4; }
p { color: rgb(66,13,244); }
H1.HeaderClassName
{
color: #420DF4;
}
.AnyTagClassName
{
color: #420DF4;
}
</style>
background-color css
<style>
a { background-color: #420DF4; }
a { background-color: rgb(66,13,244); }
div.DivClassName
{
background-color: #420DF4;
}
.BgClassName
{
background-color: #420DF4;
}
</style>
border-color css
<style>
span { border-color: #420DF4; }
span { border-color: rgb(66,13,244); }
td.TdClassName
{
border-color: #420DF4;
}
.TagClassName
{
border-color: #420DF4;
}
</style>