Shades of Purple Taupe #513A4F
Tints of Purple Taupe #513A4F
RGB
CMYK
RGB Variations
Color information
#513A4F (or 0x513A4F) is known color: Purple Taupe. HEX triplet: 51, 3A and 4F. RGB value is (81,58,79). Sum of RGB (Red+Green+Blue) = 81+58+79=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #513A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A4F is #AEC5B0. Grayscale: #434343. Windows color (decimal): -11453873 or 5192273. OLE color: 5192273.
HSL color Cylindrical-coordinate representation of color #513A4F: hue angle of 305.22º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A4F is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 79 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.68 |
| HSL | 305.22º | 0.17% | 0.27% | - |
| HSV(B) | 305.22º | 0.28% | 0.32% | - |
| XYZ | 6.32 | 5.34 | 8.09 | - |
| YUV | 67.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 79 | 0 | 0.28 | 0.02 | 0.68 | 305.22 | 0.17 | 0.27 |
| Hex | 51 | 3A | 4F | 0 | 1C | 2 | 44 | 131 | 11 | 1B |
| Octal | 121 | 72 | 117 | 0 | 34 | 2 | 104 | 461 | 21 | 33 |
| Binary | 1010001 | 111010 | 1001111 | 0 | 11100 | 10 | 1000100 | 100110001 | 10001 | 11011 |
Color Harmonies of #513A4F
Complementary color
Monochromatic Colors of #513A4F
Black with #513A4F
Text Example
Text Example
White with #513A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A4F; }
p { color: rgb(81,58,79); }
H1.HeaderClassName
{
color: #513A4F;
}
.AnyTagClassName
{
color: #513A4F;
}
</style>
background-color css
<style>
a { background-color: #513A4F; }
a { background-color: rgb(81,58,79); }
div.DivClassName
{
background-color: #513A4F;
}
.BgClassName
{
background-color: #513A4F;
}
</style>
border-color css
<style>
span { border-color: #513A4F; }
span { border-color: rgb(81,58,79); }
td.TdClassName
{
border-color: #513A4F;
}
.TagClassName
{
border-color: #513A4F;
}
</style>