Shades of Purple Taupe #51404F
Tints of Purple Taupe #51404F
RGB
CMYK
RGB Variations
Color information
#51404F (or 0x51404F) is known color: Purple Taupe. HEX triplet: 51, 40 and 4F. RGB value is (81,64,79). Sum of RGB (Red+Green+Blue) = 81+64+79=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #51404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51404F is #AEBFB0. Grayscale: #464646. Windows color (decimal): -11452337 or 5193809. OLE color: 5193809.
HSL color Cylindrical-coordinate representation of color #51404F: hue angle of 307.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #51404F is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 79 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.68 |
| HSL | 307.06º | 0.12% | 0.28% | - |
| HSV(B) | 307.06º | 0.21% | 0.32% | - |
| XYZ | 6.64 | 5.98 | 8.2 | - |
| YUV | 70.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 79 | 0 | 0.21 | 0.02 | 0.68 | 307.06 | 0.12 | 0.28 |
| Hex | 51 | 40 | 4F | 0 | 15 | 2 | 44 | 133 | C | 1C |
| Octal | 121 | 100 | 117 | 0 | 25 | 2 | 104 | 463 | 14 | 34 |
| Binary | 1010001 | 1000000 | 1001111 | 0 | 10101 | 10 | 1000100 | 100110011 | 1100 | 11100 |
Color Harmonies of #51404F
Complementary color
Monochromatic Colors of #51404F
Black with #51404F
Text Example
Text Example
White with #51404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51404F; }
p { color: rgb(81,64,79); }
H1.HeaderClassName
{
color: #51404F;
}
.AnyTagClassName
{
color: #51404F;
}
</style>
background-color css
<style>
a { background-color: #51404F; }
a { background-color: rgb(81,64,79); }
div.DivClassName
{
background-color: #51404F;
}
.BgClassName
{
background-color: #51404F;
}
</style>
border-color css
<style>
span { border-color: #51404F; }
span { border-color: rgb(81,64,79); }
td.TdClassName
{
border-color: #51404F;
}
.TagClassName
{
border-color: #51404F;
}
</style>