Shades of Purple Heart #5E17AB
Tints of Purple Heart #5E17AB
RGB
CMYK
RGB Variations
Color information
#5E17AB (or 0x5E17AB) is known color: Purple Heart. HEX triplet: 5E, 17 and AB. RGB value is (94,23,171). Sum of RGB (Red+Green+Blue) = 94+23+171=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E17AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E17AB is #A1E854. Grayscale: #3C3C3C. Windows color (decimal): -10610773 or 11212638. OLE color: 11212638.
HSL color Cylindrical-coordinate representation of color #5E17AB: hue angle of 268.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E17AB is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 23 | 171 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.33 |
| HSL | 268.78º | 0.76% | 0.38% | - |
| HSV(B) | 268.78º | 0.87% | 0.67% | - |
| XYZ | 12.27 | 5.93 | 39.03 | - |
| YUV | 61.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 171 | 0.45 | 0.87 | 0 | 0.33 | 268.78 | 0.76 | 0.38 |
| Hex | 5E | 17 | AB | 2D | 57 | 0 | 21 | 10D | 4C | 26 |
| Octal | 136 | 27 | 253 | 55 | 127 | 0 | 41 | 415 | 114 | 46 |
| Binary | 1011110 | 10111 | 10101011 | 101101 | 1010111 | 0 | 100001 | 100001101 | 1001100 | 100110 |
Color Harmonies of #5E17AB
Complementary color
Monochromatic Colors of #5E17AB
Black with #5E17AB
Text Example
Text Example
White with #5E17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E17AB; }
p { color: rgb(94,23,171); }
H1.HeaderClassName
{
color: #5E17AB;
}
.AnyTagClassName
{
color: #5E17AB;
}
</style>
background-color css
<style>
a { background-color: #5E17AB; }
a { background-color: rgb(94,23,171); }
div.DivClassName
{
background-color: #5E17AB;
}
.BgClassName
{
background-color: #5E17AB;
}
</style>
border-color css
<style>
span { border-color: #5E17AB; }
span { border-color: rgb(94,23,171); }
td.TdClassName
{
border-color: #5E17AB;
}
.TagClassName
{
border-color: #5E17AB;
}
</style>