Shades of Purple Heart #470FCC
Tints of Purple Heart #470FCC
RGB
CMYK
RGB Variations
Color information
#470FCC (or 0x470FCC) is known color: Purple Heart. HEX triplet: 47, 0F and CC. RGB value is (71,15,204). Sum of RGB (Red+Green+Blue) = 71+15+204=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #470FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FCC is #B8F033. Grayscale: #343434. Windows color (decimal): -12120116 or 13373255. OLE color: 13373255.
HSL color Cylindrical-coordinate representation of color #470FCC: hue angle of 257.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470FCC is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 15 | 204 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.2 |
| HSL | 257.78º | 0.86% | 0.43% | - |
| HSV(B) | 257.78º | 0.93% | 0.8% | - |
| XYZ | 13.67 | 6.04 | 57.57 | - |
| YUV | 53.29 | 213.05 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 204 | 0.65 | 0.93 | 0 | 0.2 | 257.78 | 0.86 | 0.43 |
| Hex | 47 | F | CC | 41 | 5D | 0 | 14 | 102 | 56 | 2B |
| Octal | 107 | 17 | 314 | 101 | 135 | 0 | 24 | 402 | 126 | 53 |
| Binary | 1000111 | 1111 | 11001100 | 1000001 | 1011101 | 0 | 10100 | 100000010 | 1010110 | 101011 |
Color Harmonies of #470FCC
Complementary color
Monochromatic Colors of #470FCC
Black with #470FCC
Text Example
Text Example
White with #470FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470FCC; }
p { color: rgb(71,15,204); }
H1.HeaderClassName
{
color: #470FCC;
}
.AnyTagClassName
{
color: #470FCC;
}
</style>
background-color css
<style>
a { background-color: #470FCC; }
a { background-color: rgb(71,15,204); }
div.DivClassName
{
background-color: #470FCC;
}
.BgClassName
{
background-color: #470FCC;
}
</style>
border-color css
<style>
span { border-color: #470FCC; }
span { border-color: rgb(71,15,204); }
td.TdClassName
{
border-color: #470FCC;
}
.TagClassName
{
border-color: #470FCC;
}
</style>