Shades of Purple Taupe #4F454D
Tints of Purple Taupe #4F454D
RGB
CMYK
RGB Variations
Color information
#4F454D (or 0x4F454D) is known color: Purple Taupe. HEX triplet: 4F, 45 and 4D. RGB value is (79,69,77). Sum of RGB (Red+Green+Blue) = 79+69+77=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F454D is #B0BAB2. Grayscale: #484848. Windows color (decimal): -11582131 or 5064015. OLE color: 5064015.
HSL color Cylindrical-coordinate representation of color #4F454D: hue angle of 312º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F454D is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 77 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.69 |
| HSL | 312º | 0.07% | 0.29% | - |
| HSV(B) | 312º | 0.13% | 0.31% | - |
| XYZ | 6.69 | 6.45 | 7.91 | - |
| YUV | 72.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 77 | 0 | 0.13 | 0.03 | 0.69 | 312 | 0.07 | 0.29 |
| Hex | 4F | 45 | 4D | 0 | D | 3 | 45 | 138 | 7 | 1D |
| Octal | 117 | 105 | 115 | 0 | 15 | 3 | 105 | 470 | 7 | 35 |
| Binary | 1001111 | 1000101 | 1001101 | 0 | 1101 | 11 | 1000101 | 100111000 | 111 | 11101 |
Color Harmonies of #4F454D
Complementary color
Monochromatic Colors of #4F454D
Black with #4F454D
Text Example
Text Example
White with #4F454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F454D; }
p { color: rgb(79,69,77); }
H1.HeaderClassName
{
color: #4F454D;
}
.AnyTagClassName
{
color: #4F454D;
}
</style>
background-color css
<style>
a { background-color: #4F454D; }
a { background-color: rgb(79,69,77); }
div.DivClassName
{
background-color: #4F454D;
}
.BgClassName
{
background-color: #4F454D;
}
</style>
border-color css
<style>
span { border-color: #4F454D; }
span { border-color: rgb(79,69,77); }
td.TdClassName
{
border-color: #4F454D;
}
.TagClassName
{
border-color: #4F454D;
}
</style>