Shades of Purple Heart #5E2CDB
Tints of Purple Heart #5E2CDB
RGB
CMYK
RGB Variations
Color information
#5E2CDB (or 0x5E2CDB) is known color: Purple Heart. HEX triplet: 5E, 2C and DB. RGB value is (94,44,219). Sum of RGB (Red+Green+Blue) = 94+44+219=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 44 (17.58% from 255 or 12.32% 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 #5E2CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2CDB is #A1D324. Grayscale: #4E4E4E. Windows color (decimal): -10605349 or 14363742. OLE color: 14363742.
HSL color Cylindrical-coordinate representation of color #5E2CDB: hue angle of 257.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2CDB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 44 | 219 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.14 |
| HSL | 257.14º | 0.71% | 0.52% | - |
| HSV(B) | 257.14º | 0.8% | 0.86% | - |
| XYZ | 18.3 | 9.3 | 67.85 | - |
| YUV | 78.9 | 207.07 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 219 | 0.57 | 0.80 | 0 | 0.14 | 257.14 | 0.71 | 0.52 |
| Hex | 5E | 2C | DB | 39 | 50 | 0 | E | 101 | 47 | 34 |
| Octal | 136 | 54 | 333 | 71 | 120 | 0 | 16 | 401 | 107 | 64 |
| Binary | 1011110 | 101100 | 11011011 | 111001 | 1010000 | 0 | 1110 | 100000001 | 1000111 | 110100 |
Color Harmonies of #5E2CDB
Complementary color
Monochromatic Colors of #5E2CDB
Black with #5E2CDB
Text Example
Text Example
White with #5E2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CDB; }
p { color: rgb(94,44,219); }
H1.HeaderClassName
{
color: #5E2CDB;
}
.AnyTagClassName
{
color: #5E2CDB;
}
</style>
background-color css
<style>
a { background-color: #5E2CDB; }
a { background-color: rgb(94,44,219); }
div.DivClassName
{
background-color: #5E2CDB;
}
.BgClassName
{
background-color: #5E2CDB;
}
</style>
border-color css
<style>
span { border-color: #5E2CDB; }
span { border-color: rgb(94,44,219); }
td.TdClassName
{
border-color: #5E2CDB;
}
.TagClassName
{
border-color: #5E2CDB;
}
</style>