Shades of Purple Heart #470BC6
Tints of Purple Heart #470BC6
RGB
CMYK
RGB Variations
Color information
#470BC6 (or 0x470BC6) is known color: Purple Heart. HEX triplet: 47, 0B and C6. RGB value is (71,11,198). Sum of RGB (Red+Green+Blue) = 71+11+198=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 198 (77.73% from 255 or 70.71% from 280); Max value from RGB is 198 - color contains mainly: blue. Hex color #470BC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BC6 is #B8F439. Grayscale: #313131. Windows color (decimal): -12121146 or 12979015. OLE color: 12979015.
HSL color Cylindrical-coordinate representation of color #470BC6: hue angle of 259.25º degrees, saturation: 0.89, 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 #470BC6 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 11 | 198 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.22 |
| HSL | 259.25º | 0.89% | 0.41% | - |
| HSV(B) | 259.25º | 0.94% | 0.78% | - |
| XYZ | 12.91 | 5.66 | 53.84 | - |
| YUV | 50.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 198 | 0.64 | 0.94 | 0 | 0.22 | 259.25 | 0.89 | 0.41 |
| Hex | 47 | B | C6 | 40 | 5E | 0 | 16 | 103 | 59 | 29 |
| Octal | 107 | 13 | 306 | 100 | 136 | 0 | 26 | 403 | 131 | 51 |
| Binary | 1000111 | 1011 | 11000110 | 1000000 | 1011110 | 0 | 10110 | 100000011 | 1011001 | 101001 |
Color Harmonies of #470BC6
Complementary color
Monochromatic Colors of #470BC6
Black with #470BC6
Text Example
Text Example
White with #470BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470BC6; }
p { color: rgb(71,11,198); }
H1.HeaderClassName
{
color: #470BC6;
}
.AnyTagClassName
{
color: #470BC6;
}
</style>
background-color css
<style>
a { background-color: #470BC6; }
a { background-color: rgb(71,11,198); }
div.DivClassName
{
background-color: #470BC6;
}
.BgClassName
{
background-color: #470BC6;
}
</style>
border-color css
<style>
span { border-color: #470BC6; }
span { border-color: rgb(71,11,198); }
td.TdClassName
{
border-color: #470BC6;
}
.TagClassName
{
border-color: #470BC6;
}
</style>