Shades of Purple Heart #5E31C1
Tints of Purple Heart #5E31C1
RGB
CMYK
RGB Variations
Color information
#5E31C1 (or 0x5E31C1) is known color: Purple Heart. HEX triplet: 5E, 31 and C1. RGB value is (94,49,193). Sum of RGB (Red+Green+Blue) = 94+49+193=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E31C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31C1 is #A1CE3E. Grayscale: #4E4E4E. Windows color (decimal): -10604095 or 12661086. OLE color: 12661086.
HSL color Cylindrical-coordinate representation of color #5E31C1: hue angle of 258.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E31C1 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 49 | 193 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.24 |
| HSL | 258.75º | 0.6% | 0.47% | - |
| HSV(B) | 258.75º | 0.75% | 0.76% | - |
| XYZ | 15.34 | 8.43 | 51.27 | - |
| YUV | 78.87 | 192.41 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 193 | 0.51 | 0.75 | 0 | 0.24 | 258.75 | 0.6 | 0.47 |
| Hex | 5E | 31 | C1 | 33 | 4B | 0 | 18 | 103 | 3C | 2F |
| Octal | 136 | 61 | 301 | 63 | 113 | 0 | 30 | 403 | 74 | 57 |
| Binary | 1011110 | 110001 | 11000001 | 110011 | 1001011 | 0 | 11000 | 100000011 | 111100 | 101111 |
Color Harmonies of #5E31C1
Complementary color
Monochromatic Colors of #5E31C1
Black with #5E31C1
Text Example
Text Example
White with #5E31C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31C1; }
p { color: rgb(94,49,193); }
H1.HeaderClassName
{
color: #5E31C1;
}
.AnyTagClassName
{
color: #5E31C1;
}
</style>
background-color css
<style>
a { background-color: #5E31C1; }
a { background-color: rgb(94,49,193); }
div.DivClassName
{
background-color: #5E31C1;
}
.BgClassName
{
background-color: #5E31C1;
}
</style>
border-color css
<style>
span { border-color: #5E31C1; }
span { border-color: rgb(94,49,193); }
td.TdClassName
{
border-color: #5E31C1;
}
.TagClassName
{
border-color: #5E31C1;
}
</style>