Shades of Purple Heart #5835DB
Tints of Purple Heart #5835DB
RGB
CMYK
RGB Variations
Color information
#5835DB (or 0x5835DB) is known color: Purple Heart. HEX triplet: 58, 35 and DB. RGB value is (88,53,219). Sum of RGB (Red+Green+Blue) = 88+53+219=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #5835DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5835DB is #A7CA24. Grayscale: #515151. Windows color (decimal): -10996261 or 14366040. OLE color: 14366040.
HSL color Cylindrical-coordinate representation of color #5835DB: hue angle of 252.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5835DB is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 53 | 219 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.14 |
| HSL | 252.65º | 0.7% | 0.53% | - |
| HSV(B) | 252.65º | 0.76% | 0.86% | - |
| XYZ | 18.08 | 9.74 | 67.94 | - |
| YUV | 82.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 219 | 0.60 | 0.76 | 0 | 0.14 | 252.65 | 0.7 | 0.53 |
| Hex | 58 | 35 | DB | 3C | 4C | 0 | E | FD | 46 | 35 |
| Octal | 130 | 65 | 333 | 74 | 114 | 0 | 16 | 375 | 106 | 65 |
| Binary | 1011000 | 110101 | 11011011 | 111100 | 1001100 | 0 | 1110 | 11111101 | 1000110 | 110101 |
Color Harmonies of #5835DB
Complementary color
Monochromatic Colors of #5835DB
Black with #5835DB
Text Example
Text Example
White with #5835DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5835DB; }
p { color: rgb(88,53,219); }
H1.HeaderClassName
{
color: #5835DB;
}
.AnyTagClassName
{
color: #5835DB;
}
</style>
background-color css
<style>
a { background-color: #5835DB; }
a { background-color: rgb(88,53,219); }
div.DivClassName
{
background-color: #5835DB;
}
.BgClassName
{
background-color: #5835DB;
}
</style>
border-color css
<style>
span { border-color: #5835DB; }
span { border-color: rgb(88,53,219); }
td.TdClassName
{
border-color: #5835DB;
}
.TagClassName
{
border-color: #5835DB;
}
</style>