Shades of Purple Taupe #513B4E
Tints of Purple Taupe #513B4E
RGB
CMYK
RGB Variations
Color information
#513B4E (or 0x513B4E) is known color: Purple Taupe. HEX triplet: 51, 3B and 4E. RGB value is (81,59,78). Sum of RGB (Red+Green+Blue) = 81+59+78=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B4E is #AEC4B1. Grayscale: #434343. Windows color (decimal): -11453618 or 5126993. OLE color: 5126993.
HSL color Cylindrical-coordinate representation of color #513B4E: hue angle of 308.18º 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 #513B4E is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 78 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.68 |
| HSL | 308.18º | 0.16% | 0.27% | - |
| HSV(B) | 308.18º | 0.27% | 0.32% | - |
| XYZ | 6.33 | 5.43 | 7.92 | - |
| YUV | 67.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 78 | 0 | 0.27 | 0.04 | 0.68 | 308.18 | 0.16 | 0.27 |
| Hex | 51 | 3B | 4E | 0 | 1B | 4 | 44 | 134 | 10 | 1B |
| Octal | 121 | 73 | 116 | 0 | 33 | 4 | 104 | 464 | 20 | 33 |
| Binary | 1010001 | 111011 | 1001110 | 0 | 11011 | 100 | 1000100 | 100110100 | 10000 | 11011 |
Color Harmonies of #513B4E
Complementary color
Monochromatic Colors of #513B4E
Black with #513B4E
Text Example
Text Example
White with #513B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B4E; }
p { color: rgb(81,59,78); }
H1.HeaderClassName
{
color: #513B4E;
}
.AnyTagClassName
{
color: #513B4E;
}
</style>
background-color css
<style>
a { background-color: #513B4E; }
a { background-color: rgb(81,59,78); }
div.DivClassName
{
background-color: #513B4E;
}
.BgClassName
{
background-color: #513B4E;
}
</style>
border-color css
<style>
span { border-color: #513B4E; }
span { border-color: rgb(81,59,78); }
td.TdClassName
{
border-color: #513B4E;
}
.TagClassName
{
border-color: #513B4E;
}
</style>