Shades of Purple Heart #572CBC
Tints of Purple Heart #572CBC
RGB
CMYK
RGB Variations
Color information
#572CBC (or 0x572CBC) is known color: Purple Heart. HEX triplet: 57, 2C and BC. RGB value is (87,44,188). Sum of RGB (Red+Green+Blue) = 87+44+188=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #572CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CBC is #A8D343. Grayscale: #484848. Windows color (decimal): -11064132 or 12332119. OLE color: 12332119.
HSL color Cylindrical-coordinate representation of color #572CBC: hue angle of 257.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572CBC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 44 | 188 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.26 |
| HSL | 257.92º | 0.62% | 0.45% | - |
| HSV(B) | 257.92º | 0.77% | 0.74% | - |
| XYZ | 13.91 | 7.46 | 48.28 | - |
| YUV | 73.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 188 | 0.54 | 0.77 | 0 | 0.26 | 257.92 | 0.62 | 0.45 |
| Hex | 57 | 2C | BC | 36 | 4D | 0 | 1A | 102 | 3E | 2D |
| Octal | 127 | 54 | 274 | 66 | 115 | 0 | 32 | 402 | 76 | 55 |
| Binary | 1010111 | 101100 | 10111100 | 110110 | 1001101 | 0 | 11010 | 100000010 | 111110 | 101101 |
Color Harmonies of #572CBC
Complementary color
Monochromatic Colors of #572CBC
Black with #572CBC
Text Example
Text Example
White with #572CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CBC; }
p { color: rgb(87,44,188); }
H1.HeaderClassName
{
color: #572CBC;
}
.AnyTagClassName
{
color: #572CBC;
}
</style>
background-color css
<style>
a { background-color: #572CBC; }
a { background-color: rgb(87,44,188); }
div.DivClassName
{
background-color: #572CBC;
}
.BgClassName
{
background-color: #572CBC;
}
</style>
border-color css
<style>
span { border-color: #572CBC; }
span { border-color: rgb(87,44,188); }
td.TdClassName
{
border-color: #572CBC;
}
.TagClassName
{
border-color: #572CBC;
}
</style>