Shades of Purple Heart #5A3BDB
Tints of Purple Heart #5A3BDB
RGB
CMYK
RGB Variations
Color information
#5A3BDB (or 0x5A3BDB) is known color: Purple Heart. HEX triplet: 5A, 3B and DB. RGB value is (90,59,219). Sum of RGB (Red+Green+Blue) = 90+59+219=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3BDB is #A5C424. Grayscale: #555555. Windows color (decimal): -10863653 or 14367578. OLE color: 14367578.
HSL color Cylindrical-coordinate representation of color #5A3BDB: hue angle of 251.62º 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 #5A3BDB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 59 | 219 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.14 |
| HSL | 251.63º | 0.69% | 0.55% | - |
| HSV(B) | 251.63º | 0.73% | 0.86% | - |
| XYZ | 18.57 | 10.42 | 68.05 | - |
| YUV | 86.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 219 | 0.59 | 0.73 | 0 | 0.14 | 251.63 | 0.69 | 0.55 |
| Hex | 5A | 3B | DB | 3B | 49 | 0 | E | FC | 45 | 37 |
| Octal | 132 | 73 | 333 | 73 | 111 | 0 | 16 | 374 | 105 | 67 |
| Binary | 1011010 | 111011 | 11011011 | 111011 | 1001001 | 0 | 1110 | 11111100 | 1000101 | 110111 |
Color Harmonies of #5A3BDB
Complementary color
Monochromatic Colors of #5A3BDB
Black with #5A3BDB
Text Example
Text Example
White with #5A3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3BDB; }
p { color: rgb(90,59,219); }
H1.HeaderClassName
{
color: #5A3BDB;
}
.AnyTagClassName
{
color: #5A3BDB;
}
</style>
background-color css
<style>
a { background-color: #5A3BDB; }
a { background-color: rgb(90,59,219); }
div.DivClassName
{
background-color: #5A3BDB;
}
.BgClassName
{
background-color: #5A3BDB;
}
</style>
border-color css
<style>
span { border-color: #5A3BDB; }
span { border-color: rgb(90,59,219); }
td.TdClassName
{
border-color: #5A3BDB;
}
.TagClassName
{
border-color: #5A3BDB;
}
</style>