Shades of Purple Heart #472AB0
Tints of Purple Heart #472AB0
RGB
CMYK
RGB Variations
Color information
#472AB0 (or 0x472AB0) is known color: Purple Heart. HEX triplet: 47, 2A and B0. RGB value is (71,42,176). Sum of RGB (Red+Green+Blue) = 71+42+176=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #472AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472AB0 is #B8D54F. Grayscale: #414141. Windows color (decimal): -12113232 or 11545159. OLE color: 11545159.
HSL color Cylindrical-coordinate representation of color #472AB0: hue angle of 252.99º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472AB0 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 42 | 176 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.31 |
| HSL | 252.99º | 0.61% | 0.43% | - |
| HSV(B) | 252.99º | 0.76% | 0.69% | - |
| XYZ | 11.26 | 6.13 | 41.66 | - |
| YUV | 65.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 176 | 0.60 | 0.76 | 0 | 0.31 | 252.99 | 0.61 | 0.43 |
| Hex | 47 | 2A | B0 | 3C | 4C | 0 | 1F | FD | 3D | 2B |
| Octal | 107 | 52 | 260 | 74 | 114 | 0 | 37 | 375 | 75 | 53 |
| Binary | 1000111 | 101010 | 10110000 | 111100 | 1001100 | 0 | 11111 | 11111101 | 111101 | 101011 |
Color Harmonies of #472AB0
Complementary color
Monochromatic Colors of #472AB0
Black with #472AB0
Text Example
Text Example
White with #472AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AB0; }
p { color: rgb(71,42,176); }
H1.HeaderClassName
{
color: #472AB0;
}
.AnyTagClassName
{
color: #472AB0;
}
</style>
background-color css
<style>
a { background-color: #472AB0; }
a { background-color: rgb(71,42,176); }
div.DivClassName
{
background-color: #472AB0;
}
.BgClassName
{
background-color: #472AB0;
}
</style>
border-color css
<style>
span { border-color: #472AB0; }
span { border-color: rgb(71,42,176); }
td.TdClassName
{
border-color: #472AB0;
}
.TagClassName
{
border-color: #472AB0;
}
</style>