Shades of Purple Heart #470AB5
Tints of Purple Heart #470AB5
RGB
CMYK
RGB Variations
Color information
#470AB5 (or 0x470AB5) is known color: Purple Heart. HEX triplet: 47, 0A and B5. RGB value is (71,10,181). Sum of RGB (Red+Green+Blue) = 71+10+181=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #470AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470AB5 is #B8F54A. Grayscale: #2F2F2F. Windows color (decimal): -12121419 or 11864647. OLE color: 11864647.
HSL color Cylindrical-coordinate representation of color #470AB5: hue angle of 261.4º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470AB5 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 10 | 181 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.29 |
| HSL | 261.4º | 0.9% | 0.37% | - |
| HSV(B) | 261.4º | 0.94% | 0.71% | - |
| XYZ | 11.05 | 4.89 | 44.08 | - |
| YUV | 47.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 181 | 0.61 | 0.94 | 0 | 0.29 | 261.4 | 0.9 | 0.37 |
| Hex | 47 | A | B5 | 3D | 5E | 0 | 1D | 105 | 5A | 25 |
| Octal | 107 | 12 | 265 | 75 | 136 | 0 | 35 | 405 | 132 | 45 |
| Binary | 1000111 | 1010 | 10110101 | 111101 | 1011110 | 0 | 11101 | 100000101 | 1011010 | 100101 |
Color Harmonies of #470AB5
Complementary color
Monochromatic Colors of #470AB5
Black with #470AB5
Text Example
Text Example
White with #470AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470AB5; }
p { color: rgb(71,10,181); }
H1.HeaderClassName
{
color: #470AB5;
}
.AnyTagClassName
{
color: #470AB5;
}
</style>
background-color css
<style>
a { background-color: #470AB5; }
a { background-color: rgb(71,10,181); }
div.DivClassName
{
background-color: #470AB5;
}
.BgClassName
{
background-color: #470AB5;
}
</style>
border-color css
<style>
span { border-color: #470AB5; }
span { border-color: rgb(71,10,181); }
td.TdClassName
{
border-color: #470AB5;
}
.TagClassName
{
border-color: #470AB5;
}
</style>