Shades of Purple Taupe #4F434D
Tints of Purple Taupe #4F434D
RGB
CMYK
RGB Variations
Color information
#4F434D (or 0x4F434D) is known color: Purple Taupe. HEX triplet: 4F, 43 and 4D. RGB value is (79,67,77). Sum of RGB (Red+Green+Blue) = 79+67+77=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 79 - color contains mainly: red. Hex color #4F434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F434D is #B0BCB2. Grayscale: #474747. Windows color (decimal): -11582643 or 5063503. OLE color: 5063503.
HSL color Cylindrical-coordinate representation of color #4F434D: hue angle of 310º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F434D is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 77 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.69 |
| HSL | 310º | 0.08% | 0.29% | - |
| HSV(B) | 310º | 0.15% | 0.31% | - |
| XYZ | 6.57 | 6.21 | 7.87 | - |
| YUV | 71.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 77 | 0 | 0.15 | 0.03 | 0.69 | 310 | 0.08 | 0.29 |
| Hex | 4F | 43 | 4D | 0 | F | 3 | 45 | 136 | 8 | 1D |
| Octal | 117 | 103 | 115 | 0 | 17 | 3 | 105 | 466 | 10 | 35 |
| Binary | 1001111 | 1000011 | 1001101 | 0 | 1111 | 11 | 1000101 | 100110110 | 1000 | 11101 |
Color Harmonies of #4F434D
Complementary color
Monochromatic Colors of #4F434D
Black with #4F434D
Text Example
Text Example
White with #4F434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F434D; }
p { color: rgb(79,67,77); }
H1.HeaderClassName
{
color: #4F434D;
}
.AnyTagClassName
{
color: #4F434D;
}
</style>
background-color css
<style>
a { background-color: #4F434D; }
a { background-color: rgb(79,67,77); }
div.DivClassName
{
background-color: #4F434D;
}
.BgClassName
{
background-color: #4F434D;
}
</style>
border-color css
<style>
span { border-color: #4F434D; }
span { border-color: rgb(79,67,77); }
td.TdClassName
{
border-color: #4F434D;
}
.TagClassName
{
border-color: #4F434D;
}
</style>