Shades of Purple Heart #5731DB
Tints of Purple Heart #5731DB
RGB
CMYK
RGB Variations
Color information
#5731DB (or 0x5731DB) is known color: Purple Heart. HEX triplet: 57, 31 and DB. RGB value is (87,49,219). Sum of RGB (Red+Green+Blue) = 87+49+219=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #5731DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5731DB is #A8CE24. Grayscale: #4F4F4F. Windows color (decimal): -11062821 or 14365015. OLE color: 14365015.
HSL color Cylindrical-coordinate representation of color #5731DB: hue angle of 253.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5731DB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 49 | 219 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.14 |
| HSL | 253.41º | 0.7% | 0.53% | - |
| HSV(B) | 253.41º | 0.78% | 0.86% | - |
| XYZ | 17.81 | 9.34 | 67.88 | - |
| YUV | 79.74 | 206.59 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 219 | 0.60 | 0.78 | 0 | 0.14 | 253.41 | 0.7 | 0.53 |
| Hex | 57 | 31 | DB | 3C | 4E | 0 | E | FD | 46 | 35 |
| Octal | 127 | 61 | 333 | 74 | 116 | 0 | 16 | 375 | 106 | 65 |
| Binary | 1010111 | 110001 | 11011011 | 111100 | 1001110 | 0 | 1110 | 11111101 | 1000110 | 110101 |
Color Harmonies of #5731DB
Complementary color
Monochromatic Colors of #5731DB
Black with #5731DB
Text Example
Text Example
White with #5731DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5731DB; }
p { color: rgb(87,49,219); }
H1.HeaderClassName
{
color: #5731DB;
}
.AnyTagClassName
{
color: #5731DB;
}
</style>
background-color css
<style>
a { background-color: #5731DB; }
a { background-color: rgb(87,49,219); }
div.DivClassName
{
background-color: #5731DB;
}
.BgClassName
{
background-color: #5731DB;
}
</style>
border-color css
<style>
span { border-color: #5731DB; }
span { border-color: rgb(87,49,219); }
td.TdClassName
{
border-color: #5731DB;
}
.TagClassName
{
border-color: #5731DB;
}
</style>