Shades of Purple Heart #572FCD
Tints of Purple Heart #572FCD
RGB
CMYK
RGB Variations
Color information
#572FCD (or 0x572FCD) is known color: Purple Heart. HEX triplet: 57, 2F and CD. RGB value is (87,47,205). Sum of RGB (Red+Green+Blue) = 87+47+205=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #572FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572FCD is #A8D032. Grayscale: #4C4C4C. Windows color (decimal): -11063347 or 13446999. OLE color: 13446999.
HSL color Cylindrical-coordinate representation of color #572FCD: hue angle of 255.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #572FCD is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 47 | 205 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.20 |
| HSL | 255.19º | 0.63% | 0.49% | - |
| HSV(B) | 255.19º | 0.77% | 0.8% | - |
| XYZ | 15.97 | 8.47 | 58.55 | - |
| YUV | 76.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 205 | 0.58 | 0.77 | 0 | 0.20 | 255.19 | 0.63 | 0.49 |
| Hex | 57 | 2F | CD | 3A | 4D | 0 | 14 | FF | 3F | 31 |
| Octal | 127 | 57 | 315 | 72 | 115 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010111 | 101111 | 11001101 | 111010 | 1001101 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #572FCD
Complementary color
Monochromatic Colors of #572FCD
Black with #572FCD
Text Example
Text Example
White with #572FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572FCD; }
p { color: rgb(87,47,205); }
H1.HeaderClassName
{
color: #572FCD;
}
.AnyTagClassName
{
color: #572FCD;
}
</style>
background-color css
<style>
a { background-color: #572FCD; }
a { background-color: rgb(87,47,205); }
div.DivClassName
{
background-color: #572FCD;
}
.BgClassName
{
background-color: #572FCD;
}
</style>
border-color css
<style>
span { border-color: #572FCD; }
span { border-color: rgb(87,47,205); }
td.TdClassName
{
border-color: #572FCD;
}
.TagClassName
{
border-color: #572FCD;
}
</style>