Shades of Purple Heart #470BC8
Tints of Purple Heart #470BC8
RGB
CMYK
RGB Variations
Color information
#470BC8 (or 0x470BC8) is known color: Purple Heart. HEX triplet: 47, 0B and C8. RGB value is (71,11,200). Sum of RGB (Red+Green+Blue) = 71+11+200=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #470BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BC8 is #B8F437. Grayscale: #313131. Windows color (decimal): -12121144 or 13110087. OLE color: 13110087.
HSL color Cylindrical-coordinate representation of color #470BC8: hue angle of 259.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470BC8 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 11 | 200 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.22 |
| HSL | 259.05º | 0.9% | 0.41% | - |
| HSV(B) | 259.05º | 0.95% | 0.78% | - |
| XYZ | 13.14 | 5.75 | 55.06 | - |
| YUV | 50.49 | 212.38 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 200 | 0.64 | 0.94 | 0 | 0.22 | 259.05 | 0.9 | 0.41 |
| Hex | 47 | B | C8 | 40 | 5E | 0 | 16 | 103 | 5A | 29 |
| Octal | 107 | 13 | 310 | 100 | 136 | 0 | 26 | 403 | 132 | 51 |
| Binary | 1000111 | 1011 | 11001000 | 1000000 | 1011110 | 0 | 10110 | 100000011 | 1011010 | 101001 |
Color Harmonies of #470BC8
Complementary color
Monochromatic Colors of #470BC8
Black with #470BC8
Text Example
Text Example
White with #470BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470BC8; }
p { color: rgb(71,11,200); }
H1.HeaderClassName
{
color: #470BC8;
}
.AnyTagClassName
{
color: #470BC8;
}
</style>
background-color css
<style>
a { background-color: #470BC8; }
a { background-color: rgb(71,11,200); }
div.DivClassName
{
background-color: #470BC8;
}
.BgClassName
{
background-color: #470BC8;
}
</style>
border-color css
<style>
span { border-color: #470BC8; }
span { border-color: rgb(71,11,200); }
td.TdClassName
{
border-color: #470BC8;
}
.TagClassName
{
border-color: #470BC8;
}
</style>