Shades of Purple Heart #472EC0
Tints of Purple Heart #472EC0
RGB
CMYK
RGB Variations
Color information
#472EC0 (or 0x472EC0) is known color: Purple Heart. HEX triplet: 47, 2E and C0. RGB value is (71,46,192). Sum of RGB (Red+Green+Blue) = 71+46+192=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #472EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EC0 is #B8D13F. Grayscale: #454545. Windows color (decimal): -12112192 or 12594759. OLE color: 12594759.
HSL color Cylindrical-coordinate representation of color #472EC0: hue angle of 250.27º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472EC0 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 46 | 192 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.25 |
| HSL | 250.27º | 0.61% | 0.47% | - |
| HSV(B) | 250.27º | 0.76% | 0.75% | - |
| XYZ | 13.09 | 7.1 | 50.55 | - |
| YUV | 70.12 | 196.78 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 192 | 0.63 | 0.76 | 0 | 0.25 | 250.27 | 0.61 | 0.47 |
| Hex | 47 | 2E | C0 | 3F | 4C | 0 | 19 | FA | 3D | 2F |
| Octal | 107 | 56 | 300 | 77 | 114 | 0 | 31 | 372 | 75 | 57 |
| Binary | 1000111 | 101110 | 11000000 | 111111 | 1001100 | 0 | 11001 | 11111010 | 111101 | 101111 |
Color Harmonies of #472EC0
Complementary color
Monochromatic Colors of #472EC0
Black with #472EC0
Text Example
Text Example
White with #472EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EC0; }
p { color: rgb(71,46,192); }
H1.HeaderClassName
{
color: #472EC0;
}
.AnyTagClassName
{
color: #472EC0;
}
</style>
background-color css
<style>
a { background-color: #472EC0; }
a { background-color: rgb(71,46,192); }
div.DivClassName
{
background-color: #472EC0;
}
.BgClassName
{
background-color: #472EC0;
}
</style>
border-color css
<style>
span { border-color: #472EC0; }
span { border-color: rgb(71,46,192); }
td.TdClassName
{
border-color: #472EC0;
}
.TagClassName
{
border-color: #472EC0;
}
</style>