Shades of Purple Taupe #52404D
Tints of Purple Taupe #52404D
RGB
CMYK
RGB Variations
Color information
#52404D (or 0x52404D) is known color: Purple Taupe. HEX triplet: 52, 40 and 4D. RGB value is (82,64,77). Sum of RGB (Red+Green+Blue) = 82+64+77=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #52404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52404D is #ADBFB2. Grayscale: #464646. Windows color (decimal): -11386803 or 5062738. OLE color: 5062738.
HSL color Cylindrical-coordinate representation of color #52404D: hue angle of 316.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52404D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 77 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.68 |
| HSL | 316.67º | 0.12% | 0.29% | - |
| HSV(B) | 316.67º | 0.22% | 0.32% | - |
| XYZ | 6.65 | 6 | 7.83 | - |
| YUV | 70.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 77 | 0 | 0.22 | 0.06 | 0.68 | 316.67 | 0.12 | 0.29 |
| Hex | 52 | 40 | 4D | 0 | 16 | 6 | 44 | 13D | C | 1D |
| Octal | 122 | 100 | 115 | 0 | 26 | 6 | 104 | 475 | 14 | 35 |
| Binary | 1010010 | 1000000 | 1001101 | 0 | 10110 | 110 | 1000100 | 100111101 | 1100 | 11101 |
Color Harmonies of #52404D
Complementary color
Monochromatic Colors of #52404D
Black with #52404D
Text Example
Text Example
White with #52404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52404D; }
p { color: rgb(82,64,77); }
H1.HeaderClassName
{
color: #52404D;
}
.AnyTagClassName
{
color: #52404D;
}
</style>
background-color css
<style>
a { background-color: #52404D; }
a { background-color: rgb(82,64,77); }
div.DivClassName
{
background-color: #52404D;
}
.BgClassName
{
background-color: #52404D;
}
</style>
border-color css
<style>
span { border-color: #52404D; }
span { border-color: rgb(82,64,77); }
td.TdClassName
{
border-color: #52404D;
}
.TagClassName
{
border-color: #52404D;
}
</style>