Shades of Purple Heart #5E3AB5
Tints of Purple Heart #5E3AB5
RGB
CMYK
RGB Variations
Color information
#5E3AB5 (or 0x5E3AB5) is known color: Purple Heart. HEX triplet: 5E, 3A and B5. RGB value is (94,58,181). Sum of RGB (Red+Green+Blue) = 94+58+181=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E3AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3AB5 is #A1C54A. Grayscale: #525252. Windows color (decimal): -10601803 or 11876958. OLE color: 11876958.
HSL color Cylindrical-coordinate representation of color #5E3AB5: hue angle of 257.56º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E3AB5 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 58 | 181 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.29 |
| HSL | 257.56º | 0.51% | 0.47% | - |
| HSV(B) | 257.56º | 0.68% | 0.71% | - |
| XYZ | 14.47 | 8.74 | 44.64 | - |
| YUV | 82.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 58 | 181 | 0.48 | 0.68 | 0 | 0.29 | 257.56 | 0.51 | 0.47 |
| Hex | 5E | 3A | B5 | 30 | 44 | 0 | 1D | 102 | 33 | 2F |
| Octal | 136 | 72 | 265 | 60 | 104 | 0 | 35 | 402 | 63 | 57 |
| Binary | 1011110 | 111010 | 10110101 | 110000 | 1000100 | 0 | 11101 | 100000010 | 110011 | 101111 |
Color Harmonies of #5E3AB5
Complementary color
Monochromatic Colors of #5E3AB5
Black with #5E3AB5
Text Example
Text Example
White with #5E3AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3AB5; }
p { color: rgb(94,58,181); }
H1.HeaderClassName
{
color: #5E3AB5;
}
.AnyTagClassName
{
color: #5E3AB5;
}
</style>
background-color css
<style>
a { background-color: #5E3AB5; }
a { background-color: rgb(94,58,181); }
div.DivClassName
{
background-color: #5E3AB5;
}
.BgClassName
{
background-color: #5E3AB5;
}
</style>
border-color css
<style>
span { border-color: #5E3AB5; }
span { border-color: rgb(94,58,181); }
td.TdClassName
{
border-color: #5E3AB5;
}
.TagClassName
{
border-color: #5E3AB5;
}
</style>