Shades of Purple Heart #572CDE
Tints of Purple Heart #572CDE
RGB
CMYK
RGB Variations
Color information
#572CDE (or 0x572CDE) is known color: Purple Heart. HEX triplet: 57, 2C and DE. RGB value is (87,44,222). Sum of RGB (Red+Green+Blue) = 87+44+222=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #572CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CDE is #A8D321. Grayscale: #4C4C4C. Windows color (decimal): -11064098 or 14560343. OLE color: 14560343.
HSL color Cylindrical-coordinate representation of color #572CDE: hue angle of 254.49º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572CDE is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 44 | 222 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.13 |
| HSL | 254.49º | 0.73% | 0.52% | - |
| HSV(B) | 254.49º | 0.8% | 0.87% | - |
| XYZ | 18.02 | 9.1 | 69.91 | - |
| YUV | 77.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 222 | 0.61 | 0.80 | 0 | 0.13 | 254.49 | 0.73 | 0.52 |
| Hex | 57 | 2C | DE | 3D | 50 | 0 | D | FE | 49 | 34 |
| Octal | 127 | 54 | 336 | 75 | 120 | 0 | 15 | 376 | 111 | 64 |
| Binary | 1010111 | 101100 | 11011110 | 111101 | 1010000 | 0 | 1101 | 11111110 | 1001001 | 110100 |
Color Harmonies of #572CDE
Complementary color
Monochromatic Colors of #572CDE
Black with #572CDE
Text Example
Text Example
White with #572CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CDE; }
p { color: rgb(87,44,222); }
H1.HeaderClassName
{
color: #572CDE;
}
.AnyTagClassName
{
color: #572CDE;
}
</style>
background-color css
<style>
a { background-color: #572CDE; }
a { background-color: rgb(87,44,222); }
div.DivClassName
{
background-color: #572CDE;
}
.BgClassName
{
background-color: #572CDE;
}
</style>
border-color css
<style>
span { border-color: #572CDE; }
span { border-color: rgb(87,44,222); }
td.TdClassName
{
border-color: #572CDE;
}
.TagClassName
{
border-color: #572CDE;
}
</style>