Shades of Purple Taupe #513F4D
Tints of Purple Taupe #513F4D
RGB
CMYK
RGB Variations
Color information
#513F4D (or 0x513F4D) is known color: Purple Taupe. HEX triplet: 51, 3F and 4D. RGB value is (81,63,77). Sum of RGB (Red+Green+Blue) = 81+63+77=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #513F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F4D is #AEC0B2. Grayscale: #454545. Windows color (decimal): -11452595 or 5062481. OLE color: 5062481.
HSL color Cylindrical-coordinate representation of color #513F4D: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #513F4D is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 77 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.68 |
| HSL | 313.33º | 0.13% | 0.28% | - |
| HSV(B) | 313.33º | 0.22% | 0.32% | - |
| XYZ | 6.51 | 5.84 | 7.81 | - |
| YUV | 69.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 77 | 0 | 0.22 | 0.05 | 0.68 | 313.33 | 0.13 | 0.28 |
| Hex | 51 | 3F | 4D | 0 | 16 | 5 | 44 | 139 | C | 1C |
| Octal | 121 | 77 | 115 | 0 | 26 | 5 | 104 | 471 | 14 | 34 |
| Binary | 1010001 | 111111 | 1001101 | 0 | 10110 | 101 | 1000100 | 100111001 | 1100 | 11100 |
Color Harmonies of #513F4D
Complementary color
Monochromatic Colors of #513F4D
Black with #513F4D
Text Example
Text Example
White with #513F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F4D; }
p { color: rgb(81,63,77); }
H1.HeaderClassName
{
color: #513F4D;
}
.AnyTagClassName
{
color: #513F4D;
}
</style>
background-color css
<style>
a { background-color: #513F4D; }
a { background-color: rgb(81,63,77); }
div.DivClassName
{
background-color: #513F4D;
}
.BgClassName
{
background-color: #513F4D;
}
</style>
border-color css
<style>
span { border-color: #513F4D; }
span { border-color: rgb(81,63,77); }
td.TdClassName
{
border-color: #513F4D;
}
.TagClassName
{
border-color: #513F4D;
}
</style>