Shades of Purple Heart #5E21CE
Tints of Purple Heart #5E21CE
RGB
CMYK
RGB Variations
Color information
#5E21CE (or 0x5E21CE) is known color: Purple Heart. HEX triplet: 5E, 21 and CE. RGB value is (94,33,206). Sum of RGB (Red+Green+Blue) = 94+33+206=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E21CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21CE is #A1DE31. Grayscale: #464646. Windows color (decimal): -10608178 or 13508958. OLE color: 13508958.
HSL color Cylindrical-coordinate representation of color #5E21CE: hue angle of 261.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E21CE is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 33 | 206 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.19 |
| HSL | 261.16º | 0.72% | 0.47% | - |
| HSV(B) | 261.16º | 0.84% | 0.81% | - |
| XYZ | 16.3 | 7.92 | 59.06 | - |
| YUV | 70.96 | 204.21 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 206 | 0.54 | 0.84 | 0 | 0.19 | 261.16 | 0.72 | 0.47 |
| Hex | 5E | 21 | CE | 36 | 54 | 0 | 13 | 105 | 48 | 2F |
| Octal | 136 | 41 | 316 | 66 | 124 | 0 | 23 | 405 | 110 | 57 |
| Binary | 1011110 | 100001 | 11001110 | 110110 | 1010100 | 0 | 10011 | 100000101 | 1001000 | 101111 |
Color Harmonies of #5E21CE
Complementary color
Monochromatic Colors of #5E21CE
Black with #5E21CE
Text Example
Text Example
White with #5E21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21CE; }
p { color: rgb(94,33,206); }
H1.HeaderClassName
{
color: #5E21CE;
}
.AnyTagClassName
{
color: #5E21CE;
}
</style>
background-color css
<style>
a { background-color: #5E21CE; }
a { background-color: rgb(94,33,206); }
div.DivClassName
{
background-color: #5E21CE;
}
.BgClassName
{
background-color: #5E21CE;
}
</style>
border-color css
<style>
span { border-color: #5E21CE; }
span { border-color: rgb(94,33,206); }
td.TdClassName
{
border-color: #5E21CE;
}
.TagClassName
{
border-color: #5E21CE;
}
</style>