Shades of Purple Heart #470DCC
Tints of Purple Heart #470DCC
RGB
CMYK
RGB Variations
Color information
#470DCC (or 0x470DCC) is known color: Purple Heart. HEX triplet: 47, 0D and CC. RGB value is (71,13,204). Sum of RGB (Red+Green+Blue) = 71+13+204=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #470DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DCC is #B8F233. Grayscale: #333333. Windows color (decimal): -12120628 or 13372743. OLE color: 13372743.
HSL color Cylindrical-coordinate representation of color #470DCC: hue angle of 258.22º 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 #470DCC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 13 | 204 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.2 |
| HSL | 258.22º | 0.88% | 0.43% | - |
| HSV(B) | 258.22º | 0.94% | 0.8% | - |
| XYZ | 13.64 | 5.99 | 57.56 | - |
| YUV | 52.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 204 | 0.65 | 0.94 | 0 | 0.2 | 258.22 | 0.88 | 0.43 |
| Hex | 47 | D | CC | 41 | 5E | 0 | 14 | 102 | 58 | 2B |
| Octal | 107 | 15 | 314 | 101 | 136 | 0 | 24 | 402 | 130 | 53 |
| Binary | 1000111 | 1101 | 11001100 | 1000001 | 1011110 | 0 | 10100 | 100000010 | 1011000 | 101011 |
Color Harmonies of #470DCC
Complementary color
Monochromatic Colors of #470DCC
Black with #470DCC
Text Example
Text Example
White with #470DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470DCC; }
p { color: rgb(71,13,204); }
H1.HeaderClassName
{
color: #470DCC;
}
.AnyTagClassName
{
color: #470DCC;
}
</style>
background-color css
<style>
a { background-color: #470DCC; }
a { background-color: rgb(71,13,204); }
div.DivClassName
{
background-color: #470DCC;
}
.BgClassName
{
background-color: #470DCC;
}
</style>
border-color css
<style>
span { border-color: #470DCC; }
span { border-color: rgb(71,13,204); }
td.TdClassName
{
border-color: #470DCC;
}
.TagClassName
{
border-color: #470DCC;
}
</style>