Shades of Purple Heart #5724DB
Tints of Purple Heart #5724DB
RGB
CMYK
RGB Variations
Color information
#5724DB (or 0x5724DB) is known color: Purple Heart. HEX triplet: 57, 24 and DB. RGB value is (87,36,219). Sum of RGB (Red+Green+Blue) = 87+36+219=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #5724DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5724DB is #A8DB24. Grayscale: #474747. Windows color (decimal): -11066149 or 14361687. OLE color: 14361687.
HSL color Cylindrical-coordinate representation of color #5724DB: hue angle of 256.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5724DB is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 36 | 219 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.14 |
| HSL | 256.72º | 0.72% | 0.5% | - |
| HSV(B) | 256.72º | 0.84% | 0.86% | - |
| XYZ | 17.35 | 8.4 | 67.73 | - |
| YUV | 72.11 | 210.9 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 219 | 0.60 | 0.84 | 0 | 0.14 | 256.72 | 0.72 | 0.5 |
| Hex | 57 | 24 | DB | 3C | 54 | 0 | E | 101 | 48 | 32 |
| Octal | 127 | 44 | 333 | 74 | 124 | 0 | 16 | 401 | 110 | 62 |
| Binary | 1010111 | 100100 | 11011011 | 111100 | 1010100 | 0 | 1110 | 100000001 | 1001000 | 110010 |
Color Harmonies of #5724DB
Complementary color
Monochromatic Colors of #5724DB
Black with #5724DB
Text Example
Text Example
White with #5724DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724DB; }
p { color: rgb(87,36,219); }
H1.HeaderClassName
{
color: #5724DB;
}
.AnyTagClassName
{
color: #5724DB;
}
</style>
background-color css
<style>
a { background-color: #5724DB; }
a { background-color: rgb(87,36,219); }
div.DivClassName
{
background-color: #5724DB;
}
.BgClassName
{
background-color: #5724DB;
}
</style>
border-color css
<style>
span { border-color: #5724DB; }
span { border-color: rgb(87,36,219); }
td.TdClassName
{
border-color: #5724DB;
}
.TagClassName
{
border-color: #5724DB;
}
</style>