Shades of Purple Taupe #513C4A
Tints of Purple Taupe #513C4A
RGB
CMYK
RGB Variations
Color information
#513C4A (or 0x513C4A) is known color: Purple Taupe. HEX triplet: 51, 3C and 4A. RGB value is (81,60,74). Sum of RGB (Red+Green+Blue) = 81+60+74=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C4A is #AEC3B5. Grayscale: #434343. Windows color (decimal): -11453366 or 4865105. OLE color: 4865105.
HSL color Cylindrical-coordinate representation of color #513C4A: hue angle of 320º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C4A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 74 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.68 |
| HSL | 320º | 0.15% | 0.28% | - |
| HSV(B) | 320º | 0.26% | 0.32% | - |
| XYZ | 6.25 | 5.48 | 7.21 | - |
| YUV | 67.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 74 | 0 | 0.26 | 0.09 | 0.68 | 320 | 0.15 | 0.28 |
| Hex | 51 | 3C | 4A | 0 | 1A | 9 | 44 | 140 | F | 1C |
| Octal | 121 | 74 | 112 | 0 | 32 | 11 | 104 | 500 | 17 | 34 |
| Binary | 1010001 | 111100 | 1001010 | 0 | 11010 | 1001 | 1000100 | 101000000 | 1111 | 11100 |
Color Harmonies of #513C4A
Complementary color
Monochromatic Colors of #513C4A
Black with #513C4A
Text Example
Text Example
White with #513C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C4A; }
p { color: rgb(81,60,74); }
H1.HeaderClassName
{
color: #513C4A;
}
.AnyTagClassName
{
color: #513C4A;
}
</style>
background-color css
<style>
a { background-color: #513C4A; }
a { background-color: rgb(81,60,74); }
div.DivClassName
{
background-color: #513C4A;
}
.BgClassName
{
background-color: #513C4A;
}
</style>
border-color css
<style>
span { border-color: #513C4A; }
span { border-color: rgb(81,60,74); }
td.TdClassName
{
border-color: #513C4A;
}
.TagClassName
{
border-color: #513C4A;
}
</style>