Shades of Purple Taupe #5E3B51
Tints of Purple Taupe #5E3B51
RGB
CMYK
RGB Variations
Color information
#5E3B51 (or 0x5E3B51) is known color: Purple Taupe. HEX triplet: 5E, 3B and 51. RGB value is (94,59,81). Sum of RGB (Red+Green+Blue) = 94+59+81=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3B51 is #A1C4AE. Grayscale: #474747. Windows color (decimal): -10601647 or 5323614. OLE color: 5323614.
HSL color Cylindrical-coordinate representation of color #5E3B51: hue angle of 322.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E3B51 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 59 | 81 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.63 |
| HSL | 322.29º | 0.23% | 0.3% | - |
| HSV(B) | 322.29º | 0.37% | 0.37% | - |
| XYZ | 7.67 | 6.1 | 8.56 | - |
| YUV | 71.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 81 | 0 | 0.37 | 0.14 | 0.63 | 322.29 | 0.23 | 0.3 |
| Hex | 5E | 3B | 51 | 0 | 25 | E | 3F | 142 | 17 | 1E |
| Octal | 136 | 73 | 121 | 0 | 45 | 16 | 77 | 502 | 27 | 36 |
| Binary | 1011110 | 111011 | 1010001 | 0 | 100101 | 1110 | 111111 | 101000010 | 10111 | 11110 |
Color Harmonies of #5E3B51
Complementary color
Monochromatic Colors of #5E3B51
Black with #5E3B51
Text Example
Text Example
White with #5E3B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B51; }
p { color: rgb(94,59,81); }
H1.HeaderClassName
{
color: #5E3B51;
}
.AnyTagClassName
{
color: #5E3B51;
}
</style>
background-color css
<style>
a { background-color: #5E3B51; }
a { background-color: rgb(94,59,81); }
div.DivClassName
{
background-color: #5E3B51;
}
.BgClassName
{
background-color: #5E3B51;
}
</style>
border-color css
<style>
span { border-color: #5E3B51; }
span { border-color: rgb(94,59,81); }
td.TdClassName
{
border-color: #5E3B51;
}
.TagClassName
{
border-color: #5E3B51;
}
</style>