Shades of Purple Heart #572BDE
Tints of Purple Heart #572BDE
RGB
CMYK
RGB Variations
Color information
#572BDE (or 0x572BDE) is known color: Purple Heart. HEX triplet: 57, 2B and DE. RGB value is (87,43,222). Sum of RGB (Red+Green+Blue) = 87+43+222=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #572BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572BDE is #A8D421. Grayscale: #4B4B4B. Windows color (decimal): -11064354 or 14560087. OLE color: 14560087.
HSL color Cylindrical-coordinate representation of color #572BDE: hue angle of 254.75º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572BDE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 43 | 222 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.13 |
| HSL | 254.75º | 0.73% | 0.52% | - |
| HSV(B) | 254.75º | 0.81% | 0.87% | - |
| XYZ | 17.98 | 9.03 | 69.9 | - |
| YUV | 76.56 | 210.08 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 222 | 0.61 | 0.81 | 0 | 0.13 | 254.75 | 0.73 | 0.52 |
| Hex | 57 | 2B | DE | 3D | 51 | 0 | D | FF | 49 | 34 |
| Octal | 127 | 53 | 336 | 75 | 121 | 0 | 15 | 377 | 111 | 64 |
| Binary | 1010111 | 101011 | 11011110 | 111101 | 1010001 | 0 | 1101 | 11111111 | 1001001 | 110100 |
Color Harmonies of #572BDE
Complementary color
Monochromatic Colors of #572BDE
Black with #572BDE
Text Example
Text Example
White with #572BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572BDE; }
p { color: rgb(87,43,222); }
H1.HeaderClassName
{
color: #572BDE;
}
.AnyTagClassName
{
color: #572BDE;
}
</style>
background-color css
<style>
a { background-color: #572BDE; }
a { background-color: rgb(87,43,222); }
div.DivClassName
{
background-color: #572BDE;
}
.BgClassName
{
background-color: #572BDE;
}
</style>
border-color css
<style>
span { border-color: #572BDE; }
span { border-color: rgb(87,43,222); }
td.TdClassName
{
border-color: #572BDE;
}
.TagClassName
{
border-color: #572BDE;
}
</style>