Shades of Purple Taupe #513E4D
Tints of Purple Taupe #513E4D
RGB
CMYK
RGB Variations
Color information
#513E4D (or 0x513E4D) is known color: Purple Taupe. HEX triplet: 51, 3E and 4D. RGB value is (81,62,77). Sum of RGB (Red+Green+Blue) = 81+62+77=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #513E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E4D is #AEC1B2. Grayscale: #454545. Windows color (decimal): -11452851 or 5062225. OLE color: 5062225.
HSL color Cylindrical-coordinate representation of color #513E4D: hue angle of 312.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #513E4D is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 77 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.68 |
| HSL | 312.63º | 0.13% | 0.28% | - |
| HSV(B) | 312.63º | 0.23% | 0.32% | - |
| XYZ | 6.46 | 5.73 | 7.79 | - |
| YUV | 69.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 77 | 0 | 0.23 | 0.05 | 0.68 | 312.63 | 0.13 | 0.28 |
| Hex | 51 | 3E | 4D | 0 | 17 | 5 | 44 | 139 | D | 1C |
| Octal | 121 | 76 | 115 | 0 | 27 | 5 | 104 | 471 | 15 | 34 |
| Binary | 1010001 | 111110 | 1001101 | 0 | 10111 | 101 | 1000100 | 100111001 | 1101 | 11100 |
Color Harmonies of #513E4D
Complementary color
Monochromatic Colors of #513E4D
Black with #513E4D
Text Example
Text Example
White with #513E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E4D; }
p { color: rgb(81,62,77); }
H1.HeaderClassName
{
color: #513E4D;
}
.AnyTagClassName
{
color: #513E4D;
}
</style>
background-color css
<style>
a { background-color: #513E4D; }
a { background-color: rgb(81,62,77); }
div.DivClassName
{
background-color: #513E4D;
}
.BgClassName
{
background-color: #513E4D;
}
</style>
border-color css
<style>
span { border-color: #513E4D; }
span { border-color: rgb(81,62,77); }
td.TdClassName
{
border-color: #513E4D;
}
.TagClassName
{
border-color: #513E4D;
}
</style>