Shades of Purple Taupe #4F454C
Tints of Purple Taupe #4F454C
RGB
CMYK
RGB Variations
Color information
#4F454C (or 0x4F454C) is known color: Purple Taupe. HEX triplet: 4F, 45 and 4C. RGB value is (79,69,76). Sum of RGB (Red+Green+Blue) = 79+69+76=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F454C is #B0BAB3. Grayscale: #484848. Windows color (decimal): -11582132 or 4998479. OLE color: 4998479.
HSL color Cylindrical-coordinate representation of color #4F454C: hue angle of 318º 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 #4F454C is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 76 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.69 |
| HSL | 318º | 0.07% | 0.29% | - |
| HSV(B) | 318º | 0.13% | 0.31% | - |
| XYZ | 6.66 | 6.44 | 7.73 | - |
| YUV | 72.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 76 | 0 | 0.13 | 0.04 | 0.69 | 318 | 0.07 | 0.29 |
| Hex | 4F | 45 | 4C | 0 | D | 4 | 45 | 13E | 7 | 1D |
| Octal | 117 | 105 | 114 | 0 | 15 | 4 | 105 | 476 | 7 | 35 |
| Binary | 1001111 | 1000101 | 1001100 | 0 | 1101 | 100 | 1000101 | 100111110 | 111 | 11101 |
Color Harmonies of #4F454C
Complementary color
Monochromatic Colors of #4F454C
Black with #4F454C
Text Example
Text Example
White with #4F454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F454C; }
p { color: rgb(79,69,76); }
H1.HeaderClassName
{
color: #4F454C;
}
.AnyTagClassName
{
color: #4F454C;
}
</style>
background-color css
<style>
a { background-color: #4F454C; }
a { background-color: rgb(79,69,76); }
div.DivClassName
{
background-color: #4F454C;
}
.BgClassName
{
background-color: #4F454C;
}
</style>
border-color css
<style>
span { border-color: #4F454C; }
span { border-color: rgb(79,69,76); }
td.TdClassName
{
border-color: #4F454C;
}
.TagClassName
{
border-color: #4F454C;
}
</style>