Shades of Purple Heart #5E22DE
Tints of Purple Heart #5E22DE
RGB
CMYK
RGB Variations
Color information
#5E22DE (or 0x5E22DE) is known color: Purple Heart. HEX triplet: 5E, 22 and DE. RGB value is (94,34,222). Sum of RGB (Red+Green+Blue) = 94+34+222=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E22DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E22DE is #A1DD21. Grayscale: #484848. Windows color (decimal): -10607906 or 14557790. OLE color: 14557790.
HSL color Cylindrical-coordinate representation of color #5E22DE: hue angle of 259.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E22DE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 34 | 222 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.13 |
| HSL | 259.15º | 0.74% | 0.5% | - |
| HSV(B) | 259.15º | 0.85% | 0.87% | - |
| XYZ | 18.37 | 8.8 | 69.84 | - |
| YUV | 73.37 | 211.88 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 222 | 0.58 | 0.85 | 0 | 0.13 | 259.15 | 0.74 | 0.5 |
| Hex | 5E | 22 | DE | 3A | 55 | 0 | D | 103 | 4A | 32 |
| Octal | 136 | 42 | 336 | 72 | 125 | 0 | 15 | 403 | 112 | 62 |
| Binary | 1011110 | 100010 | 11011110 | 111010 | 1010101 | 0 | 1101 | 100000011 | 1001010 | 110010 |
Color Harmonies of #5E22DE
Complementary color
Monochromatic Colors of #5E22DE
Black with #5E22DE
Text Example
Text Example
White with #5E22DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E22DE; }
p { color: rgb(94,34,222); }
H1.HeaderClassName
{
color: #5E22DE;
}
.AnyTagClassName
{
color: #5E22DE;
}
</style>
background-color css
<style>
a { background-color: #5E22DE; }
a { background-color: rgb(94,34,222); }
div.DivClassName
{
background-color: #5E22DE;
}
.BgClassName
{
background-color: #5E22DE;
}
</style>
border-color css
<style>
span { border-color: #5E22DE; }
span { border-color: rgb(94,34,222); }
td.TdClassName
{
border-color: #5E22DE;
}
.TagClassName
{
border-color: #5E22DE;
}
</style>