Shades of Purple Heart #5E31B3
Tints of Purple Heart #5E31B3
RGB
CMYK
RGB Variations
Color information
#5E31B3 (or 0x5E31B3) is known color: Purple Heart. HEX triplet: 5E, 31 and B3. RGB value is (94,49,179). Sum of RGB (Red+Green+Blue) = 94+49+179=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E31B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31B3 is #A1CE4C. Grayscale: #4C4C4C. Windows color (decimal): -10604109 or 11743582. OLE color: 11743582.
HSL color Cylindrical-coordinate representation of color #5E31B3: hue angle of 260.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E31B3 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 49 | 179 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.30 |
| HSL | 260.77º | 0.57% | 0.45% | - |
| HSV(B) | 260.77º | 0.73% | 0.7% | - |
| XYZ | 13.85 | 7.83 | 43.43 | - |
| YUV | 77.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 179 | 0.47 | 0.73 | 0 | 0.30 | 260.77 | 0.57 | 0.45 |
| Hex | 5E | 31 | B3 | 2F | 49 | 0 | 1E | 105 | 39 | 2D |
| Octal | 136 | 61 | 263 | 57 | 111 | 0 | 36 | 405 | 71 | 55 |
| Binary | 1011110 | 110001 | 10110011 | 101111 | 1001001 | 0 | 11110 | 100000101 | 111001 | 101101 |
Color Harmonies of #5E31B3
Complementary color
Monochromatic Colors of #5E31B3
Black with #5E31B3
Text Example
Text Example
White with #5E31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31B3; }
p { color: rgb(94,49,179); }
H1.HeaderClassName
{
color: #5E31B3;
}
.AnyTagClassName
{
color: #5E31B3;
}
</style>
background-color css
<style>
a { background-color: #5E31B3; }
a { background-color: rgb(94,49,179); }
div.DivClassName
{
background-color: #5E31B3;
}
.BgClassName
{
background-color: #5E31B3;
}
</style>
border-color css
<style>
span { border-color: #5E31B3; }
span { border-color: rgb(94,49,179); }
td.TdClassName
{
border-color: #5E31B3;
}
.TagClassName
{
border-color: #5E31B3;
}
</style>