Shades of Purple Heart #472AC0
Tints of Purple Heart #472AC0
RGB
CMYK
RGB Variations
Color information
#472AC0 (or 0x472AC0) is known color: Purple Heart. HEX triplet: 47, 2A and C0. RGB value is (71,42,192). Sum of RGB (Red+Green+Blue) = 71+42+192=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #472AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472AC0 is #B8D53F. Grayscale: #434343. Windows color (decimal): -12113216 or 12593735. OLE color: 12593735.
HSL color Cylindrical-coordinate representation of color #472AC0: hue angle of 251.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472AC0 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 42 | 192 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.25 |
| HSL | 251.6º | 0.64% | 0.46% | - |
| HSV(B) | 251.6º | 0.78% | 0.75% | - |
| XYZ | 12.94 | 6.8 | 50.5 | - |
| YUV | 67.77 | 198.11 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 192 | 0.63 | 0.78 | 0 | 0.25 | 251.6 | 0.64 | 0.46 |
| Hex | 47 | 2A | C0 | 3F | 4E | 0 | 19 | FC | 40 | 2E |
| Octal | 107 | 52 | 300 | 77 | 116 | 0 | 31 | 374 | 100 | 56 |
| Binary | 1000111 | 101010 | 11000000 | 111111 | 1001110 | 0 | 11001 | 11111100 | 1000000 | 101110 |
Color Harmonies of #472AC0
Complementary color
Monochromatic Colors of #472AC0
Black with #472AC0
Text Example
Text Example
White with #472AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AC0; }
p { color: rgb(71,42,192); }
H1.HeaderClassName
{
color: #472AC0;
}
.AnyTagClassName
{
color: #472AC0;
}
</style>
background-color css
<style>
a { background-color: #472AC0; }
a { background-color: rgb(71,42,192); }
div.DivClassName
{
background-color: #472AC0;
}
.BgClassName
{
background-color: #472AC0;
}
</style>
border-color css
<style>
span { border-color: #472AC0; }
span { border-color: rgb(71,42,192); }
td.TdClassName
{
border-color: #472AC0;
}
.TagClassName
{
border-color: #472AC0;
}
</style>