Shades of Purple Heart #420CC9
Tints of Purple Heart #420CC9
RGB
CMYK
RGB Variations
Color information
#420CC9 (or 0x420CC9) is known color: Purple Heart. HEX triplet: 42, 0C and C9. RGB value is (66,12,201). Sum of RGB (Red+Green+Blue) = 66+12+201=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #420CC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CC9 is #BDF336. Grayscale: #303030. Windows color (decimal): -12448567 or 13175874. OLE color: 13175874.
HSL color Cylindrical-coordinate representation of color #420CC9: hue angle of 257.14º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CC9 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 12 | 201 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.21 |
| HSL | 257.14º | 0.89% | 0.42% | - |
| HSV(B) | 257.14º | 0.94% | 0.79% | - |
| XYZ | 12.92 | 5.64 | 55.67 | - |
| YUV | 49.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 201 | 0.67 | 0.94 | 0 | 0.21 | 257.14 | 0.89 | 0.42 |
| Hex | 42 | C | C9 | 43 | 5E | 0 | 15 | 101 | 59 | 2A |
| Octal | 102 | 14 | 311 | 103 | 136 | 0 | 25 | 401 | 131 | 52 |
| Binary | 1000010 | 1100 | 11001001 | 1000011 | 1011110 | 0 | 10101 | 100000001 | 1011001 | 101010 |
Color Harmonies of #420CC9
Complementary color
Monochromatic Colors of #420CC9
Black with #420CC9
Text Example
Text Example
White with #420CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CC9; }
p { color: rgb(66,12,201); }
H1.HeaderClassName
{
color: #420CC9;
}
.AnyTagClassName
{
color: #420CC9;
}
</style>
background-color css
<style>
a { background-color: #420CC9; }
a { background-color: rgb(66,12,201); }
div.DivClassName
{
background-color: #420CC9;
}
.BgClassName
{
background-color: #420CC9;
}
</style>
border-color css
<style>
span { border-color: #420CC9; }
span { border-color: rgb(66,12,201); }
td.TdClassName
{
border-color: #420CC9;
}
.TagClassName
{
border-color: #420CC9;
}
</style>