Shades of Purple Heart #5E3BE1
Tints of Purple Heart #5E3BE1
RGB
CMYK
RGB Variations
Color information
#5E3BE1 (or 0x5E3BE1) is known color: Purple Heart. HEX triplet: 5E, 3B and E1. RGB value is (94,59,225). Sum of RGB (Red+Green+Blue) = 94+59+225=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 225 (88.28% from 255 or 59.52% from 378); Max value from RGB is 225 - color contains mainly: blue. Hex color #5E3BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BE1 is #A1C41E. Grayscale: #575757. Windows color (decimal): -10601503 or 14760798. OLE color: 14760798.
HSL color Cylindrical-coordinate representation of color #5E3BE1: hue angle of 252.65º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E3BE1 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 59 | 225 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.12 |
| HSL | 252.65º | 0.73% | 0.56% | - |
| HSV(B) | 252.65º | 0.74% | 0.88% | - |
| XYZ | 19.77 | 10.94 | 72.3 | - |
| YUV | 88.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 225 | 0.58 | 0.74 | 0 | 0.12 | 252.65 | 0.73 | 0.56 |
| Hex | 5E | 3B | E1 | 3A | 4A | 0 | C | FD | 49 | 38 |
| Octal | 136 | 73 | 341 | 72 | 112 | 0 | 14 | 375 | 111 | 70 |
| Binary | 1011110 | 111011 | 11100001 | 111010 | 1001010 | 0 | 1100 | 11111101 | 1001001 | 111000 |
Color Harmonies of #5E3BE1
Complementary color
Monochromatic Colors of #5E3BE1
Black with #5E3BE1
Text Example
Text Example
White with #5E3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BE1; }
p { color: rgb(94,59,225); }
H1.HeaderClassName
{
color: #5E3BE1;
}
.AnyTagClassName
{
color: #5E3BE1;
}
</style>
background-color css
<style>
a { background-color: #5E3BE1; }
a { background-color: rgb(94,59,225); }
div.DivClassName
{
background-color: #5E3BE1;
}
.BgClassName
{
background-color: #5E3BE1;
}
</style>
border-color css
<style>
span { border-color: #5E3BE1; }
span { border-color: rgb(94,59,225); }
td.TdClassName
{
border-color: #5E3BE1;
}
.TagClassName
{
border-color: #5E3BE1;
}
</style>