Shades of Purple Heart #470CCC
Tints of Purple Heart #470CCC
RGB
CMYK
RGB Variations
Color information
#470CCC (or 0x470CCC) is known color: Purple Heart. HEX triplet: 47, 0C and CC. RGB value is (71,12,204). Sum of RGB (Red+Green+Blue) = 71+12+204=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #470CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CCC is #B8F333. Grayscale: #323232. Windows color (decimal): -12120884 or 13372487. OLE color: 13372487.
HSL color Cylindrical-coordinate representation of color #470CCC: hue angle of 258.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470CCC is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 12 | 204 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.2 |
| HSL | 258.44º | 0.89% | 0.42% | - |
| HSV(B) | 258.44º | 0.94% | 0.8% | - |
| XYZ | 13.63 | 5.96 | 57.56 | - |
| YUV | 51.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 204 | 0.65 | 0.94 | 0 | 0.2 | 258.44 | 0.89 | 0.42 |
| Hex | 47 | C | CC | 41 | 5E | 0 | 14 | 102 | 59 | 2A |
| Octal | 107 | 14 | 314 | 101 | 136 | 0 | 24 | 402 | 131 | 52 |
| Binary | 1000111 | 1100 | 11001100 | 1000001 | 1011110 | 0 | 10100 | 100000010 | 1011001 | 101010 |
Color Harmonies of #470CCC
Complementary color
Monochromatic Colors of #470CCC
Black with #470CCC
Text Example
Text Example
White with #470CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CCC; }
p { color: rgb(71,12,204); }
H1.HeaderClassName
{
color: #470CCC;
}
.AnyTagClassName
{
color: #470CCC;
}
</style>
background-color css
<style>
a { background-color: #470CCC; }
a { background-color: rgb(71,12,204); }
div.DivClassName
{
background-color: #470CCC;
}
.BgClassName
{
background-color: #470CCC;
}
</style>
border-color css
<style>
span { border-color: #470CCC; }
span { border-color: rgb(71,12,204); }
td.TdClassName
{
border-color: #470CCC;
}
.TagClassName
{
border-color: #470CCC;
}
</style>