Shades of Purple Heart #5E29AB
Tints of Purple Heart #5E29AB
RGB
CMYK
RGB Variations
Color information
#5E29AB (or 0x5E29AB) is known color: Purple Heart. HEX triplet: 5E, 29 and AB. RGB value is (94,41,171). Sum of RGB (Red+Green+Blue) = 94+41+171=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E29AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E29AB is #A1D654. Grayscale: #474747. Windows color (decimal): -10606165 or 11217246. OLE color: 11217246.
HSL color Cylindrical-coordinate representation of color #5E29AB: hue angle of 264.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E29AB is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 41 | 171 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.33 |
| HSL | 264.46º | 0.61% | 0.42% | - |
| HSV(B) | 264.46º | 0.76% | 0.67% | - |
| XYZ | 12.76 | 6.91 | 39.19 | - |
| YUV | 71.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 171 | 0.45 | 0.76 | 0 | 0.33 | 264.46 | 0.61 | 0.42 |
| Hex | 5E | 29 | AB | 2D | 4C | 0 | 21 | 108 | 3D | 2A |
| Octal | 136 | 51 | 253 | 55 | 114 | 0 | 41 | 410 | 75 | 52 |
| Binary | 1011110 | 101001 | 10101011 | 101101 | 1001100 | 0 | 100001 | 100001000 | 111101 | 101010 |
Color Harmonies of #5E29AB
Complementary color
Monochromatic Colors of #5E29AB
Black with #5E29AB
Text Example
Text Example
White with #5E29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E29AB; }
p { color: rgb(94,41,171); }
H1.HeaderClassName
{
color: #5E29AB;
}
.AnyTagClassName
{
color: #5E29AB;
}
</style>
background-color css
<style>
a { background-color: #5E29AB; }
a { background-color: rgb(94,41,171); }
div.DivClassName
{
background-color: #5E29AB;
}
.BgClassName
{
background-color: #5E29AB;
}
</style>
border-color css
<style>
span { border-color: #5E29AB; }
span { border-color: rgb(94,41,171); }
td.TdClassName
{
border-color: #5E29AB;
}
.TagClassName
{
border-color: #5E29AB;
}
</style>