Shades of Purple Taupe #4F384D
Tints of Purple Taupe #4F384D
RGB
CMYK
RGB Variations
Color information
#4F384D (or 0x4F384D) is known color: Purple Taupe. HEX triplet: 4F, 38 and 4D. RGB value is (79,56,77). Sum of RGB (Red+Green+Blue) = 79+56+77=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 79 - color contains mainly: red. Hex color #4F384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F384D is #B0C7B2. Grayscale: #414141. Windows color (decimal): -11585459 or 5060687. OLE color: 5060687.
HSL color Cylindrical-coordinate representation of color #4F384D: hue angle of 305.22º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F384D is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 77 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.69 |
| HSL | 305.22º | 0.17% | 0.26% | - |
| HSV(B) | 305.22º | 0.29% | 0.31% | - |
| XYZ | 5.98 | 5.03 | 7.68 | - |
| YUV | 65.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 77 | 0 | 0.29 | 0.03 | 0.69 | 305.22 | 0.17 | 0.26 |
| Hex | 4F | 38 | 4D | 0 | 1D | 3 | 45 | 131 | 11 | 1A |
| Octal | 117 | 70 | 115 | 0 | 35 | 3 | 105 | 461 | 21 | 32 |
| Binary | 1001111 | 111000 | 1001101 | 0 | 11101 | 11 | 1000101 | 100110001 | 10001 | 11010 |
Color Harmonies of #4F384D
Complementary color
Monochromatic Colors of #4F384D
Black with #4F384D
Text Example
Text Example
White with #4F384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F384D; }
p { color: rgb(79,56,77); }
H1.HeaderClassName
{
color: #4F384D;
}
.AnyTagClassName
{
color: #4F384D;
}
</style>
background-color css
<style>
a { background-color: #4F384D; }
a { background-color: rgb(79,56,77); }
div.DivClassName
{
background-color: #4F384D;
}
.BgClassName
{
background-color: #4F384D;
}
</style>
border-color css
<style>
span { border-color: #4F384D; }
span { border-color: rgb(79,56,77); }
td.TdClassName
{
border-color: #4F384D;
}
.TagClassName
{
border-color: #4F384D;
}
</style>