Shades of Purple Heart #420DCC
Tints of Purple Heart #420DCC
RGB
CMYK
RGB Variations
Color information
#420DCC (or 0x420DCC) is known color: Purple Heart. HEX triplet: 42, 0D and CC. RGB value is (66,13,204). Sum of RGB (Red+Green+Blue) = 66+13+204=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #420DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420DCC is #BDF233. Grayscale: #313131. Windows color (decimal): -12448308 or 13372738. OLE color: 13372738.
HSL color Cylindrical-coordinate representation of color #420DCC: hue angle of 256.65º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420DCC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 13 | 204 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.2 |
| HSL | 256.65º | 0.88% | 0.43% | - |
| HSV(B) | 256.65º | 0.94% | 0.8% | - |
| XYZ | 13.29 | 5.81 | 57.55 | - |
| YUV | 50.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 204 | 0.68 | 0.94 | 0 | 0.2 | 256.65 | 0.88 | 0.43 |
| Hex | 42 | D | CC | 44 | 5E | 0 | 14 | 101 | 58 | 2B |
| Octal | 102 | 15 | 314 | 104 | 136 | 0 | 24 | 401 | 130 | 53 |
| Binary | 1000010 | 1101 | 11001100 | 1000100 | 1011110 | 0 | 10100 | 100000001 | 1011000 | 101011 |
Color Harmonies of #420DCC
Complementary color
Monochromatic Colors of #420DCC
Black with #420DCC
Text Example
Text Example
White with #420DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DCC; }
p { color: rgb(66,13,204); }
H1.HeaderClassName
{
color: #420DCC;
}
.AnyTagClassName
{
color: #420DCC;
}
</style>
background-color css
<style>
a { background-color: #420DCC; }
a { background-color: rgb(66,13,204); }
div.DivClassName
{
background-color: #420DCC;
}
.BgClassName
{
background-color: #420DCC;
}
</style>
border-color css
<style>
span { border-color: #420DCC; }
span { border-color: rgb(66,13,204); }
td.TdClassName
{
border-color: #420DCC;
}
.TagClassName
{
border-color: #420DCC;
}
</style>