Shades of Purple Taupe #514650
Tints of Purple Taupe #514650
RGB
CMYK
RGB Variations
Color information
#514650 (or 0x514650) is known color: Purple Taupe. HEX triplet: 51, 46 and 50. RGB value is (81,70,80). Sum of RGB (Red+Green+Blue) = 81+70+80=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #514650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514650 is #AEB9AF. Grayscale: #4A4A4A. Windows color (decimal): -11450800 or 5260881. OLE color: 5260881.
HSL color Cylindrical-coordinate representation of color #514650: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #514650 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 80 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.68 |
| HSL | 305.45º | 0.07% | 0.3% | - |
| HSV(B) | 305.45º | 0.14% | 0.32% | - |
| XYZ | 7.03 | 6.71 | 8.51 | - |
| YUV | 74.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 80 | 0 | 0.14 | 0.01 | 0.68 | 305.45 | 0.07 | 0.3 |
| Hex | 51 | 46 | 50 | 0 | E | 1 | 44 | 131 | 7 | 1E |
| Octal | 121 | 106 | 120 | 0 | 16 | 1 | 104 | 461 | 7 | 36 |
| Binary | 1010001 | 1000110 | 1010000 | 0 | 1110 | 1 | 1000100 | 100110001 | 111 | 11110 |
Color Harmonies of #514650
Complementary color
Monochromatic Colors of #514650
Black with #514650
Text Example
Text Example
White with #514650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514650; }
p { color: rgb(81,70,80); }
H1.HeaderClassName
{
color: #514650;
}
.AnyTagClassName
{
color: #514650;
}
</style>
background-color css
<style>
a { background-color: #514650; }
a { background-color: rgb(81,70,80); }
div.DivClassName
{
background-color: #514650;
}
.BgClassName
{
background-color: #514650;
}
</style>
border-color css
<style>
span { border-color: #514650; }
span { border-color: rgb(81,70,80); }
td.TdClassName
{
border-color: #514650;
}
.TagClassName
{
border-color: #514650;
}
</style>