Shades of Purple Heart #5E22CE
Tints of Purple Heart #5E22CE
RGB
CMYK
RGB Variations
Color information
#5E22CE (or 0x5E22CE) is known color: Purple Heart. HEX triplet: 5E, 22 and CE. RGB value is (94,34,206). Sum of RGB (Red+Green+Blue) = 94+34+206=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E22CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E22CE is #A1DD31. Grayscale: #464646. Windows color (decimal): -10607922 or 13509214. OLE color: 13509214.
HSL color Cylindrical-coordinate representation of color #5E22CE: hue angle of 260.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E22CE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 34 | 206 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.19 |
| HSL | 260.93º | 0.72% | 0.47% | - |
| HSV(B) | 260.93º | 0.83% | 0.81% | - |
| XYZ | 16.33 | 7.98 | 59.07 | - |
| YUV | 71.55 | 203.88 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 206 | 0.54 | 0.83 | 0 | 0.19 | 260.93 | 0.72 | 0.47 |
| Hex | 5E | 22 | CE | 36 | 53 | 0 | 13 | 105 | 48 | 2F |
| Octal | 136 | 42 | 316 | 66 | 123 | 0 | 23 | 405 | 110 | 57 |
| Binary | 1011110 | 100010 | 11001110 | 110110 | 1010011 | 0 | 10011 | 100000101 | 1001000 | 101111 |
Color Harmonies of #5E22CE
Complementary color
Monochromatic Colors of #5E22CE
Black with #5E22CE
Text Example
Text Example
White with #5E22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E22CE; }
p { color: rgb(94,34,206); }
H1.HeaderClassName
{
color: #5E22CE;
}
.AnyTagClassName
{
color: #5E22CE;
}
</style>
background-color css
<style>
a { background-color: #5E22CE; }
a { background-color: rgb(94,34,206); }
div.DivClassName
{
background-color: #5E22CE;
}
.BgClassName
{
background-color: #5E22CE;
}
</style>
border-color css
<style>
span { border-color: #5E22CE; }
span { border-color: rgb(94,34,206); }
td.TdClassName
{
border-color: #5E22CE;
}
.TagClassName
{
border-color: #5E22CE;
}
</style>