Shades of Purple Heart #5E21CA
Tints of Purple Heart #5E21CA
RGB
CMYK
RGB Variations
Color information
#5E21CA (or 0x5E21CA) is known color: Purple Heart. HEX triplet: 5E, 21 and CA. RGB value is (94,33,202). Sum of RGB (Red+Green+Blue) = 94+33+202=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E21CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21CA is #A1DE35. Grayscale: #454545. Windows color (decimal): -10608182 or 13246814. OLE color: 13246814.
HSL color Cylindrical-coordinate representation of color #5E21CA: hue angle of 261.66º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E21CA is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 33 | 202 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.21 |
| HSL | 261.66º | 0.72% | 0.46% | - |
| HSV(B) | 261.66º | 0.84% | 0.79% | - |
| XYZ | 15.82 | 7.73 | 56.54 | - |
| YUV | 70.51 | 202.21 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 202 | 0.53 | 0.84 | 0 | 0.21 | 261.66 | 0.72 | 0.46 |
| Hex | 5E | 21 | CA | 35 | 54 | 0 | 15 | 106 | 48 | 2E |
| Octal | 136 | 41 | 312 | 65 | 124 | 0 | 25 | 406 | 110 | 56 |
| Binary | 1011110 | 100001 | 11001010 | 110101 | 1010100 | 0 | 10101 | 100000110 | 1001000 | 101110 |
Color Harmonies of #5E21CA
Complementary color
Monochromatic Colors of #5E21CA
Black with #5E21CA
Text Example
Text Example
White with #5E21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E21CA; }
p { color: rgb(94,33,202); }
H1.HeaderClassName
{
color: #5E21CA;
}
.AnyTagClassName
{
color: #5E21CA;
}
</style>
background-color css
<style>
a { background-color: #5E21CA; }
a { background-color: rgb(94,33,202); }
div.DivClassName
{
background-color: #5E21CA;
}
.BgClassName
{
background-color: #5E21CA;
}
</style>
border-color css
<style>
span { border-color: #5E21CA; }
span { border-color: rgb(94,33,202); }
td.TdClassName
{
border-color: #5E21CA;
}
.TagClassName
{
border-color: #5E21CA;
}
</style>