Shades of Purple Taupe #4F394E
Tints of Purple Taupe #4F394E
RGB
CMYK
RGB Variations
Color information
#4F394E (or 0x4F394E) is known color: Purple Taupe. HEX triplet: 4F, 39 and 4E. RGB value is (79,57,78). Sum of RGB (Red+Green+Blue) = 79+57+78=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F394E is #B0C6B1. Grayscale: #414141. Windows color (decimal): -11585202 or 5126479. OLE color: 5126479.
HSL color Cylindrical-coordinate representation of color #4F394E: hue angle of 302.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F394E is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 57 | 78 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.69 |
| HSL | 302.73º | 0.16% | 0.27% | - |
| HSV(B) | 302.73º | 0.28% | 0.31% | - |
| XYZ | 6.06 | 5.14 | 7.88 | - |
| YUV | 65.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 78 | 0 | 0.28 | 0.01 | 0.69 | 302.73 | 0.16 | 0.27 |
| Hex | 4F | 39 | 4E | 0 | 1C | 1 | 45 | 12F | 10 | 1B |
| Octal | 117 | 71 | 116 | 0 | 34 | 1 | 105 | 457 | 20 | 33 |
| Binary | 1001111 | 111001 | 1001110 | 0 | 11100 | 1 | 1000101 | 100101111 | 10000 | 11011 |
Color Harmonies of #4F394E
Complementary color
Monochromatic Colors of #4F394E
Black with #4F394E
Text Example
Text Example
White with #4F394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F394E; }
p { color: rgb(79,57,78); }
H1.HeaderClassName
{
color: #4F394E;
}
.AnyTagClassName
{
color: #4F394E;
}
</style>
background-color css
<style>
a { background-color: #4F394E; }
a { background-color: rgb(79,57,78); }
div.DivClassName
{
background-color: #4F394E;
}
.BgClassName
{
background-color: #4F394E;
}
</style>
border-color css
<style>
span { border-color: #4F394E; }
span { border-color: rgb(79,57,78); }
td.TdClassName
{
border-color: #4F394E;
}
.TagClassName
{
border-color: #4F394E;
}
</style>