Shades of Purple Heart #572ECF
Tints of Purple Heart #572ECF
RGB
CMYK
RGB Variations
Color information
#572ECF (or 0x572ECF) is known color: Purple Heart. HEX triplet: 57, 2E and CF. RGB value is (87,46,207). Sum of RGB (Red+Green+Blue) = 87+46+207=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #572ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ECF is #A8D130. Grayscale: #4C4C4C. Windows color (decimal): -11063601 or 13577815. OLE color: 13577815.
HSL color Cylindrical-coordinate representation of color #572ECF: hue angle of 255.28º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572ECF is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 46 | 207 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.19 |
| HSL | 255.28º | 0.64% | 0.5% | - |
| HSV(B) | 255.28º | 0.78% | 0.81% | - |
| XYZ | 16.17 | 8.49 | 59.82 | - |
| YUV | 76.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 207 | 0.58 | 0.78 | 0 | 0.19 | 255.28 | 0.64 | 0.5 |
| Hex | 57 | 2E | CF | 3A | 4E | 0 | 13 | FF | 40 | 32 |
| Octal | 127 | 56 | 317 | 72 | 116 | 0 | 23 | 377 | 100 | 62 |
| Binary | 1010111 | 101110 | 11001111 | 111010 | 1001110 | 0 | 10011 | 11111111 | 1000000 | 110010 |
Color Harmonies of #572ECF
Complementary color
Monochromatic Colors of #572ECF
Black with #572ECF
Text Example
Text Example
White with #572ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572ECF; }
p { color: rgb(87,46,207); }
H1.HeaderClassName
{
color: #572ECF;
}
.AnyTagClassName
{
color: #572ECF;
}
</style>
background-color css
<style>
a { background-color: #572ECF; }
a { background-color: rgb(87,46,207); }
div.DivClassName
{
background-color: #572ECF;
}
.BgClassName
{
background-color: #572ECF;
}
</style>
border-color css
<style>
span { border-color: #572ECF; }
span { border-color: rgb(87,46,207); }
td.TdClassName
{
border-color: #572ECF;
}
.TagClassName
{
border-color: #572ECF;
}
</style>