Shades of Purple Taupe #513A4C
Tints of Purple Taupe #513A4C
RGB
CMYK
RGB Variations
Color information
#513A4C (or 0x513A4C) is known color: Purple Taupe. HEX triplet: 51, 3A and 4C. RGB value is (81,58,76). Sum of RGB (Red+Green+Blue) = 81+58+76=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #513A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A4C is #AEC5B3. Grayscale: #424242. Windows color (decimal): -11453876 or 4995665. OLE color: 4995665.
HSL color Cylindrical-coordinate representation of color #513A4C: hue angle of 313.04º 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 #513A4C is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 76 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.68 |
| HSL | 313.04º | 0.17% | 0.27% | - |
| HSV(B) | 313.04º | 0.28% | 0.32% | - |
| XYZ | 6.21 | 5.3 | 7.53 | - |
| YUV | 66.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 76 | 0 | 0.28 | 0.06 | 0.68 | 313.04 | 0.17 | 0.27 |
| Hex | 51 | 3A | 4C | 0 | 1C | 6 | 44 | 139 | 11 | 1B |
| Octal | 121 | 72 | 114 | 0 | 34 | 6 | 104 | 471 | 21 | 33 |
| Binary | 1010001 | 111010 | 1001100 | 0 | 11100 | 110 | 1000100 | 100111001 | 10001 | 11011 |
Color Harmonies of #513A4C
Complementary color
Monochromatic Colors of #513A4C
Black with #513A4C
Text Example
Text Example
White with #513A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A4C; }
p { color: rgb(81,58,76); }
H1.HeaderClassName
{
color: #513A4C;
}
.AnyTagClassName
{
color: #513A4C;
}
</style>
background-color css
<style>
a { background-color: #513A4C; }
a { background-color: rgb(81,58,76); }
div.DivClassName
{
background-color: #513A4C;
}
.BgClassName
{
background-color: #513A4C;
}
</style>
border-color css
<style>
span { border-color: #513A4C; }
span { border-color: rgb(81,58,76); }
td.TdClassName
{
border-color: #513A4C;
}
.TagClassName
{
border-color: #513A4C;
}
</style>