Shades of Purple Taupe #493D47
Tints of Purple Taupe #493D47
RGB
CMYK
RGB Variations
Color information
#493D47 (or 0x493D47) is known color: Purple Taupe. HEX triplet: 49, 3D and 47. RGB value is (73,61,71). Sum of RGB (Red+Green+Blue) = 73+61+71=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #493D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D47 is #B6C2B8. Grayscale: #414141. Windows color (decimal): -11977401 or 4668745. OLE color: 4668745.
HSL color Cylindrical-coordinate representation of color #493D47: hue angle of 310º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #493D47 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 71 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.71 |
| HSL | 310º | 0.09% | 0.26% | - |
| HSV(B) | 310º | 0.16% | 0.29% | - |
| XYZ | 5.55 | 5.21 | 6.67 | - |
| YUV | 65.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 71 | 0 | 0.16 | 0.03 | 0.71 | 310 | 0.09 | 0.26 |
| Hex | 49 | 3D | 47 | 0 | 10 | 3 | 47 | 136 | 9 | 1A |
| Octal | 111 | 75 | 107 | 0 | 20 | 3 | 107 | 466 | 11 | 32 |
| Binary | 1001001 | 111101 | 1000111 | 0 | 10000 | 11 | 1000111 | 100110110 | 1001 | 11010 |
Color Harmonies of #493D47
Complementary color
Monochromatic Colors of #493D47
Black with #493D47
Text Example
Text Example
White with #493D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D47; }
p { color: rgb(73,61,71); }
H1.HeaderClassName
{
color: #493D47;
}
.AnyTagClassName
{
color: #493D47;
}
</style>
background-color css
<style>
a { background-color: #493D47; }
a { background-color: rgb(73,61,71); }
div.DivClassName
{
background-color: #493D47;
}
.BgClassName
{
background-color: #493D47;
}
</style>
border-color css
<style>
span { border-color: #493D47; }
span { border-color: rgb(73,61,71); }
td.TdClassName
{
border-color: #493D47;
}
.TagClassName
{
border-color: #493D47;
}
</style>