Shades of Purple Taupe #513C4F
Tints of Purple Taupe #513C4F
RGB
CMYK
RGB Variations
Color information
#513C4F (or 0x513C4F) is known color: Purple Taupe. HEX triplet: 51, 3C and 4F. RGB value is (81,60,79). Sum of RGB (Red+Green+Blue) = 81+60+79=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C4F is #AEC3B0. Grayscale: #444444. Windows color (decimal): -11453361 or 5192785. OLE color: 5192785.
HSL color Cylindrical-coordinate representation of color #513C4F: hue angle of 305.71º 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 #513C4F is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 79 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.68 |
| HSL | 305.71º | 0.15% | 0.28% | - |
| HSV(B) | 305.71º | 0.26% | 0.32% | - |
| XYZ | 6.42 | 5.55 | 8.13 | - |
| YUV | 68.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 79 | 0 | 0.26 | 0.02 | 0.68 | 305.71 | 0.15 | 0.28 |
| Hex | 51 | 3C | 4F | 0 | 1A | 2 | 44 | 132 | F | 1C |
| Octal | 121 | 74 | 117 | 0 | 32 | 2 | 104 | 462 | 17 | 34 |
| Binary | 1010001 | 111100 | 1001111 | 0 | 11010 | 10 | 1000100 | 100110010 | 1111 | 11100 |
Color Harmonies of #513C4F
Complementary color
Monochromatic Colors of #513C4F
Black with #513C4F
Text Example
Text Example
White with #513C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C4F; }
p { color: rgb(81,60,79); }
H1.HeaderClassName
{
color: #513C4F;
}
.AnyTagClassName
{
color: #513C4F;
}
</style>
background-color css
<style>
a { background-color: #513C4F; }
a { background-color: rgb(81,60,79); }
div.DivClassName
{
background-color: #513C4F;
}
.BgClassName
{
background-color: #513C4F;
}
</style>
border-color css
<style>
span { border-color: #513C4F; }
span { border-color: rgb(81,60,79); }
td.TdClassName
{
border-color: #513C4F;
}
.TagClassName
{
border-color: #513C4F;
}
</style>