Shades of Purple Taupe #513E4A
Tints of Purple Taupe #513E4A
RGB
CMYK
RGB Variations
Color information
#513E4A (or 0x513E4A) is known color: Purple Taupe. HEX triplet: 51, 3E and 4A. RGB value is (81,62,74). Sum of RGB (Red+Green+Blue) = 81+62+74=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #513E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E4A is #AEC1B5. Grayscale: #454545. Windows color (decimal): -11452854 or 4865617. OLE color: 4865617.
HSL color Cylindrical-coordinate representation of color #513E4A: hue angle of 322.11º 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 #513E4A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 74 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.68 |
| HSL | 322.11º | 0.13% | 0.28% | - |
| HSV(B) | 322.11º | 0.23% | 0.32% | - |
| XYZ | 6.35 | 5.69 | 7.24 | - |
| YUV | 69.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 74 | 0 | 0.23 | 0.09 | 0.68 | 322.11 | 0.13 | 0.28 |
| Hex | 51 | 3E | 4A | 0 | 17 | 9 | 44 | 142 | D | 1C |
| Octal | 121 | 76 | 112 | 0 | 27 | 11 | 104 | 502 | 15 | 34 |
| Binary | 1010001 | 111110 | 1001010 | 0 | 10111 | 1001 | 1000100 | 101000010 | 1101 | 11100 |
Color Harmonies of #513E4A
Complementary color
Monochromatic Colors of #513E4A
Black with #513E4A
Text Example
Text Example
White with #513E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E4A; }
p { color: rgb(81,62,74); }
H1.HeaderClassName
{
color: #513E4A;
}
.AnyTagClassName
{
color: #513E4A;
}
</style>
background-color css
<style>
a { background-color: #513E4A; }
a { background-color: rgb(81,62,74); }
div.DivClassName
{
background-color: #513E4A;
}
.BgClassName
{
background-color: #513E4A;
}
</style>
border-color css
<style>
span { border-color: #513E4A; }
span { border-color: rgb(81,62,74); }
td.TdClassName
{
border-color: #513E4A;
}
.TagClassName
{
border-color: #513E4A;
}
</style>