Shades of Purple Heart #5E31D5
Tints of Purple Heart #5E31D5
RGB
CMYK
RGB Variations
Color information
#5E31D5 (or 0x5E31D5) is known color: Purple Heart. HEX triplet: 5E, 31 and D5. RGB value is (94,49,213). Sum of RGB (Red+Green+Blue) = 94+49+213=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #5E31D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31D5 is #A1CE2A. Grayscale: #505050. Windows color (decimal): -10604075 or 13971806. OLE color: 13971806.
HSL color Cylindrical-coordinate representation of color #5E31D5: hue angle of 256.46º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E31D5 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 49 | 213 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.16 |
| HSL | 256.46º | 0.66% | 0.51% | - |
| HSV(B) | 256.46º | 0.77% | 0.84% | - |
| XYZ | 17.72 | 9.38 | 63.83 | - |
| YUV | 81.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 213 | 0.56 | 0.77 | 0 | 0.16 | 256.46 | 0.66 | 0.51 |
| Hex | 5E | 31 | D5 | 38 | 4D | 0 | 10 | 100 | 42 | 33 |
| Octal | 136 | 61 | 325 | 70 | 115 | 0 | 20 | 400 | 102 | 63 |
| Binary | 1011110 | 110001 | 11010101 | 111000 | 1001101 | 0 | 10000 | 100000000 | 1000010 | 110011 |
Color Harmonies of #5E31D5
Complementary color
Monochromatic Colors of #5E31D5
Black with #5E31D5
Text Example
Text Example
White with #5E31D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31D5; }
p { color: rgb(94,49,213); }
H1.HeaderClassName
{
color: #5E31D5;
}
.AnyTagClassName
{
color: #5E31D5;
}
</style>
background-color css
<style>
a { background-color: #5E31D5; }
a { background-color: rgb(94,49,213); }
div.DivClassName
{
background-color: #5E31D5;
}
.BgClassName
{
background-color: #5E31D5;
}
</style>
border-color css
<style>
span { border-color: #5E31D5; }
span { border-color: rgb(94,49,213); }
td.TdClassName
{
border-color: #5E31D5;
}
.TagClassName
{
border-color: #5E31D5;
}
</style>