Shades of Purple Heart #472AC5
Tints of Purple Heart #472AC5
RGB
CMYK
RGB Variations
Color information
#472AC5 (or 0x472AC5) is known color: Purple Heart. HEX triplet: 47, 2A and C5. RGB value is (71,42,197). Sum of RGB (Red+Green+Blue) = 71+42+197=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #472AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472AC5 is #B8D53A. Grayscale: #434343. Windows color (decimal): -12113211 or 12921415. OLE color: 12921415.
HSL color Cylindrical-coordinate representation of color #472AC5: hue angle of 251.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472AC5 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 42 | 197 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.23 |
| HSL | 251.23º | 0.65% | 0.47% | - |
| HSV(B) | 251.23º | 0.79% | 0.77% | - |
| XYZ | 13.5 | 7.03 | 53.47 | - |
| YUV | 68.34 | 200.61 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 197 | 0.64 | 0.79 | 0 | 0.23 | 251.23 | 0.65 | 0.47 |
| Hex | 47 | 2A | C5 | 40 | 4F | 0 | 17 | FB | 41 | 2F |
| Octal | 107 | 52 | 305 | 100 | 117 | 0 | 27 | 373 | 101 | 57 |
| Binary | 1000111 | 101010 | 11000101 | 1000000 | 1001111 | 0 | 10111 | 11111011 | 1000001 | 101111 |
Color Harmonies of #472AC5
Complementary color
Monochromatic Colors of #472AC5
Black with #472AC5
Text Example
Text Example
White with #472AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AC5; }
p { color: rgb(71,42,197); }
H1.HeaderClassName
{
color: #472AC5;
}
.AnyTagClassName
{
color: #472AC5;
}
</style>
background-color css
<style>
a { background-color: #472AC5; }
a { background-color: rgb(71,42,197); }
div.DivClassName
{
background-color: #472AC5;
}
.BgClassName
{
background-color: #472AC5;
}
</style>
border-color css
<style>
span { border-color: #472AC5; }
span { border-color: rgb(71,42,197); }
td.TdClassName
{
border-color: #472AC5;
}
.TagClassName
{
border-color: #472AC5;
}
</style>