Shades of Purple Heart #5D3BDB
Tints of Purple Heart #5D3BDB
RGB
CMYK
RGB Variations
Color information
#5D3BDB (or 0x5D3BDB) is known color: Purple Heart. HEX triplet: 5D, 3B and DB. RGB value is (93,59,219). Sum of RGB (Red+Green+Blue) = 93+59+219=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3BDB is #A2C424. Grayscale: #565656. Windows color (decimal): -10667045 or 14367581. OLE color: 14367581.
HSL color Cylindrical-coordinate representation of color #5D3BDB: hue angle of 252.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D3BDB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 59 | 219 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.14 |
| HSL | 252.75º | 0.69% | 0.55% | - |
| HSV(B) | 252.75º | 0.73% | 0.86% | - |
| XYZ | 18.86 | 10.57 | 68.06 | - |
| YUV | 87.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 219 | 0.58 | 0.73 | 0 | 0.14 | 252.75 | 0.69 | 0.55 |
| Hex | 5D | 3B | DB | 3A | 49 | 0 | E | FD | 45 | 37 |
| Octal | 135 | 73 | 333 | 72 | 111 | 0 | 16 | 375 | 105 | 67 |
| Binary | 1011101 | 111011 | 11011011 | 111010 | 1001001 | 0 | 1110 | 11111101 | 1000101 | 110111 |
Color Harmonies of #5D3BDB
Complementary color
Monochromatic Colors of #5D3BDB
Black with #5D3BDB
Text Example
Text Example
White with #5D3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3BDB; }
p { color: rgb(93,59,219); }
H1.HeaderClassName
{
color: #5D3BDB;
}
.AnyTagClassName
{
color: #5D3BDB;
}
</style>
background-color css
<style>
a { background-color: #5D3BDB; }
a { background-color: rgb(93,59,219); }
div.DivClassName
{
background-color: #5D3BDB;
}
.BgClassName
{
background-color: #5D3BDB;
}
</style>
border-color css
<style>
span { border-color: #5D3BDB; }
span { border-color: rgb(93,59,219); }
td.TdClassName
{
border-color: #5D3BDB;
}
.TagClassName
{
border-color: #5D3BDB;
}
</style>