Shades of Purple Heart #5E2ABB
Tints of Purple Heart #5E2ABB
RGB
CMYK
RGB Variations
Color information
#5E2ABB (or 0x5E2ABB) is known color: Purple Heart. HEX triplet: 5E, 2A and BB. RGB value is (94,42,187). Sum of RGB (Red+Green+Blue) = 94+42+187=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E2ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ABB is #A1D544. Grayscale: #494949. Windows color (decimal): -10605893 or 12266078. OLE color: 12266078.
HSL color Cylindrical-coordinate representation of color #5E2ABB: hue angle of 261.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2ABB is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 42 | 187 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.27 |
| HSL | 261.52º | 0.63% | 0.45% | - |
| HSV(B) | 261.52º | 0.78% | 0.73% | - |
| XYZ | 14.41 | 7.62 | 47.73 | - |
| YUV | 74.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 187 | 0.50 | 0.78 | 0 | 0.27 | 261.52 | 0.63 | 0.45 |
| Hex | 5E | 2A | BB | 32 | 4E | 0 | 1B | 106 | 3F | 2D |
| Octal | 136 | 52 | 273 | 62 | 116 | 0 | 33 | 406 | 77 | 55 |
| Binary | 1011110 | 101010 | 10111011 | 110010 | 1001110 | 0 | 11011 | 100000110 | 111111 | 101101 |
Color Harmonies of #5E2ABB
Complementary color
Monochromatic Colors of #5E2ABB
Black with #5E2ABB
Text Example
Text Example
White with #5E2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2ABB; }
p { color: rgb(94,42,187); }
H1.HeaderClassName
{
color: #5E2ABB;
}
.AnyTagClassName
{
color: #5E2ABB;
}
</style>
background-color css
<style>
a { background-color: #5E2ABB; }
a { background-color: rgb(94,42,187); }
div.DivClassName
{
background-color: #5E2ABB;
}
.BgClassName
{
background-color: #5E2ABB;
}
</style>
border-color css
<style>
span { border-color: #5E2ABB; }
span { border-color: rgb(94,42,187); }
td.TdClassName
{
border-color: #5E2ABB;
}
.TagClassName
{
border-color: #5E2ABB;
}
</style>