Shades of Purple Heart #5E15AE
Tints of Purple Heart #5E15AE
RGB
CMYK
RGB Variations
Color information
#5E15AE (or 0x5E15AE) is known color: Purple Heart. HEX triplet: 5E, 15 and AE. RGB value is (94,21,174). Sum of RGB (Red+Green+Blue) = 94+21+174=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E15AE is #A1EA51. Grayscale: #3B3B3B. Windows color (decimal): -10611282 or 11408734. OLE color: 11408734.
HSL color Cylindrical-coordinate representation of color #5E15AE: hue angle of 268.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E15AE is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 21 | 174 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.32 |
| HSL | 268.63º | 0.78% | 0.38% | - |
| HSV(B) | 268.63º | 0.88% | 0.68% | - |
| XYZ | 12.52 | 5.97 | 40.54 | - |
| YUV | 60.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 174 | 0.46 | 0.88 | 0 | 0.32 | 268.63 | 0.78 | 0.38 |
| Hex | 5E | 15 | AE | 2E | 58 | 0 | 20 | 10D | 4E | 26 |
| Octal | 136 | 25 | 256 | 56 | 130 | 0 | 40 | 415 | 116 | 46 |
| Binary | 1011110 | 10101 | 10101110 | 101110 | 1011000 | 0 | 100000 | 100001101 | 1001110 | 100110 |
Color Harmonies of #5E15AE
Complementary color
Monochromatic Colors of #5E15AE
Black with #5E15AE
Text Example
Text Example
White with #5E15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E15AE; }
p { color: rgb(94,21,174); }
H1.HeaderClassName
{
color: #5E15AE;
}
.AnyTagClassName
{
color: #5E15AE;
}
</style>
background-color css
<style>
a { background-color: #5E15AE; }
a { background-color: rgb(94,21,174); }
div.DivClassName
{
background-color: #5E15AE;
}
.BgClassName
{
background-color: #5E15AE;
}
</style>
border-color css
<style>
span { border-color: #5E15AE; }
span { border-color: rgb(94,21,174); }
td.TdClassName
{
border-color: #5E15AE;
}
.TagClassName
{
border-color: #5E15AE;
}
</style>