Shades of Purple Taupe #51394E
Tints of Purple Taupe #51394E
RGB
CMYK
RGB Variations
Color information
#51394E (or 0x51394E) is known color: Purple Taupe. HEX triplet: 51, 39 and 4E. RGB value is (81,57,78). Sum of RGB (Red+Green+Blue) = 81+57+78=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #51394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51394E is #AEC6B1. Grayscale: #424242. Windows color (decimal): -11454130 or 5126481. OLE color: 5126481.
HSL color Cylindrical-coordinate representation of color #51394E: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51394E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 78 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.68 |
| HSL | 307.5º | 0.17% | 0.27% | - |
| HSV(B) | 307.5º | 0.3% | 0.32% | - |
| XYZ | 6.23 | 5.23 | 7.89 | - |
| YUV | 66.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 78 | 0 | 0.30 | 0.04 | 0.68 | 307.5 | 0.17 | 0.27 |
| Hex | 51 | 39 | 4E | 0 | 1E | 4 | 44 | 134 | 11 | 1B |
| Octal | 121 | 71 | 116 | 0 | 36 | 4 | 104 | 464 | 21 | 33 |
| Binary | 1010001 | 111001 | 1001110 | 0 | 11110 | 100 | 1000100 | 100110100 | 10001 | 11011 |
Color Harmonies of #51394E
Complementary color
Monochromatic Colors of #51394E
Black with #51394E
Text Example
Text Example
White with #51394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51394E; }
p { color: rgb(81,57,78); }
H1.HeaderClassName
{
color: #51394E;
}
.AnyTagClassName
{
color: #51394E;
}
</style>
background-color css
<style>
a { background-color: #51394E; }
a { background-color: rgb(81,57,78); }
div.DivClassName
{
background-color: #51394E;
}
.BgClassName
{
background-color: #51394E;
}
</style>
border-color css
<style>
span { border-color: #51394E; }
span { border-color: rgb(81,57,78); }
td.TdClassName
{
border-color: #51394E;
}
.TagClassName
{
border-color: #51394E;
}
</style>