Shades of Purple Taupe #4F414C
Tints of Purple Taupe #4F414C
RGB
CMYK
RGB Variations
Color information
#4F414C (or 0x4F414C) is known color: Purple Taupe. HEX triplet: 4F, 41 and 4C. RGB value is (79,65,76). Sum of RGB (Red+Green+Blue) = 79+65+76=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 79 - color contains mainly: red. Hex color #4F414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F414C is #B0BEB3. Grayscale: #464646. Windows color (decimal): -11583156 or 4997455. OLE color: 4997455.
HSL color Cylindrical-coordinate representation of color #4F414C: hue angle of 312.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F414C is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 76 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.69 |
| HSL | 312.86º | 0.1% | 0.28% | - |
| HSV(B) | 312.86º | 0.18% | 0.31% | - |
| XYZ | 6.42 | 5.96 | 7.65 | - |
| YUV | 70.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 76 | 0 | 0.18 | 0.04 | 0.69 | 312.86 | 0.1 | 0.28 |
| Hex | 4F | 41 | 4C | 0 | 12 | 4 | 45 | 139 | A | 1C |
| Octal | 117 | 101 | 114 | 0 | 22 | 4 | 105 | 471 | 12 | 34 |
| Binary | 1001111 | 1000001 | 1001100 | 0 | 10010 | 100 | 1000101 | 100111001 | 1010 | 11100 |
Color Harmonies of #4F414C
Complementary color
Monochromatic Colors of #4F414C
Black with #4F414C
Text Example
Text Example
White with #4F414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F414C; }
p { color: rgb(79,65,76); }
H1.HeaderClassName
{
color: #4F414C;
}
.AnyTagClassName
{
color: #4F414C;
}
</style>
background-color css
<style>
a { background-color: #4F414C; }
a { background-color: rgb(79,65,76); }
div.DivClassName
{
background-color: #4F414C;
}
.BgClassName
{
background-color: #4F414C;
}
</style>
border-color css
<style>
span { border-color: #4F414C; }
span { border-color: rgb(79,65,76); }
td.TdClassName
{
border-color: #4F414C;
}
.TagClassName
{
border-color: #4F414C;
}
</style>