Shades of Purple Heart #470CCE
Tints of Purple Heart #470CCE
RGB
CMYK
RGB Variations
Color information
#470CCE (or 0x470CCE) is known color: Purple Heart. HEX triplet: 47, 0C and CE. RGB value is (71,12,206). Sum of RGB (Red+Green+Blue) = 71+12+206=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #470CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CCE is #B8F331. Grayscale: #333333. Windows color (decimal): -12120882 or 13503559. OLE color: 13503559.
HSL color Cylindrical-coordinate representation of color #470CCE: hue angle of 258.25º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470CCE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 12 | 206 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.19 |
| HSL | 258.25º | 0.89% | 0.43% | - |
| HSV(B) | 258.25º | 0.94% | 0.81% | - |
| XYZ | 13.87 | 6.06 | 58.83 | - |
| YUV | 51.76 | 215.05 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 206 | 0.66 | 0.94 | 0 | 0.19 | 258.25 | 0.89 | 0.43 |
| Hex | 47 | C | CE | 42 | 5E | 0 | 13 | 102 | 59 | 2B |
| Octal | 107 | 14 | 316 | 102 | 136 | 0 | 23 | 402 | 131 | 53 |
| Binary | 1000111 | 1100 | 11001110 | 1000010 | 1011110 | 0 | 10011 | 100000010 | 1011001 | 101011 |
Color Harmonies of #470CCE
Complementary color
Monochromatic Colors of #470CCE
Black with #470CCE
Text Example
Text Example
White with #470CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470CCE; }
p { color: rgb(71,12,206); }
H1.HeaderClassName
{
color: #470CCE;
}
.AnyTagClassName
{
color: #470CCE;
}
</style>
background-color css
<style>
a { background-color: #470CCE; }
a { background-color: rgb(71,12,206); }
div.DivClassName
{
background-color: #470CCE;
}
.BgClassName
{
background-color: #470CCE;
}
</style>
border-color css
<style>
span { border-color: #470CCE; }
span { border-color: rgb(71,12,206); }
td.TdClassName
{
border-color: #470CCE;
}
.TagClassName
{
border-color: #470CCE;
}
</style>