Shades of Purple Taupe #513B50
Tints of Purple Taupe #513B50
RGB
CMYK
RGB Variations
Color information
#513B50 (or 0x513B50) is known color: Purple Taupe. HEX triplet: 51, 3B and 50. RGB value is (81,59,80). Sum of RGB (Red+Green+Blue) = 81+59+80=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #513B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B50 is #AEC4AF. Grayscale: #434343. Windows color (decimal): -11453616 or 5258065. OLE color: 5258065.
HSL color Cylindrical-coordinate representation of color #513B50: hue angle of 302.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B50 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 80 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.68 |
| HSL | 302.73º | 0.16% | 0.27% | - |
| HSV(B) | 302.73º | 0.27% | 0.32% | - |
| XYZ | 6.41 | 5.46 | 8.31 | - |
| YUV | 67.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 80 | 0 | 0.27 | 0.01 | 0.68 | 302.73 | 0.16 | 0.27 |
| Hex | 51 | 3B | 50 | 0 | 1B | 1 | 44 | 12F | 10 | 1B |
| Octal | 121 | 73 | 120 | 0 | 33 | 1 | 104 | 457 | 20 | 33 |
| Binary | 1010001 | 111011 | 1010000 | 0 | 11011 | 1 | 1000100 | 100101111 | 10000 | 11011 |
Color Harmonies of #513B50
Complementary color
Monochromatic Colors of #513B50
Black with #513B50
Text Example
Text Example
White with #513B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B50; }
p { color: rgb(81,59,80); }
H1.HeaderClassName
{
color: #513B50;
}
.AnyTagClassName
{
color: #513B50;
}
</style>
background-color css
<style>
a { background-color: #513B50; }
a { background-color: rgb(81,59,80); }
div.DivClassName
{
background-color: #513B50;
}
.BgClassName
{
background-color: #513B50;
}
</style>
border-color css
<style>
span { border-color: #513B50; }
span { border-color: rgb(81,59,80); }
td.TdClassName
{
border-color: #513B50;
}
.TagClassName
{
border-color: #513B50;
}
</style>