Shades of Purple Taupe #4F414A
Tints of Purple Taupe #4F414A
RGB
CMYK
RGB Variations
Color information
#4F414A (or 0x4F414A) is known color: Purple Taupe. HEX triplet: 4F, 41 and 4A. RGB value is (79,65,74). Sum of RGB (Red+Green+Blue) = 79+65+74=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 79 - color contains mainly: red. Hex color #4F414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F414A is #B0BEB5. Grayscale: #464646. Windows color (decimal): -11583158 or 4866383. OLE color: 4866383.
HSL color Cylindrical-coordinate representation of color #4F414A: hue angle of 321.43º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F414A is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 74 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.69 |
| HSL | 321.43º | 0.1% | 0.28% | - |
| HSV(B) | 321.43º | 0.18% | 0.31% | - |
| XYZ | 6.35 | 5.94 | 7.29 | - |
| YUV | 70.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 74 | 0 | 0.18 | 0.06 | 0.69 | 321.43 | 0.1 | 0.28 |
| Hex | 4F | 41 | 4A | 0 | 12 | 6 | 45 | 141 | A | 1C |
| Octal | 117 | 101 | 112 | 0 | 22 | 6 | 105 | 501 | 12 | 34 |
| Binary | 1001111 | 1000001 | 1001010 | 0 | 10010 | 110 | 1000101 | 101000001 | 1010 | 11100 |
Color Harmonies of #4F414A
Complementary color
Monochromatic Colors of #4F414A
Black with #4F414A
Text Example
Text Example
White with #4F414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F414A; }
p { color: rgb(79,65,74); }
H1.HeaderClassName
{
color: #4F414A;
}
.AnyTagClassName
{
color: #4F414A;
}
</style>
background-color css
<style>
a { background-color: #4F414A; }
a { background-color: rgb(79,65,74); }
div.DivClassName
{
background-color: #4F414A;
}
.BgClassName
{
background-color: #4F414A;
}
</style>
border-color css
<style>
span { border-color: #4F414A; }
span { border-color: rgb(79,65,74); }
td.TdClassName
{
border-color: #4F414A;
}
.TagClassName
{
border-color: #4F414A;
}
</style>