Shades of Purple Taupe #53404E
Tints of Purple Taupe #53404E
RGB
CMYK
RGB Variations
Color information
#53404E (or 0x53404E) is known color: Purple Taupe. HEX triplet: 53, 40 and 4E. RGB value is (83,64,78). Sum of RGB (Red+Green+Blue) = 83+64+78=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53404E is #ACBFB1. Grayscale: #474747. Windows color (decimal): -11321266 or 5128275. OLE color: 5128275.
HSL color Cylindrical-coordinate representation of color #53404E: hue angle of 315.79º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53404E is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 78 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.67 |
| HSL | 315.79º | 0.13% | 0.29% | - |
| HSV(B) | 315.79º | 0.23% | 0.33% | - |
| XYZ | 6.78 | 6.06 | 8.02 | - |
| YUV | 71.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 78 | 0 | 0.23 | 0.06 | 0.67 | 315.79 | 0.13 | 0.29 |
| Hex | 53 | 40 | 4E | 0 | 17 | 6 | 43 | 13C | D | 1D |
| Octal | 123 | 100 | 116 | 0 | 27 | 6 | 103 | 474 | 15 | 35 |
| Binary | 1010011 | 1000000 | 1001110 | 0 | 10111 | 110 | 1000011 | 100111100 | 1101 | 11101 |
Color Harmonies of #53404E
Complementary color
Monochromatic Colors of #53404E
Black with #53404E
Text Example
Text Example
White with #53404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53404E; }
p { color: rgb(83,64,78); }
H1.HeaderClassName
{
color: #53404E;
}
.AnyTagClassName
{
color: #53404E;
}
</style>
background-color css
<style>
a { background-color: #53404E; }
a { background-color: rgb(83,64,78); }
div.DivClassName
{
background-color: #53404E;
}
.BgClassName
{
background-color: #53404E;
}
</style>
border-color css
<style>
span { border-color: #53404E; }
span { border-color: rgb(83,64,78); }
td.TdClassName
{
border-color: #53404E;
}
.TagClassName
{
border-color: #53404E;
}
</style>