Shades of Purple Heart #5E21DB
Tints of Purple Heart #5E21DB
RGB
CMYK
RGB Variations
Color information
#5E21DB (or 0x5E21DB) is known color: Purple Heart. HEX triplet: 5E, 21 and DB. RGB value is (94,33,219). Sum of RGB (Red+Green+Blue) = 94+33+219=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E21DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21DB is #A1DE24. Grayscale: #474747. Windows color (decimal): -10608165 or 14360926. OLE color: 14360926.
HSL color Cylindrical-coordinate representation of color #5E21DB: hue angle of 259.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E21DB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 33 | 219 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.14 |
| HSL | 259.68º | 0.74% | 0.49% | - |
| HSV(B) | 259.68º | 0.85% | 0.86% | - |
| XYZ | 17.95 | 8.58 | 67.73 | - |
| YUV | 72.44 | 210.71 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 219 | 0.57 | 0.85 | 0 | 0.14 | 259.68 | 0.74 | 0.49 |
| Hex | 5E | 21 | DB | 39 | 55 | 0 | E | 104 | 4A | 31 |
| Octal | 136 | 41 | 333 | 71 | 125 | 0 | 16 | 404 | 112 | 61 |
| Binary | 1011110 | 100001 | 11011011 | 111001 | 1010101 | 0 | 1110 | 100000100 | 1001010 | 110001 |
Color Harmonies of #5E21DB
Complementary color
Monochromatic Colors of #5E21DB
Black with #5E21DB
Text Example
Text Example
White with #5E21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21DB; }
p { color: rgb(94,33,219); }
H1.HeaderClassName
{
color: #5E21DB;
}
.AnyTagClassName
{
color: #5E21DB;
}
</style>
background-color css
<style>
a { background-color: #5E21DB; }
a { background-color: rgb(94,33,219); }
div.DivClassName
{
background-color: #5E21DB;
}
.BgClassName
{
background-color: #5E21DB;
}
</style>
border-color css
<style>
span { border-color: #5E21DB; }
span { border-color: rgb(94,33,219); }
td.TdClassName
{
border-color: #5E21DB;
}
.TagClassName
{
border-color: #5E21DB;
}
</style>