Shades of Purple Taupe #513B4D
Tints of Purple Taupe #513B4D
RGB
CMYK
RGB Variations
Color information
#513B4D (or 0x513B4D) is known color: Purple Taupe. HEX triplet: 51, 3B and 4D. RGB value is (81,59,77). Sum of RGB (Red+Green+Blue) = 81+59+77=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B4D is #AEC4B2. Grayscale: #434343. Windows color (decimal): -11453619 or 5061457. OLE color: 5061457.
HSL color Cylindrical-coordinate representation of color #513B4D: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B4D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 77 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.68 |
| HSL | 310.91º | 0.16% | 0.27% | - |
| HSV(B) | 310.91º | 0.27% | 0.32% | - |
| XYZ | 6.3 | 5.41 | 7.73 | - |
| YUV | 67.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 77 | 0 | 0.27 | 0.05 | 0.68 | 310.91 | 0.16 | 0.27 |
| Hex | 51 | 3B | 4D | 0 | 1B | 5 | 44 | 137 | 10 | 1B |
| Octal | 121 | 73 | 115 | 0 | 33 | 5 | 104 | 467 | 20 | 33 |
| Binary | 1010001 | 111011 | 1001101 | 0 | 11011 | 101 | 1000100 | 100110111 | 10000 | 11011 |
Color Harmonies of #513B4D
Complementary color
Monochromatic Colors of #513B4D
Black with #513B4D
Text Example
Text Example
White with #513B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B4D; }
p { color: rgb(81,59,77); }
H1.HeaderClassName
{
color: #513B4D;
}
.AnyTagClassName
{
color: #513B4D;
}
</style>
background-color css
<style>
a { background-color: #513B4D; }
a { background-color: rgb(81,59,77); }
div.DivClassName
{
background-color: #513B4D;
}
.BgClassName
{
background-color: #513B4D;
}
</style>
border-color css
<style>
span { border-color: #513B4D; }
span { border-color: rgb(81,59,77); }
td.TdClassName
{
border-color: #513B4D;
}
.TagClassName
{
border-color: #513B4D;
}
</style>