Shades of Purple Heart #572CC8
Tints of Purple Heart #572CC8
RGB
CMYK
RGB Variations
Color information
#572CC8 (or 0x572CC8) is known color: Purple Heart. HEX triplet: 57, 2C and C8. RGB value is (87,44,200). Sum of RGB (Red+Green+Blue) = 87+44+200=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #572CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CC8 is #A8D337. Grayscale: #4A4A4A. Windows color (decimal): -11064120 or 13118551. OLE color: 13118551.
HSL color Cylindrical-coordinate representation of color #572CC8: hue angle of 256.54º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572CC8 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 44 | 200 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.22 |
| HSL | 256.54º | 0.64% | 0.48% | - |
| HSV(B) | 256.54º | 0.78% | 0.78% | - |
| XYZ | 15.26 | 8 | 55.38 | - |
| YUV | 74.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 200 | 0.56 | 0.78 | 0 | 0.22 | 256.54 | 0.64 | 0.48 |
| Hex | 57 | 2C | C8 | 38 | 4E | 0 | 16 | 101 | 40 | 30 |
| Octal | 127 | 54 | 310 | 70 | 116 | 0 | 26 | 401 | 100 | 60 |
| Binary | 1010111 | 101100 | 11001000 | 111000 | 1001110 | 0 | 10110 | 100000001 | 1000000 | 110000 |
Color Harmonies of #572CC8
Complementary color
Monochromatic Colors of #572CC8
Black with #572CC8
Text Example
Text Example
White with #572CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CC8; }
p { color: rgb(87,44,200); }
H1.HeaderClassName
{
color: #572CC8;
}
.AnyTagClassName
{
color: #572CC8;
}
</style>
background-color css
<style>
a { background-color: #572CC8; }
a { background-color: rgb(87,44,200); }
div.DivClassName
{
background-color: #572CC8;
}
.BgClassName
{
background-color: #572CC8;
}
</style>
border-color css
<style>
span { border-color: #572CC8; }
span { border-color: rgb(87,44,200); }
td.TdClassName
{
border-color: #572CC8;
}
.TagClassName
{
border-color: #572CC8;
}
</style>