Shades of Purple Taupe #51434D
Tints of Purple Taupe #51434D
RGB
CMYK
RGB Variations
Color information
#51434D (or 0x51434D) is known color: Purple Taupe. HEX triplet: 51, 43 and 4D. RGB value is (81,67,77). Sum of RGB (Red+Green+Blue) = 81+67+77=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #51434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51434D is #AEBCB2. Grayscale: #484848. Windows color (decimal): -11451571 or 5063505. OLE color: 5063505.
HSL color Cylindrical-coordinate representation of color #51434D: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #51434D is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 77 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.68 |
| HSL | 317.14º | 0.09% | 0.29% | - |
| HSV(B) | 317.14º | 0.17% | 0.32% | - |
| XYZ | 6.74 | 6.3 | 7.88 | - |
| YUV | 72.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 77 | 0 | 0.17 | 0.05 | 0.68 | 317.14 | 0.09 | 0.29 |
| Hex | 51 | 43 | 4D | 0 | 11 | 5 | 44 | 13D | 9 | 1D |
| Octal | 121 | 103 | 115 | 0 | 21 | 5 | 104 | 475 | 11 | 35 |
| Binary | 1010001 | 1000011 | 1001101 | 0 | 10001 | 101 | 1000100 | 100111101 | 1001 | 11101 |
Color Harmonies of #51434D
Complementary color
Monochromatic Colors of #51434D
Black with #51434D
Text Example
Text Example
White with #51434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51434D; }
p { color: rgb(81,67,77); }
H1.HeaderClassName
{
color: #51434D;
}
.AnyTagClassName
{
color: #51434D;
}
</style>
background-color css
<style>
a { background-color: #51434D; }
a { background-color: rgb(81,67,77); }
div.DivClassName
{
background-color: #51434D;
}
.BgClassName
{
background-color: #51434D;
}
</style>
border-color css
<style>
span { border-color: #51434D; }
span { border-color: rgb(81,67,77); }
td.TdClassName
{
border-color: #51434D;
}
.TagClassName
{
border-color: #51434D;
}
</style>