Shades of Purple Taupe #4F3C4C
Tints of Purple Taupe #4F3C4C
RGB
CMYK
RGB Variations
Color information
#4F3C4C (or 0x4F3C4C) is known color: Purple Taupe. HEX triplet: 4F, 3C and 4C. RGB value is (79,60,76). Sum of RGB (Red+Green+Blue) = 79+60+76=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C4C is #B0C3B3. Grayscale: #434343. Windows color (decimal): -11584436 or 4996175. OLE color: 4996175.
HSL color Cylindrical-coordinate representation of color #4F3C4C: hue angle of 309.47º 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 #4F3C4C is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 76 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.69 |
| HSL | 309.47º | 0.14% | 0.27% | - |
| HSV(B) | 309.47º | 0.24% | 0.31% | - |
| XYZ | 6.14 | 5.42 | 7.56 | - |
| YUV | 67.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 76 | 0 | 0.24 | 0.04 | 0.69 | 309.47 | 0.14 | 0.27 |
| Hex | 4F | 3C | 4C | 0 | 18 | 4 | 45 | 135 | E | 1B |
| Octal | 117 | 74 | 114 | 0 | 30 | 4 | 105 | 465 | 16 | 33 |
| Binary | 1001111 | 111100 | 1001100 | 0 | 11000 | 100 | 1000101 | 100110101 | 1110 | 11011 |
Color Harmonies of #4F3C4C
Complementary color
Monochromatic Colors of #4F3C4C
Black with #4F3C4C
Text Example
Text Example
White with #4F3C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C4C; }
p { color: rgb(79,60,76); }
H1.HeaderClassName
{
color: #4F3C4C;
}
.AnyTagClassName
{
color: #4F3C4C;
}
</style>
background-color css
<style>
a { background-color: #4F3C4C; }
a { background-color: rgb(79,60,76); }
div.DivClassName
{
background-color: #4F3C4C;
}
.BgClassName
{
background-color: #4F3C4C;
}
</style>
border-color css
<style>
span { border-color: #4F3C4C; }
span { border-color: rgb(79,60,76); }
td.TdClassName
{
border-color: #4F3C4C;
}
.TagClassName
{
border-color: #4F3C4C;
}
</style>