Shades of Purple Heart #572EDB
Tints of Purple Heart #572EDB
RGB
CMYK
RGB Variations
Color information
#572EDB (or 0x572EDB) is known color: Purple Heart. HEX triplet: 57, 2E and DB. RGB value is (87,46,219). Sum of RGB (Red+Green+Blue) = 87+46+219=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #572EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572EDB is #A8D124. Grayscale: #4D4D4D. Windows color (decimal): -11063589 or 14364247. OLE color: 14364247.
HSL color Cylindrical-coordinate representation of color #572EDB: hue angle of 254.22º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572EDB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 46 | 219 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.14 |
| HSL | 254.22º | 0.71% | 0.52% | - |
| HSV(B) | 254.22º | 0.79% | 0.86% | - |
| XYZ | 17.69 | 9.09 | 67.84 | - |
| YUV | 77.98 | 207.58 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 46 | 219 | 0.60 | 0.79 | 0 | 0.14 | 254.22 | 0.71 | 0.52 |
| Hex | 57 | 2E | DB | 3C | 4F | 0 | E | FE | 47 | 34 |
| Octal | 127 | 56 | 333 | 74 | 117 | 0 | 16 | 376 | 107 | 64 |
| Binary | 1010111 | 101110 | 11011011 | 111100 | 1001111 | 0 | 1110 | 11111110 | 1000111 | 110100 |
Color Harmonies of #572EDB
Complementary color
Monochromatic Colors of #572EDB
Black with #572EDB
Text Example
Text Example
White with #572EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572EDB; }
p { color: rgb(87,46,219); }
H1.HeaderClassName
{
color: #572EDB;
}
.AnyTagClassName
{
color: #572EDB;
}
</style>
background-color css
<style>
a { background-color: #572EDB; }
a { background-color: rgb(87,46,219); }
div.DivClassName
{
background-color: #572EDB;
}
.BgClassName
{
background-color: #572EDB;
}
</style>
border-color css
<style>
span { border-color: #572EDB; }
span { border-color: rgb(87,46,219); }
td.TdClassName
{
border-color: #572EDB;
}
.TagClassName
{
border-color: #572EDB;
}
</style>