Shades of Purple Taupe #513F4C
Tints of Purple Taupe #513F4C
RGB
CMYK
RGB Variations
Color information
#513F4C (or 0x513F4C) is known color: Purple Taupe. HEX triplet: 51, 3F and 4C. RGB value is (81,63,76). Sum of RGB (Red+Green+Blue) = 81+63+76=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #513F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F4C is #AEC0B3. Grayscale: #454545. Windows color (decimal): -11452596 or 4996945. OLE color: 4996945.
HSL color Cylindrical-coordinate representation of color #513F4C: hue angle of 316.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #513F4C is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 76 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.68 |
| HSL | 316.67º | 0.13% | 0.28% | - |
| HSV(B) | 316.67º | 0.22% | 0.32% | - |
| XYZ | 6.48 | 5.83 | 7.62 | - |
| YUV | 69.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 76 | 0 | 0.22 | 0.06 | 0.68 | 316.67 | 0.13 | 0.28 |
| Hex | 51 | 3F | 4C | 0 | 16 | 6 | 44 | 13D | C | 1C |
| Octal | 121 | 77 | 114 | 0 | 26 | 6 | 104 | 475 | 14 | 34 |
| Binary | 1010001 | 111111 | 1001100 | 0 | 10110 | 110 | 1000100 | 100111101 | 1100 | 11100 |
Color Harmonies of #513F4C
Complementary color
Monochromatic Colors of #513F4C
Black with #513F4C
Text Example
Text Example
White with #513F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F4C; }
p { color: rgb(81,63,76); }
H1.HeaderClassName
{
color: #513F4C;
}
.AnyTagClassName
{
color: #513F4C;
}
</style>
background-color css
<style>
a { background-color: #513F4C; }
a { background-color: rgb(81,63,76); }
div.DivClassName
{
background-color: #513F4C;
}
.BgClassName
{
background-color: #513F4C;
}
</style>
border-color css
<style>
span { border-color: #513F4C; }
span { border-color: rgb(81,63,76); }
td.TdClassName
{
border-color: #513F4C;
}
.TagClassName
{
border-color: #513F4C;
}
</style>