Shades of Purple Heart #5E1ED9
Tints of Purple Heart #5E1ED9
RGB
CMYK
RGB Variations
Color information
#5E1ED9 (or 0x5E1ED9) is known color: Purple Heart. HEX triplet: 5E, 1E and D9. RGB value is (94,30,217). Sum of RGB (Red+Green+Blue) = 94+30+217=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 217 (85.16% from 255 or 63.64% from 341); Max value from RGB is 217 - color contains mainly: blue. Hex color #5E1ED9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1ED9 is #A1E126. Grayscale: #454545. Windows color (decimal): -10608935 or 14229086. OLE color: 14229086.
HSL color Cylindrical-coordinate representation of color #5E1ED9: hue angle of 260.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1ED9 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 30 | 217 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.15 |
| HSL | 260.53º | 0.76% | 0.48% | - |
| HSV(B) | 260.53º | 0.86% | 0.85% | - |
| XYZ | 17.6 | 8.32 | 66.32 | - |
| YUV | 70.45 | 210.7 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 217 | 0.57 | 0.86 | 0 | 0.15 | 260.53 | 0.76 | 0.48 |
| Hex | 5E | 1E | D9 | 39 | 56 | 0 | F | 105 | 4C | 30 |
| Octal | 136 | 36 | 331 | 71 | 126 | 0 | 17 | 405 | 114 | 60 |
| Binary | 1011110 | 11110 | 11011001 | 111001 | 1010110 | 0 | 1111 | 100000101 | 1001100 | 110000 |
Color Harmonies of #5E1ED9
Complementary color
Monochromatic Colors of #5E1ED9
Black with #5E1ED9
Text Example
Text Example
White with #5E1ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1ED9; }
p { color: rgb(94,30,217); }
H1.HeaderClassName
{
color: #5E1ED9;
}
.AnyTagClassName
{
color: #5E1ED9;
}
</style>
background-color css
<style>
a { background-color: #5E1ED9; }
a { background-color: rgb(94,30,217); }
div.DivClassName
{
background-color: #5E1ED9;
}
.BgClassName
{
background-color: #5E1ED9;
}
</style>
border-color css
<style>
span { border-color: #5E1ED9; }
span { border-color: rgb(94,30,217); }
td.TdClassName
{
border-color: #5E1ED9;
}
.TagClassName
{
border-color: #5E1ED9;
}
</style>