Shades of Purple Heart #420AB7
Tints of Purple Heart #420AB7
RGB
CMYK
RGB Variations
Color information
#420AB7 (or 0x420AB7) is known color: Purple Heart. HEX triplet: 42, 0A and B7. RGB value is (66,10,183). Sum of RGB (Red+Green+Blue) = 66+10+183=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 183 (71.88% from 255 or 70.66% from 259); Max value from RGB is 183 - color contains mainly: blue. Hex color #420AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420AB7 is #BDF548. Grayscale: #2D2D2D. Windows color (decimal): -12449097 or 11995714. OLE color: 11995714.
HSL color Cylindrical-coordinate representation of color #420AB7: hue angle of 259.42º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420AB7 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 10 | 183 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.28 |
| HSL | 259.42º | 0.9% | 0.38% | - |
| HSV(B) | 259.42º | 0.95% | 0.72% | - |
| XYZ | 10.9 | 4.79 | 45.15 | - |
| YUV | 46.47 | 205.05 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 183 | 0.64 | 0.95 | 0 | 0.28 | 259.42 | 0.9 | 0.38 |
| Hex | 42 | A | B7 | 40 | 5F | 0 | 1C | 103 | 5A | 26 |
| Octal | 102 | 12 | 267 | 100 | 137 | 0 | 34 | 403 | 132 | 46 |
| Binary | 1000010 | 1010 | 10110111 | 1000000 | 1011111 | 0 | 11100 | 100000011 | 1011010 | 100110 |
Color Harmonies of #420AB7
Complementary color
Monochromatic Colors of #420AB7
Black with #420AB7
Text Example
Text Example
White with #420AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420AB7; }
p { color: rgb(66,10,183); }
H1.HeaderClassName
{
color: #420AB7;
}
.AnyTagClassName
{
color: #420AB7;
}
</style>
background-color css
<style>
a { background-color: #420AB7; }
a { background-color: rgb(66,10,183); }
div.DivClassName
{
background-color: #420AB7;
}
.BgClassName
{
background-color: #420AB7;
}
</style>
border-color css
<style>
span { border-color: #420AB7; }
span { border-color: rgb(66,10,183); }
td.TdClassName
{
border-color: #420AB7;
}
.TagClassName
{
border-color: #420AB7;
}
</style>