Shades of Purple Taupe #514250
Tints of Purple Taupe #514250
RGB
CMYK
RGB Variations
Color information
#514250 (or 0x514250) is known color: Purple Taupe. HEX triplet: 51, 42 and 50. RGB value is (81,66,80). Sum of RGB (Red+Green+Blue) = 81+66+80=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514250 is #AEBDAF. Grayscale: #484848. Windows color (decimal): -11451824 or 5259857. OLE color: 5259857.
HSL color Cylindrical-coordinate representation of color #514250: hue angle of 304º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514250 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 80 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.68 |
| HSL | 304º | 0.1% | 0.29% | - |
| HSV(B) | 304º | 0.19% | 0.32% | - |
| XYZ | 6.79 | 6.22 | 8.43 | - |
| YUV | 72.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 80 | 0 | 0.19 | 0.01 | 0.68 | 304 | 0.1 | 0.29 |
| Hex | 51 | 42 | 50 | 0 | 13 | 1 | 44 | 130 | A | 1D |
| Octal | 121 | 102 | 120 | 0 | 23 | 1 | 104 | 460 | 12 | 35 |
| Binary | 1010001 | 1000010 | 1010000 | 0 | 10011 | 1 | 1000100 | 100110000 | 1010 | 11101 |
Color Harmonies of #514250
Complementary color
Monochromatic Colors of #514250
Black with #514250
Text Example
Text Example
White with #514250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514250; }
p { color: rgb(81,66,80); }
H1.HeaderClassName
{
color: #514250;
}
.AnyTagClassName
{
color: #514250;
}
</style>
background-color css
<style>
a { background-color: #514250; }
a { background-color: rgb(81,66,80); }
div.DivClassName
{
background-color: #514250;
}
.BgClassName
{
background-color: #514250;
}
</style>
border-color css
<style>
span { border-color: #514250; }
span { border-color: rgb(81,66,80); }
td.TdClassName
{
border-color: #514250;
}
.TagClassName
{
border-color: #514250;
}
</style>