Shades of Purple Taupe #514850
Tints of Purple Taupe #514850
RGB
CMYK
RGB Variations
Color information
#514850 (or 0x514850) is known color: Purple Taupe. HEX triplet: 51, 48 and 50. RGB value is (81,72,80). Sum of RGB (Red+Green+Blue) = 81+72+80=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 81 - color contains mainly: red. Hex color #514850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514850 is #AEB7AF. Grayscale: #4B4B4B. Windows color (decimal): -11450288 or 5261393. OLE color: 5261393.
HSL color Cylindrical-coordinate representation of color #514850: hue angle of 306.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514850 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 80 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.68 |
| HSL | 306.67º | 0.06% | 0.3% | - |
| HSV(B) | 306.67º | 0.11% | 0.32% | - |
| XYZ | 7.16 | 6.96 | 8.56 | - |
| YUV | 75.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 80 | 0 | 0.11 | 0.01 | 0.68 | 306.67 | 0.06 | 0.3 |
| Hex | 51 | 48 | 50 | 0 | B | 1 | 44 | 133 | 6 | 1E |
| Octal | 121 | 110 | 120 | 0 | 13 | 1 | 104 | 463 | 6 | 36 |
| Binary | 1010001 | 1001000 | 1010000 | 0 | 1011 | 1 | 1000100 | 100110011 | 110 | 11110 |
Color Harmonies of #514850
Complementary color
Monochromatic Colors of #514850
Black with #514850
Text Example
Text Example
White with #514850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514850; }
p { color: rgb(81,72,80); }
H1.HeaderClassName
{
color: #514850;
}
.AnyTagClassName
{
color: #514850;
}
</style>
background-color css
<style>
a { background-color: #514850; }
a { background-color: rgb(81,72,80); }
div.DivClassName
{
background-color: #514850;
}
.BgClassName
{
background-color: #514850;
}
</style>
border-color css
<style>
span { border-color: #514850; }
span { border-color: rgb(81,72,80); }
td.TdClassName
{
border-color: #514850;
}
.TagClassName
{
border-color: #514850;
}
</style>