Shades of Purple Heart #572ECD
Tints of Purple Heart #572ECD
RGB
CMYK
RGB Variations
Color information
#572ECD (or 0x572ECD) is known color: Purple Heart. HEX triplet: 57, 2E and CD. RGB value is (87,46,205). Sum of RGB (Red+Green+Blue) = 87+46+205=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #572ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ECD is #A8D132. Grayscale: #4B4B4B. Windows color (decimal): -11063603 or 13446743. OLE color: 13446743.
HSL color Cylindrical-coordinate representation of color #572ECD: hue angle of 255.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572ECD is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 46 | 205 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.20 |
| HSL | 255.47º | 0.63% | 0.49% | - |
| HSV(B) | 255.47º | 0.78% | 0.8% | - |
| XYZ | 15.93 | 8.39 | 58.54 | - |
| YUV | 76.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 205 | 0.58 | 0.78 | 0 | 0.20 | 255.47 | 0.63 | 0.49 |
| Hex | 57 | 2E | CD | 3A | 4E | 0 | 14 | FF | 3F | 31 |
| Octal | 127 | 56 | 315 | 72 | 116 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010111 | 101110 | 11001101 | 111010 | 1001110 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #572ECD
Complementary color
Monochromatic Colors of #572ECD
Black with #572ECD
Text Example
Text Example
White with #572ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572ECD; }
p { color: rgb(87,46,205); }
H1.HeaderClassName
{
color: #572ECD;
}
.AnyTagClassName
{
color: #572ECD;
}
</style>
background-color css
<style>
a { background-color: #572ECD; }
a { background-color: rgb(87,46,205); }
div.DivClassName
{
background-color: #572ECD;
}
.BgClassName
{
background-color: #572ECD;
}
</style>
border-color css
<style>
span { border-color: #572ECD; }
span { border-color: rgb(87,46,205); }
td.TdClassName
{
border-color: #572ECD;
}
.TagClassName
{
border-color: #572ECD;
}
</style>