Shades of Purple Heart #5E3ABA
Tints of Purple Heart #5E3ABA
RGB
CMYK
RGB Variations
Color information
#5E3ABA (or 0x5E3ABA) is known color: Purple Heart. HEX triplet: 5E, 3A and BA. RGB value is (94,58,186). Sum of RGB (Red+Green+Blue) = 94+58+186=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3ABA is #A1C545. Grayscale: #525252. Windows color (decimal): -10601798 or 12204638. OLE color: 12204638.
HSL color Cylindrical-coordinate representation of color #5E3ABA: hue angle of 256.88º degrees, saturation: 0.52, 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 #5E3ABA is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 58 | 186 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.27 |
| HSL | 256.88º | 0.52% | 0.48% | - |
| HSV(B) | 256.88º | 0.69% | 0.73% | - |
| XYZ | 14.99 | 8.95 | 47.39 | - |
| YUV | 83.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 186 | 0.49 | 0.69 | 0 | 0.27 | 256.88 | 0.52 | 0.48 |
| Hex | 5E | 3A | BA | 31 | 45 | 0 | 1B | 101 | 34 | 30 |
| Octal | 136 | 72 | 272 | 61 | 105 | 0 | 33 | 401 | 64 | 60 |
| Binary | 1011110 | 111010 | 10111010 | 110001 | 1000101 | 0 | 11011 | 100000001 | 110100 | 110000 |
Color Harmonies of #5E3ABA
Complementary color
Monochromatic Colors of #5E3ABA
Black with #5E3ABA
Text Example
Text Example
White with #5E3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3ABA; }
p { color: rgb(94,58,186); }
H1.HeaderClassName
{
color: #5E3ABA;
}
.AnyTagClassName
{
color: #5E3ABA;
}
</style>
background-color css
<style>
a { background-color: #5E3ABA; }
a { background-color: rgb(94,58,186); }
div.DivClassName
{
background-color: #5E3ABA;
}
.BgClassName
{
background-color: #5E3ABA;
}
</style>
border-color css
<style>
span { border-color: #5E3ABA; }
span { border-color: rgb(94,58,186); }
td.TdClassName
{
border-color: #5E3ABA;
}
.TagClassName
{
border-color: #5E3ABA;
}
</style>