Shades of Purple Heart #5E3ABB
Tints of Purple Heart #5E3ABB
RGB
CMYK
RGB Variations
Color information
#5E3ABB (or 0x5E3ABB) is known color: Purple Heart. HEX triplet: 5E, 3A and BB. RGB value is (94,58,187). Sum of RGB (Red+Green+Blue) = 94+58+187=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E3ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ABB is #A1C544. Grayscale: #525252. Windows color (decimal): -10601797 or 12270174. OLE color: 12270174.
HSL color Cylindrical-coordinate representation of color #5E3ABB: hue angle of 256.74º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E3ABB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 58 | 187 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.27 |
| HSL | 256.74º | 0.53% | 0.48% | - |
| HSV(B) | 256.74º | 0.69% | 0.73% | - |
| XYZ | 15.1 | 8.99 | 47.95 | - |
| YUV | 83.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 187 | 0.50 | 0.69 | 0 | 0.27 | 256.74 | 0.53 | 0.48 |
| Hex | 5E | 3A | BB | 32 | 45 | 0 | 1B | 101 | 35 | 30 |
| Octal | 136 | 72 | 273 | 62 | 105 | 0 | 33 | 401 | 65 | 60 |
| Binary | 1011110 | 111010 | 10111011 | 110010 | 1000101 | 0 | 11011 | 100000001 | 110101 | 110000 |
Color Harmonies of #5E3ABB
Complementary color
Monochromatic Colors of #5E3ABB
Black with #5E3ABB
Text Example
Text Example
White with #5E3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3ABB; }
p { color: rgb(94,58,187); }
H1.HeaderClassName
{
color: #5E3ABB;
}
.AnyTagClassName
{
color: #5E3ABB;
}
</style>
background-color css
<style>
a { background-color: #5E3ABB; }
a { background-color: rgb(94,58,187); }
div.DivClassName
{
background-color: #5E3ABB;
}
.BgClassName
{
background-color: #5E3ABB;
}
</style>
border-color css
<style>
span { border-color: #5E3ABB; }
span { border-color: rgb(94,58,187); }
td.TdClassName
{
border-color: #5E3ABB;
}
.TagClassName
{
border-color: #5E3ABB;
}
</style>