Shades of Purple Heart #472EC8
Tints of Purple Heart #472EC8
RGB
CMYK
RGB Variations
Color information
#472EC8 (or 0x472EC8) is known color: Purple Heart. HEX triplet: 47, 2E and C8. RGB value is (71,46,200). Sum of RGB (Red+Green+Blue) = 71+46+200=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #472EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EC8 is #B8D137. Grayscale: #464646. Windows color (decimal): -12112184 or 13119047. OLE color: 13119047.
HSL color Cylindrical-coordinate representation of color #472EC8: hue angle of 249.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472EC8 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 46 | 200 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.22 |
| HSL | 249.74º | 0.63% | 0.48% | - |
| HSV(B) | 249.74º | 0.77% | 0.78% | - |
| XYZ | 14 | 7.46 | 55.35 | - |
| YUV | 71.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 200 | 0.64 | 0.77 | 0 | 0.22 | 249.74 | 0.63 | 0.48 |
| Hex | 47 | 2E | C8 | 40 | 4D | 0 | 16 | FA | 3F | 30 |
| Octal | 107 | 56 | 310 | 100 | 115 | 0 | 26 | 372 | 77 | 60 |
| Binary | 1000111 | 101110 | 11001000 | 1000000 | 1001101 | 0 | 10110 | 11111010 | 111111 | 110000 |
Color Harmonies of #472EC8
Complementary color
Monochromatic Colors of #472EC8
Black with #472EC8
Text Example
Text Example
White with #472EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472EC8; }
p { color: rgb(71,46,200); }
H1.HeaderClassName
{
color: #472EC8;
}
.AnyTagClassName
{
color: #472EC8;
}
</style>
background-color css
<style>
a { background-color: #472EC8; }
a { background-color: rgb(71,46,200); }
div.DivClassName
{
background-color: #472EC8;
}
.BgClassName
{
background-color: #472EC8;
}
</style>
border-color css
<style>
span { border-color: #472EC8; }
span { border-color: rgb(71,46,200); }
td.TdClassName
{
border-color: #472EC8;
}
.TagClassName
{
border-color: #472EC8;
}
</style>