Shades of Purple Heart #5E31BA
Tints of Purple Heart #5E31BA
RGB
CMYK
RGB Variations
Color information
#5E31BA (or 0x5E31BA) is known color: Purple Heart. HEX triplet: 5E, 31 and BA. RGB value is (94,49,186). Sum of RGB (Red+Green+Blue) = 94+49+186=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31BA is #A1CE45. Grayscale: #4D4D4D. Windows color (decimal): -10604102 or 12202334. OLE color: 12202334.
HSL color Cylindrical-coordinate representation of color #5E31BA: hue angle of 259.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E31BA is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 49 | 186 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.27 |
| HSL | 259.71º | 0.58% | 0.46% | - |
| HSV(B) | 259.71º | 0.74% | 0.73% | - |
| XYZ | 14.58 | 8.12 | 47.25 | - |
| YUV | 78.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 186 | 0.49 | 0.74 | 0 | 0.27 | 259.71 | 0.58 | 0.46 |
| Hex | 5E | 31 | BA | 31 | 4A | 0 | 1B | 104 | 3A | 2E |
| Octal | 136 | 61 | 272 | 61 | 112 | 0 | 33 | 404 | 72 | 56 |
| Binary | 1011110 | 110001 | 10111010 | 110001 | 1001010 | 0 | 11011 | 100000100 | 111010 | 101110 |
Color Harmonies of #5E31BA
Complementary color
Monochromatic Colors of #5E31BA
Black with #5E31BA
Text Example
Text Example
White with #5E31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31BA; }
p { color: rgb(94,49,186); }
H1.HeaderClassName
{
color: #5E31BA;
}
.AnyTagClassName
{
color: #5E31BA;
}
</style>
background-color css
<style>
a { background-color: #5E31BA; }
a { background-color: rgb(94,49,186); }
div.DivClassName
{
background-color: #5E31BA;
}
.BgClassName
{
background-color: #5E31BA;
}
</style>
border-color css
<style>
span { border-color: #5E31BA; }
span { border-color: rgb(94,49,186); }
td.TdClassName
{
border-color: #5E31BA;
}
.TagClassName
{
border-color: #5E31BA;
}
</style>