Shades of Purple Taupe #4D3D47
Tints of Purple Taupe #4D3D47
RGB
CMYK
RGB Variations
Color information
#4D3D47 (or 0x4D3D47) is known color: Purple Taupe. HEX triplet: 4D, 3D and 47. RGB value is (77,61,71). Sum of RGB (Red+Green+Blue) = 77+61+71=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D47 is #B2C2B8. Grayscale: #424242. Windows color (decimal): -11715257 or 4668749. OLE color: 4668749.
HSL color Cylindrical-coordinate representation of color #4D3D47: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D3D47 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 71 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.70 |
| HSL | 322.5º | 0.12% | 0.27% | - |
| HSV(B) | 322.5º | 0.21% | 0.3% | - |
| XYZ | 5.87 | 5.37 | 6.69 | - |
| YUV | 66.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 71 | 0 | 0.21 | 0.08 | 0.70 | 322.5 | 0.12 | 0.27 |
| Hex | 4D | 3D | 47 | 0 | 15 | 8 | 46 | 142 | C | 1B |
| Octal | 115 | 75 | 107 | 0 | 25 | 10 | 106 | 502 | 14 | 33 |
| Binary | 1001101 | 111101 | 1000111 | 0 | 10101 | 1000 | 1000110 | 101000010 | 1100 | 11011 |
Color Harmonies of #4D3D47
Complementary color
Monochromatic Colors of #4D3D47
Black with #4D3D47
Text Example
Text Example
White with #4D3D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D47; }
p { color: rgb(77,61,71); }
H1.HeaderClassName
{
color: #4D3D47;
}
.AnyTagClassName
{
color: #4D3D47;
}
</style>
background-color css
<style>
a { background-color: #4D3D47; }
a { background-color: rgb(77,61,71); }
div.DivClassName
{
background-color: #4D3D47;
}
.BgClassName
{
background-color: #4D3D47;
}
</style>
border-color css
<style>
span { border-color: #4D3D47; }
span { border-color: rgb(77,61,71); }
td.TdClassName
{
border-color: #4D3D47;
}
.TagClassName
{
border-color: #4D3D47;
}
</style>