Shades of Purple Heart #420EB2
Tints of Purple Heart #420EB2
RGB
CMYK
RGB Variations
Color information
#420EB2 (or 0x420EB2) is known color: Purple Heart. HEX triplet: 42, 0E and B2. RGB value is (66,14,178). Sum of RGB (Red+Green+Blue) = 66+14+178=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #420EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420EB2 is #BDF14D. Grayscale: #2F2F2F. Windows color (decimal): -12448078 or 11669058. OLE color: 11669058.
HSL color Cylindrical-coordinate representation of color #420EB2: hue angle of 259.02º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420EB2 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 14 | 178 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.30 |
| HSL | 259.02º | 0.85% | 0.38% | - |
| HSV(B) | 259.02º | 0.92% | 0.7% | - |
| XYZ | 10.44 | 4.69 | 42.47 | - |
| YUV | 48.24 | 201.23 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 178 | 0.63 | 0.92 | 0 | 0.30 | 259.02 | 0.85 | 0.38 |
| Hex | 42 | E | B2 | 3F | 5C | 0 | 1E | 103 | 55 | 26 |
| Octal | 102 | 16 | 262 | 77 | 134 | 0 | 36 | 403 | 125 | 46 |
| Binary | 1000010 | 1110 | 10110010 | 111111 | 1011100 | 0 | 11110 | 100000011 | 1010101 | 100110 |
Color Harmonies of #420EB2
Complementary color
Monochromatic Colors of #420EB2
Black with #420EB2
Text Example
Text Example
White with #420EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EB2; }
p { color: rgb(66,14,178); }
H1.HeaderClassName
{
color: #420EB2;
}
.AnyTagClassName
{
color: #420EB2;
}
</style>
background-color css
<style>
a { background-color: #420EB2; }
a { background-color: rgb(66,14,178); }
div.DivClassName
{
background-color: #420EB2;
}
.BgClassName
{
background-color: #420EB2;
}
</style>
border-color css
<style>
span { border-color: #420EB2; }
span { border-color: rgb(66,14,178); }
td.TdClassName
{
border-color: #420EB2;
}
.TagClassName
{
border-color: #420EB2;
}
</style>