Shades of Purple Heart #5733DB
Tints of Purple Heart #5733DB
RGB
CMYK
RGB Variations
Color information
#5733DB (or 0x5733DB) is known color: Purple Heart. HEX triplet: 57, 33 and DB. RGB value is (87,51,219). Sum of RGB (Red+Green+Blue) = 87+51+219=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #5733DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5733DB is #A8CC24. Grayscale: #505050. Windows color (decimal): -11062309 or 14365527. OLE color: 14365527.
HSL color Cylindrical-coordinate representation of color #5733DB: hue angle of 252.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5733DB is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 51 | 219 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.14 |
| HSL | 252.86º | 0.7% | 0.53% | - |
| HSV(B) | 252.86º | 0.77% | 0.86% | - |
| XYZ | 17.9 | 9.51 | 67.91 | - |
| YUV | 80.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 219 | 0.60 | 0.77 | 0 | 0.14 | 252.86 | 0.7 | 0.53 |
| Hex | 57 | 33 | DB | 3C | 4D | 0 | E | FD | 46 | 35 |
| Octal | 127 | 63 | 333 | 74 | 115 | 0 | 16 | 375 | 106 | 65 |
| Binary | 1010111 | 110011 | 11011011 | 111100 | 1001101 | 0 | 1110 | 11111101 | 1000110 | 110101 |
Color Harmonies of #5733DB
Complementary color
Monochromatic Colors of #5733DB
Black with #5733DB
Text Example
Text Example
White with #5733DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5733DB; }
p { color: rgb(87,51,219); }
H1.HeaderClassName
{
color: #5733DB;
}
.AnyTagClassName
{
color: #5733DB;
}
</style>
background-color css
<style>
a { background-color: #5733DB; }
a { background-color: rgb(87,51,219); }
div.DivClassName
{
background-color: #5733DB;
}
.BgClassName
{
background-color: #5733DB;
}
</style>
border-color css
<style>
span { border-color: #5733DB; }
span { border-color: rgb(87,51,219); }
td.TdClassName
{
border-color: #5733DB;
}
.TagClassName
{
border-color: #5733DB;
}
</style>