Shades of Purple Taupe #4F3C4A
Tints of Purple Taupe #4F3C4A
RGB
CMYK
RGB Variations
Color information
#4F3C4A (or 0x4F3C4A) is known color: Purple Taupe. HEX triplet: 4F, 3C and 4A. RGB value is (79,60,74). Sum of RGB (Red+Green+Blue) = 79+60+74=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C4A is #B0C3B5. Grayscale: #434343. Windows color (decimal): -11584438 or 4865103. OLE color: 4865103.
HSL color Cylindrical-coordinate representation of color #4F3C4A: hue angle of 315.79º 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 #4F3C4A is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 74 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.69 |
| HSL | 315.79º | 0.14% | 0.27% | - |
| HSV(B) | 315.79º | 0.24% | 0.31% | - |
| XYZ | 6.08 | 5.39 | 7.2 | - |
| YUV | 67.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 74 | 0 | 0.24 | 0.06 | 0.69 | 315.79 | 0.14 | 0.27 |
| Hex | 4F | 3C | 4A | 0 | 18 | 6 | 45 | 13C | E | 1B |
| Octal | 117 | 74 | 112 | 0 | 30 | 6 | 105 | 474 | 16 | 33 |
| Binary | 1001111 | 111100 | 1001010 | 0 | 11000 | 110 | 1000101 | 100111100 | 1110 | 11011 |
Color Harmonies of #4F3C4A
Complementary color
Monochromatic Colors of #4F3C4A
Black with #4F3C4A
Text Example
Text Example
White with #4F3C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C4A; }
p { color: rgb(79,60,74); }
H1.HeaderClassName
{
color: #4F3C4A;
}
.AnyTagClassName
{
color: #4F3C4A;
}
</style>
background-color css
<style>
a { background-color: #4F3C4A; }
a { background-color: rgb(79,60,74); }
div.DivClassName
{
background-color: #4F3C4A;
}
.BgClassName
{
background-color: #4F3C4A;
}
</style>
border-color css
<style>
span { border-color: #4F3C4A; }
span { border-color: rgb(79,60,74); }
td.TdClassName
{
border-color: #4F3C4A;
}
.TagClassName
{
border-color: #4F3C4A;
}
</style>