Shades of Purple Heart #5E22DB
Tints of Purple Heart #5E22DB
RGB
CMYK
RGB Variations
Color information
#5E22DB (or 0x5E22DB) is known color: Purple Heart. HEX triplet: 5E, 22 and DB. RGB value is (94,34,219). Sum of RGB (Red+Green+Blue) = 94+34+219=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E22DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E22DB is #A1DD24. Grayscale: #484848. Windows color (decimal): -10607909 or 14361182. OLE color: 14361182.
HSL color Cylindrical-coordinate representation of color #5E22DB: hue angle of 259.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E22DB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 34 | 219 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.14 |
| HSL | 259.46º | 0.73% | 0.5% | - |
| HSV(B) | 259.46º | 0.84% | 0.86% | - |
| XYZ | 17.97 | 8.64 | 67.74 | - |
| YUV | 73.03 | 210.38 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 219 | 0.57 | 0.84 | 0 | 0.14 | 259.46 | 0.73 | 0.5 |
| Hex | 5E | 22 | DB | 39 | 54 | 0 | E | 103 | 49 | 32 |
| Octal | 136 | 42 | 333 | 71 | 124 | 0 | 16 | 403 | 111 | 62 |
| Binary | 1011110 | 100010 | 11011011 | 111001 | 1010100 | 0 | 1110 | 100000011 | 1001001 | 110010 |
Color Harmonies of #5E22DB
Complementary color
Monochromatic Colors of #5E22DB
Black with #5E22DB
Text Example
Text Example
White with #5E22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E22DB; }
p { color: rgb(94,34,219); }
H1.HeaderClassName
{
color: #5E22DB;
}
.AnyTagClassName
{
color: #5E22DB;
}
</style>
background-color css
<style>
a { background-color: #5E22DB; }
a { background-color: rgb(94,34,219); }
div.DivClassName
{
background-color: #5E22DB;
}
.BgClassName
{
background-color: #5E22DB;
}
</style>
border-color css
<style>
span { border-color: #5E22DB; }
span { border-color: rgb(94,34,219); }
td.TdClassName
{
border-color: #5E22DB;
}
.TagClassName
{
border-color: #5E22DB;
}
</style>