Shades of Purple Taupe #513E4E
Tints of Purple Taupe #513E4E
RGB
CMYK
RGB Variations
Color information
#513E4E (or 0x513E4E) is known color: Purple Taupe. HEX triplet: 51, 3E and 4E. RGB value is (81,62,78). Sum of RGB (Red+Green+Blue) = 81+62+78=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #513E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E4E is #AEC1B1. Grayscale: #454545. Windows color (decimal): -11452850 or 5127761. OLE color: 5127761.
HSL color Cylindrical-coordinate representation of color #513E4E: hue angle of 309.47º 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 #513E4E is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 78 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.68 |
| HSL | 309.47º | 0.13% | 0.28% | - |
| HSV(B) | 309.47º | 0.23% | 0.32% | - |
| XYZ | 6.49 | 5.74 | 7.97 | - |
| YUV | 69.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 78 | 0 | 0.23 | 0.04 | 0.68 | 309.47 | 0.13 | 0.28 |
| Hex | 51 | 3E | 4E | 0 | 17 | 4 | 44 | 135 | D | 1C |
| Octal | 121 | 76 | 116 | 0 | 27 | 4 | 104 | 465 | 15 | 34 |
| Binary | 1010001 | 111110 | 1001110 | 0 | 10111 | 100 | 1000100 | 100110101 | 1101 | 11100 |
Color Harmonies of #513E4E
Complementary color
Monochromatic Colors of #513E4E
Black with #513E4E
Text Example
Text Example
White with #513E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E4E; }
p { color: rgb(81,62,78); }
H1.HeaderClassName
{
color: #513E4E;
}
.AnyTagClassName
{
color: #513E4E;
}
</style>
background-color css
<style>
a { background-color: #513E4E; }
a { background-color: rgb(81,62,78); }
div.DivClassName
{
background-color: #513E4E;
}
.BgClassName
{
background-color: #513E4E;
}
</style>
border-color css
<style>
span { border-color: #513E4E; }
span { border-color: rgb(81,62,78); }
td.TdClassName
{
border-color: #513E4E;
}
.TagClassName
{
border-color: #513E4E;
}
</style>