Shades of Purple Heart #470BCC
Tints of Purple Heart #470BCC
RGB
CMYK
RGB Variations
Color information
#470BCC (or 0x470BCC) is known color: Purple Heart. HEX triplet: 47, 0B and CC. RGB value is (71,11,204). Sum of RGB (Red+Green+Blue) = 71+11+204=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #470BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BCC is #B8F433. Grayscale: #323232. Windows color (decimal): -12121140 or 13372231. OLE color: 13372231.
HSL color Cylindrical-coordinate representation of color #470BCC: hue angle of 258.65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BCC is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 11 | 204 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.2 |
| HSL | 258.65º | 0.9% | 0.42% | - |
| HSV(B) | 258.65º | 0.95% | 0.8% | - |
| XYZ | 13.62 | 5.94 | 57.56 | - |
| YUV | 50.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 204 | 0.65 | 0.95 | 0 | 0.2 | 258.65 | 0.9 | 0.42 |
| Hex | 47 | B | CC | 41 | 5F | 0 | 14 | 103 | 5A | 2A |
| Octal | 107 | 13 | 314 | 101 | 137 | 0 | 24 | 403 | 132 | 52 |
| Binary | 1000111 | 1011 | 11001100 | 1000001 | 1011111 | 0 | 10100 | 100000011 | 1011010 | 101010 |
Color Harmonies of #470BCC
Complementary color
Monochromatic Colors of #470BCC
Black with #470BCC
Text Example
Text Example
White with #470BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470BCC; }
p { color: rgb(71,11,204); }
H1.HeaderClassName
{
color: #470BCC;
}
.AnyTagClassName
{
color: #470BCC;
}
</style>
background-color css
<style>
a { background-color: #470BCC; }
a { background-color: rgb(71,11,204); }
div.DivClassName
{
background-color: #470BCC;
}
.BgClassName
{
background-color: #470BCC;
}
</style>
border-color css
<style>
span { border-color: #470BCC; }
span { border-color: rgb(71,11,204); }
td.TdClassName
{
border-color: #470BCC;
}
.TagClassName
{
border-color: #470BCC;
}
</style>