Shades of Purple Taupe #5D3F59
Tints of Purple Taupe #5D3F59
RGB
CMYK
RGB Variations
Color information
#5D3F59 (or 0x5D3F59) is known color: Purple Taupe. HEX triplet: 5D, 3F and 59. RGB value is (93,63,89). Sum of RGB (Red+Green+Blue) = 93+63+89=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F59 is #A2C0A6. Grayscale: #4A4A4A. Windows color (decimal): -10666151 or 5848925. OLE color: 5848925.
HSL color Cylindrical-coordinate representation of color #5D3F59: hue angle of 308º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D3F59 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 63 | 89 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.64 |
| HSL | 308º | 0.19% | 0.31% | - |
| HSV(B) | 308º | 0.32% | 0.36% | - |
| XYZ | 8.09 | 6.6 | 10.3 | - |
| YUV | 74.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 89 | 0 | 0.32 | 0.04 | 0.64 | 308 | 0.19 | 0.31 |
| Hex | 5D | 3F | 59 | 0 | 20 | 4 | 40 | 134 | 13 | 1F |
| Octal | 135 | 77 | 131 | 0 | 40 | 4 | 100 | 464 | 23 | 37 |
| Binary | 1011101 | 111111 | 1011001 | 0 | 100000 | 100 | 1000000 | 100110100 | 10011 | 11111 |
Color Harmonies of #5D3F59
Complementary color
Monochromatic Colors of #5D3F59
Black with #5D3F59
Text Example
Text Example
White with #5D3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F59; }
p { color: rgb(93,63,89); }
H1.HeaderClassName
{
color: #5D3F59;
}
.AnyTagClassName
{
color: #5D3F59;
}
</style>
background-color css
<style>
a { background-color: #5D3F59; }
a { background-color: rgb(93,63,89); }
div.DivClassName
{
background-color: #5D3F59;
}
.BgClassName
{
background-color: #5D3F59;
}
</style>
border-color css
<style>
span { border-color: #5D3F59; }
span { border-color: rgb(93,63,89); }
td.TdClassName
{
border-color: #5D3F59;
}
.TagClassName
{
border-color: #5D3F59;
}
</style>