Shades of Purple Heart #420EAE
Tints of Purple Heart #420EAE
RGB
CMYK
RGB Variations
Color information
#420EAE (or 0x420EAE) is known color: Purple Heart. HEX triplet: 42, 0E and AE. RGB value is (66,14,174). Sum of RGB (Red+Green+Blue) = 66+14+174=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #420EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420EAE is #BDF151. Grayscale: #2F2F2F. Windows color (decimal): -12448082 or 11406914. OLE color: 11406914.
HSL color Cylindrical-coordinate representation of color #420EAE: hue angle of 259.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420EAE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 14 | 174 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.32 |
| HSL | 259.5º | 0.85% | 0.37% | - |
| HSV(B) | 259.5º | 0.92% | 0.68% | - |
| XYZ | 10.04 | 4.53 | 40.39 | - |
| YUV | 47.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 174 | 0.62 | 0.92 | 0 | 0.32 | 259.5 | 0.85 | 0.37 |
| Hex | 42 | E | AE | 3E | 5C | 0 | 20 | 104 | 55 | 25 |
| Octal | 102 | 16 | 256 | 76 | 134 | 0 | 40 | 404 | 125 | 45 |
| Binary | 1000010 | 1110 | 10101110 | 111110 | 1011100 | 0 | 100000 | 100000100 | 1010101 | 100101 |
Color Harmonies of #420EAE
Complementary color
Monochromatic Colors of #420EAE
Black with #420EAE
Text Example
Text Example
White with #420EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420EAE; }
p { color: rgb(66,14,174); }
H1.HeaderClassName
{
color: #420EAE;
}
.AnyTagClassName
{
color: #420EAE;
}
</style>
background-color css
<style>
a { background-color: #420EAE; }
a { background-color: rgb(66,14,174); }
div.DivClassName
{
background-color: #420EAE;
}
.BgClassName
{
background-color: #420EAE;
}
</style>
border-color css
<style>
span { border-color: #420EAE; }
span { border-color: rgb(66,14,174); }
td.TdClassName
{
border-color: #420EAE;
}
.TagClassName
{
border-color: #420EAE;
}
</style>