Shades of Purple Heart #420DC0
Tints of Purple Heart #420DC0
RGB
CMYK
RGB Variations
Color information
#420DC0 (or 0x420DC0) is known color: Purple Heart. HEX triplet: 42, 0D and C0. RGB value is (66,13,192). Sum of RGB (Red+Green+Blue) = 66+13+192=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #420DC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DC0 is #BDF23F. Grayscale: #303030. Windows color (decimal): -12448320 or 12586306. OLE color: 12586306.
HSL color Cylindrical-coordinate representation of color #420DC0: hue angle of 257.77º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420DC0 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 13 | 192 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.25 |
| HSL | 257.77º | 0.87% | 0.4% | - |
| HSV(B) | 257.77º | 0.93% | 0.75% | - |
| XYZ | 11.91 | 5.25 | 50.26 | - |
| YUV | 49.25 | 208.56 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 192 | 0.66 | 0.93 | 0 | 0.25 | 257.77 | 0.87 | 0.4 |
| Hex | 42 | D | C0 | 42 | 5D | 0 | 19 | 102 | 57 | 28 |
| Octal | 102 | 15 | 300 | 102 | 135 | 0 | 31 | 402 | 127 | 50 |
| Binary | 1000010 | 1101 | 11000000 | 1000010 | 1011101 | 0 | 11001 | 100000010 | 1010111 | 101000 |
Color Harmonies of #420DC0
Complementary color
Monochromatic Colors of #420DC0
Black with #420DC0
Text Example
Text Example
White with #420DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DC0; }
p { color: rgb(66,13,192); }
H1.HeaderClassName
{
color: #420DC0;
}
.AnyTagClassName
{
color: #420DC0;
}
</style>
background-color css
<style>
a { background-color: #420DC0; }
a { background-color: rgb(66,13,192); }
div.DivClassName
{
background-color: #420DC0;
}
.BgClassName
{
background-color: #420DC0;
}
</style>
border-color css
<style>
span { border-color: #420DC0; }
span { border-color: rgb(66,13,192); }
td.TdClassName
{
border-color: #420DC0;
}
.TagClassName
{
border-color: #420DC0;
}
</style>