Shades of Purple Taupe #51394C
Tints of Purple Taupe #51394C
RGB
CMYK
RGB Variations
Color information
#51394C (or 0x51394C) is known color: Purple Taupe. HEX triplet: 51, 39 and 4C. RGB value is (81,57,76). Sum of RGB (Red+Green+Blue) = 81+57+76=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #51394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51394C is #AEC6B3. Grayscale: #424242. Windows color (decimal): -11454132 or 4995409. OLE color: 4995409.
HSL color Cylindrical-coordinate representation of color #51394C: hue angle of 312.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 #51394C is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 57 | 76 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.68 |
| HSL | 312.5º | 0.17% | 0.27% | - |
| HSV(B) | 312.5º | 0.3% | 0.32% | - |
| XYZ | 6.16 | 5.2 | 7.52 | - |
| YUV | 66.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 76 | 0 | 0.30 | 0.06 | 0.68 | 312.5 | 0.17 | 0.27 |
| Hex | 51 | 39 | 4C | 0 | 1E | 6 | 44 | 138 | 11 | 1B |
| Octal | 121 | 71 | 114 | 0 | 36 | 6 | 104 | 470 | 21 | 33 |
| Binary | 1010001 | 111001 | 1001100 | 0 | 11110 | 110 | 1000100 | 100111000 | 10001 | 11011 |
Color Harmonies of #51394C
Complementary color
Monochromatic Colors of #51394C
Black with #51394C
Text Example
Text Example
White with #51394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51394C; }
p { color: rgb(81,57,76); }
H1.HeaderClassName
{
color: #51394C;
}
.AnyTagClassName
{
color: #51394C;
}
</style>
background-color css
<style>
a { background-color: #51394C; }
a { background-color: rgb(81,57,76); }
div.DivClassName
{
background-color: #51394C;
}
.BgClassName
{
background-color: #51394C;
}
</style>
border-color css
<style>
span { border-color: #51394C; }
span { border-color: rgb(81,57,76); }
td.TdClassName
{
border-color: #51394C;
}
.TagClassName
{
border-color: #51394C;
}
</style>