Shades of Purple Taupe #513A4E
Tints of Purple Taupe #513A4E
RGB
CMYK
RGB Variations
Color information
#513A4E (or 0x513A4E) is known color: Purple Taupe. HEX triplet: 51, 3A and 4E. RGB value is (81,58,78). Sum of RGB (Red+Green+Blue) = 81+58+78=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A4E is #AEC5B1. Grayscale: #434343. Windows color (decimal): -11453874 or 5126737. OLE color: 5126737.
HSL color Cylindrical-coordinate representation of color #513A4E: hue angle of 307.83º 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 #513A4E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 78 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.68 |
| HSL | 307.83º | 0.17% | 0.27% | - |
| HSV(B) | 307.83º | 0.28% | 0.32% | - |
| XYZ | 6.28 | 5.33 | 7.9 | - |
| YUV | 67.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 78 | 0 | 0.28 | 0.04 | 0.68 | 307.83 | 0.17 | 0.27 |
| Hex | 51 | 3A | 4E | 0 | 1C | 4 | 44 | 134 | 11 | 1B |
| Octal | 121 | 72 | 116 | 0 | 34 | 4 | 104 | 464 | 21 | 33 |
| Binary | 1010001 | 111010 | 1001110 | 0 | 11100 | 100 | 1000100 | 100110100 | 10001 | 11011 |
Color Harmonies of #513A4E
Complementary color
Monochromatic Colors of #513A4E
Black with #513A4E
Text Example
Text Example
White with #513A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A4E; }
p { color: rgb(81,58,78); }
H1.HeaderClassName
{
color: #513A4E;
}
.AnyTagClassName
{
color: #513A4E;
}
</style>
background-color css
<style>
a { background-color: #513A4E; }
a { background-color: rgb(81,58,78); }
div.DivClassName
{
background-color: #513A4E;
}
.BgClassName
{
background-color: #513A4E;
}
</style>
border-color css
<style>
span { border-color: #513A4E; }
span { border-color: rgb(81,58,78); }
td.TdClassName
{
border-color: #513A4E;
}
.TagClassName
{
border-color: #513A4E;
}
</style>