Shades of Purple Heart #5E1EA5
Tints of Purple Heart #5E1EA5
RGB
CMYK
RGB Variations
Color information
#5E1EA5 (or 0x5E1EA5) is known color: Purple Heart. HEX triplet: 5E, 1E and A5. RGB value is (94,30,165). Sum of RGB (Red+Green+Blue) = 94+30+165=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #5E1EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1EA5 is #A1E15A. Grayscale: #404040. Windows color (decimal): -10608987 or 10821214. OLE color: 10821214.
HSL color Cylindrical-coordinate representation of color #5E1EA5: hue angle of 268.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1EA5 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 30 | 165 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.35 |
| HSL | 268.44º | 0.69% | 0.38% | - |
| HSV(B) | 268.44º | 0.82% | 0.65% | - |
| XYZ | 11.87 | 6.02 | 36.13 | - |
| YUV | 64.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 165 | 0.43 | 0.82 | 0 | 0.35 | 268.44 | 0.69 | 0.38 |
| Hex | 5E | 1E | A5 | 2B | 52 | 0 | 23 | 10C | 45 | 26 |
| Octal | 136 | 36 | 245 | 53 | 122 | 0 | 43 | 414 | 105 | 46 |
| Binary | 1011110 | 11110 | 10100101 | 101011 | 1010010 | 0 | 100011 | 100001100 | 1000101 | 100110 |
Color Harmonies of #5E1EA5
Complementary color
Monochromatic Colors of #5E1EA5
Black with #5E1EA5
Text Example
Text Example
White with #5E1EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1EA5; }
p { color: rgb(94,30,165); }
H1.HeaderClassName
{
color: #5E1EA5;
}
.AnyTagClassName
{
color: #5E1EA5;
}
</style>
background-color css
<style>
a { background-color: #5E1EA5; }
a { background-color: rgb(94,30,165); }
div.DivClassName
{
background-color: #5E1EA5;
}
.BgClassName
{
background-color: #5E1EA5;
}
</style>
border-color css
<style>
span { border-color: #5E1EA5; }
span { border-color: rgb(94,30,165); }
td.TdClassName
{
border-color: #5E1EA5;
}
.TagClassName
{
border-color: #5E1EA5;
}
</style>