Shades of Purple Taupe #5E4155
Tints of Purple Taupe #5E4155
RGB
CMYK
RGB Variations
Color information
#5E4155 (or 0x5E4155) is known color: Purple Taupe. HEX triplet: 5E, 41 and 55. RGB value is (94,65,85). Sum of RGB (Red+Green+Blue) = 94+65+85=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4155 is #A1BEAA. Grayscale: #4B4B4B. Windows color (decimal): -10600107 or 5587294. OLE color: 5587294.
HSL color Cylindrical-coordinate representation of color #5E4155: hue angle of 318.62º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4155 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 85 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.63 |
| HSL | 318.62º | 0.18% | 0.31% | - |
| HSV(B) | 318.62º | 0.31% | 0.37% | - |
| XYZ | 8.15 | 6.82 | 9.48 | - |
| YUV | 75.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 85 | 0 | 0.31 | 0.10 | 0.63 | 318.62 | 0.18 | 0.31 |
| Hex | 5E | 41 | 55 | 0 | 1F | A | 3F | 13F | 12 | 1F |
| Octal | 136 | 101 | 125 | 0 | 37 | 12 | 77 | 477 | 22 | 37 |
| Binary | 1011110 | 1000001 | 1010101 | 0 | 11111 | 1010 | 111111 | 100111111 | 10010 | 11111 |
Color Harmonies of #5E4155
Complementary color
Monochromatic Colors of #5E4155
Black with #5E4155
Text Example
Text Example
White with #5E4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4155; }
p { color: rgb(94,65,85); }
H1.HeaderClassName
{
color: #5E4155;
}
.AnyTagClassName
{
color: #5E4155;
}
</style>
background-color css
<style>
a { background-color: #5E4155; }
a { background-color: rgb(94,65,85); }
div.DivClassName
{
background-color: #5E4155;
}
.BgClassName
{
background-color: #5E4155;
}
</style>
border-color css
<style>
span { border-color: #5E4155; }
span { border-color: rgb(94,65,85); }
td.TdClassName
{
border-color: #5E4155;
}
.TagClassName
{
border-color: #5E4155;
}
</style>