Shades of Purple Taupe #4F3C49
Tints of Purple Taupe #4F3C49
RGB
CMYK
RGB Variations
Color information
#4F3C49 (or 0x4F3C49) is known color: Purple Taupe. HEX triplet: 4F, 3C and 49. RGB value is (79,60,73). Sum of RGB (Red+Green+Blue) = 79+60+73=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C49 is #B0C3B6. Grayscale: #434343. Windows color (decimal): -11584439 or 4799567. OLE color: 4799567.
HSL color Cylindrical-coordinate representation of color #4F3C49: hue angle of 318.95º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F3C49 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 73 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.69 |
| HSL | 318.95º | 0.14% | 0.27% | - |
| HSV(B) | 318.95º | 0.24% | 0.31% | - |
| XYZ | 6.04 | 5.38 | 7.02 | - |
| YUV | 67.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 73 | 0 | 0.24 | 0.08 | 0.69 | 318.95 | 0.14 | 0.27 |
| Hex | 4F | 3C | 49 | 0 | 18 | 8 | 45 | 13F | E | 1B |
| Octal | 117 | 74 | 111 | 0 | 30 | 10 | 105 | 477 | 16 | 33 |
| Binary | 1001111 | 111100 | 1001001 | 0 | 11000 | 1000 | 1000101 | 100111111 | 1110 | 11011 |
Color Harmonies of #4F3C49
Complementary color
Monochromatic Colors of #4F3C49
Black with #4F3C49
Text Example
Text Example
White with #4F3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C49; }
p { color: rgb(79,60,73); }
H1.HeaderClassName
{
color: #4F3C49;
}
.AnyTagClassName
{
color: #4F3C49;
}
</style>
background-color css
<style>
a { background-color: #4F3C49; }
a { background-color: rgb(79,60,73); }
div.DivClassName
{
background-color: #4F3C49;
}
.BgClassName
{
background-color: #4F3C49;
}
</style>
border-color css
<style>
span { border-color: #4F3C49; }
span { border-color: rgb(79,60,73); }
td.TdClassName
{
border-color: #4F3C49;
}
.TagClassName
{
border-color: #4F3C49;
}
</style>