Shades of Purple Taupe #51454D
Tints of Purple Taupe #51454D
RGB
CMYK
RGB Variations
Color information
#51454D (or 0x51454D) is known color: Purple Taupe. HEX triplet: 51, 45 and 4D. RGB value is (81,69,77). Sum of RGB (Red+Green+Blue) = 81+69+77=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #51454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51454D is #AEBAB2. Grayscale: #494949. Windows color (decimal): -11451059 or 5064017. OLE color: 5064017.
HSL color Cylindrical-coordinate representation of color #51454D: hue angle of 320º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51454D is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 77 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.68 |
| HSL | 320º | 0.08% | 0.29% | - |
| HSV(B) | 320º | 0.15% | 0.32% | - |
| XYZ | 6.86 | 6.54 | 7.92 | - |
| YUV | 73.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 77 | 0 | 0.15 | 0.05 | 0.68 | 320 | 0.08 | 0.29 |
| Hex | 51 | 45 | 4D | 0 | F | 5 | 44 | 140 | 8 | 1D |
| Octal | 121 | 105 | 115 | 0 | 17 | 5 | 104 | 500 | 10 | 35 |
| Binary | 1010001 | 1000101 | 1001101 | 0 | 1111 | 101 | 1000100 | 101000000 | 1000 | 11101 |
Color Harmonies of #51454D
Complementary color
Monochromatic Colors of #51454D
Black with #51454D
Text Example
Text Example
White with #51454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51454D; }
p { color: rgb(81,69,77); }
H1.HeaderClassName
{
color: #51454D;
}
.AnyTagClassName
{
color: #51454D;
}
</style>
background-color css
<style>
a { background-color: #51454D; }
a { background-color: rgb(81,69,77); }
div.DivClassName
{
background-color: #51454D;
}
.BgClassName
{
background-color: #51454D;
}
</style>
border-color css
<style>
span { border-color: #51454D; }
span { border-color: rgb(81,69,77); }
td.TdClassName
{
border-color: #51454D;
}
.TagClassName
{
border-color: #51454D;
}
</style>