Shades of Purple Taupe #4D3F4A
Tints of Purple Taupe #4D3F4A
RGB
CMYK
RGB Variations
Color information
#4D3F4A (or 0x4D3F4A) is known color: Purple Taupe. HEX triplet: 4D, 3F and 4A. RGB value is (77,63,74). Sum of RGB (Red+Green+Blue) = 77+63+74=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F4A is #B2C0B5. Grayscale: #444444. Windows color (decimal): -11714742 or 4865869. OLE color: 4865869.
HSL color Cylindrical-coordinate representation of color #4D3F4A: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D3F4A is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 74 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.70 |
| HSL | 312.86º | 0.1% | 0.27% | - |
| HSV(B) | 312.86º | 0.18% | 0.3% | - |
| XYZ | 6.07 | 5.63 | 7.24 | - |
| YUV | 68.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 74 | 0 | 0.18 | 0.04 | 0.70 | 312.86 | 0.1 | 0.27 |
| Hex | 4D | 3F | 4A | 0 | 12 | 4 | 46 | 139 | A | 1B |
| Octal | 115 | 77 | 112 | 0 | 22 | 4 | 106 | 471 | 12 | 33 |
| Binary | 1001101 | 111111 | 1001010 | 0 | 10010 | 100 | 1000110 | 100111001 | 1010 | 11011 |
Color Harmonies of #4D3F4A
Complementary color
Monochromatic Colors of #4D3F4A
Black with #4D3F4A
Text Example
Text Example
White with #4D3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F4A; }
p { color: rgb(77,63,74); }
H1.HeaderClassName
{
color: #4D3F4A;
}
.AnyTagClassName
{
color: #4D3F4A;
}
</style>
background-color css
<style>
a { background-color: #4D3F4A; }
a { background-color: rgb(77,63,74); }
div.DivClassName
{
background-color: #4D3F4A;
}
.BgClassName
{
background-color: #4D3F4A;
}
</style>
border-color css
<style>
span { border-color: #4D3F4A; }
span { border-color: rgb(77,63,74); }
td.TdClassName
{
border-color: #4D3F4A;
}
.TagClassName
{
border-color: #4D3F4A;
}
</style>