Shades of Purple Taupe #4D414B
Tints of Purple Taupe #4D414B
RGB
CMYK
RGB Variations
Color information
#4D414B (or 0x4D414B) is known color: Purple Taupe. HEX triplet: 4D, 41 and 4B. RGB value is (77,65,75). Sum of RGB (Red+Green+Blue) = 77+65+75=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D414B is #B2BEB4. Grayscale: #454545. Windows color (decimal): -11714229 or 4931917. OLE color: 4931917.
HSL color Cylindrical-coordinate representation of color #4D414B: hue angle of 310º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D414B is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 75 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.70 |
| HSL | 310º | 0.08% | 0.28% | - |
| HSV(B) | 310º | 0.16% | 0.3% | - |
| XYZ | 6.22 | 5.87 | 7.46 | - |
| YUV | 69.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 75 | 0 | 0.16 | 0.03 | 0.70 | 310 | 0.08 | 0.28 |
| Hex | 4D | 41 | 4B | 0 | 10 | 3 | 46 | 136 | 8 | 1C |
| Octal | 115 | 101 | 113 | 0 | 20 | 3 | 106 | 466 | 10 | 34 |
| Binary | 1001101 | 1000001 | 1001011 | 0 | 10000 | 11 | 1000110 | 100110110 | 1000 | 11100 |
Color Harmonies of #4D414B
Complementary color
Monochromatic Colors of #4D414B
Black with #4D414B
Text Example
Text Example
White with #4D414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D414B; }
p { color: rgb(77,65,75); }
H1.HeaderClassName
{
color: #4D414B;
}
.AnyTagClassName
{
color: #4D414B;
}
</style>
background-color css
<style>
a { background-color: #4D414B; }
a { background-color: rgb(77,65,75); }
div.DivClassName
{
background-color: #4D414B;
}
.BgClassName
{
background-color: #4D414B;
}
</style>
border-color css
<style>
span { border-color: #4D414B; }
span { border-color: rgb(77,65,75); }
td.TdClassName
{
border-color: #4D414B;
}
.TagClassName
{
border-color: #4D414B;
}
</style>