Shades of Purple Heart #5725DB
Tints of Purple Heart #5725DB
RGB
CMYK
RGB Variations
Color information
#5725DB (or 0x5725DB) is known color: Purple Heart. HEX triplet: 57, 25 and DB. RGB value is (87,37,219). Sum of RGB (Red+Green+Blue) = 87+37+219=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #5725DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5725DB is #A8DA24. Grayscale: #484848. Windows color (decimal): -11065893 or 14361943. OLE color: 14361943.
HSL color Cylindrical-coordinate representation of color #5725DB: hue angle of 256.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5725DB is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 37 | 219 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.14 |
| HSL | 256.48º | 0.72% | 0.5% | - |
| HSV(B) | 256.48º | 0.83% | 0.86% | - |
| XYZ | 17.38 | 8.46 | 67.74 | - |
| YUV | 72.7 | 210.57 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 37 | 219 | 0.60 | 0.83 | 0 | 0.14 | 256.48 | 0.72 | 0.5 |
| Hex | 57 | 25 | DB | 3C | 53 | 0 | E | 100 | 48 | 32 |
| Octal | 127 | 45 | 333 | 74 | 123 | 0 | 16 | 400 | 110 | 62 |
| Binary | 1010111 | 100101 | 11011011 | 111100 | 1010011 | 0 | 1110 | 100000000 | 1001000 | 110010 |
Color Harmonies of #5725DB
Complementary color
Monochromatic Colors of #5725DB
Black with #5725DB
Text Example
Text Example
White with #5725DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5725DB; }
p { color: rgb(87,37,219); }
H1.HeaderClassName
{
color: #5725DB;
}
.AnyTagClassName
{
color: #5725DB;
}
</style>
background-color css
<style>
a { background-color: #5725DB; }
a { background-color: rgb(87,37,219); }
div.DivClassName
{
background-color: #5725DB;
}
.BgClassName
{
background-color: #5725DB;
}
</style>
border-color css
<style>
span { border-color: #5725DB; }
span { border-color: rgb(87,37,219); }
td.TdClassName
{
border-color: #5725DB;
}
.TagClassName
{
border-color: #5725DB;
}
</style>