Shades of Purple Taupe #5E3555
Tints of Purple Taupe #5E3555
RGB
CMYK
RGB Variations
Color information
#5E3555 (or 0x5E3555) is known color: Purple Taupe. HEX triplet: 5E, 35 and 55. RGB value is (94,53,85). Sum of RGB (Red+Green+Blue) = 94+53+85=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3555 is #A1CAAA. Grayscale: #444444. Windows color (decimal): -10603179 or 5584222. OLE color: 5584222.
HSL color Cylindrical-coordinate representation of color #5E3555: hue angle of 313.17º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3555 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 85 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.63 |
| HSL | 313.17º | 0.28% | 0.29% | - |
| HSV(B) | 313.17º | 0.44% | 0.37% | - |
| XYZ | 7.53 | 5.58 | 9.27 | - |
| YUV | 68.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 85 | 0 | 0.44 | 0.10 | 0.63 | 313.17 | 0.28 | 0.29 |
| Hex | 5E | 35 | 55 | 0 | 2C | A | 3F | 139 | 1C | 1D |
| Octal | 136 | 65 | 125 | 0 | 54 | 12 | 77 | 471 | 34 | 35 |
| Binary | 1011110 | 110101 | 1010101 | 0 | 101100 | 1010 | 111111 | 100111001 | 11100 | 11101 |
Color Harmonies of #5E3555
Complementary color
Monochromatic Colors of #5E3555
Black with #5E3555
Text Example
Text Example
White with #5E3555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3555; }
p { color: rgb(94,53,85); }
H1.HeaderClassName
{
color: #5E3555;
}
.AnyTagClassName
{
color: #5E3555;
}
</style>
background-color css
<style>
a { background-color: #5E3555; }
a { background-color: rgb(94,53,85); }
div.DivClassName
{
background-color: #5E3555;
}
.BgClassName
{
background-color: #5E3555;
}
</style>
border-color css
<style>
span { border-color: #5E3555; }
span { border-color: rgb(94,53,85); }
td.TdClassName
{
border-color: #5E3555;
}
.TagClassName
{
border-color: #5E3555;
}
</style>