Shades of Purple Heart #5E29B3
Tints of Purple Heart #5E29B3
RGB
CMYK
RGB Variations
Color information
#5E29B3 (or 0x5E29B3) is known color: Purple Heart. HEX triplet: 5E, 29 and B3. RGB value is (94,41,179). Sum of RGB (Red+Green+Blue) = 94+41+179=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E29B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E29B3 is #A1D64C. Grayscale: #484848. Windows color (decimal): -10606157 or 11741534. OLE color: 11741534.
HSL color Cylindrical-coordinate representation of color #5E29B3: hue angle of 263.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E29B3 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 41 | 179 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.30 |
| HSL | 263.04º | 0.63% | 0.43% | - |
| HSV(B) | 263.04º | 0.77% | 0.7% | - |
| XYZ | 13.55 | 7.22 | 43.33 | - |
| YUV | 72.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 179 | 0.47 | 0.77 | 0 | 0.30 | 263.04 | 0.63 | 0.43 |
| Hex | 5E | 29 | B3 | 2F | 4D | 0 | 1E | 107 | 3F | 2B |
| Octal | 136 | 51 | 263 | 57 | 115 | 0 | 36 | 407 | 77 | 53 |
| Binary | 1011110 | 101001 | 10110011 | 101111 | 1001101 | 0 | 11110 | 100000111 | 111111 | 101011 |
Color Harmonies of #5E29B3
Complementary color
Monochromatic Colors of #5E29B3
Black with #5E29B3
Text Example
Text Example
White with #5E29B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E29B3; }
p { color: rgb(94,41,179); }
H1.HeaderClassName
{
color: #5E29B3;
}
.AnyTagClassName
{
color: #5E29B3;
}
</style>
background-color css
<style>
a { background-color: #5E29B3; }
a { background-color: rgb(94,41,179); }
div.DivClassName
{
background-color: #5E29B3;
}
.BgClassName
{
background-color: #5E29B3;
}
</style>
border-color css
<style>
span { border-color: #5E29B3; }
span { border-color: rgb(94,41,179); }
td.TdClassName
{
border-color: #5E29B3;
}
.TagClassName
{
border-color: #5E29B3;
}
</style>