Shades of Purple Taupe #52404C
Tints of Purple Taupe #52404C
RGB
CMYK
RGB Variations
Color information
#52404C (or 0x52404C) is known color: Purple Taupe. HEX triplet: 52, 40 and 4C. RGB value is (82,64,76). Sum of RGB (Red+Green+Blue) = 82+64+76=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 82 - color contains mainly: red. Hex color #52404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52404C is #ADBFB3. Grayscale: #464646. Windows color (decimal): -11386804 or 4997202. OLE color: 4997202.
HSL color Cylindrical-coordinate representation of color #52404C: hue angle of 320º 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 #52404C is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 76 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.68 |
| HSL | 320º | 0.12% | 0.29% | - |
| HSV(B) | 320º | 0.22% | 0.32% | - |
| XYZ | 6.62 | 5.98 | 7.64 | - |
| YUV | 70.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 76 | 0 | 0.22 | 0.07 | 0.68 | 320 | 0.12 | 0.29 |
| Hex | 52 | 40 | 4C | 0 | 16 | 7 | 44 | 140 | C | 1D |
| Octal | 122 | 100 | 114 | 0 | 26 | 7 | 104 | 500 | 14 | 35 |
| Binary | 1010010 | 1000000 | 1001100 | 0 | 10110 | 111 | 1000100 | 101000000 | 1100 | 11101 |
Color Harmonies of #52404C
Complementary color
Monochromatic Colors of #52404C
Black with #52404C
Text Example
Text Example
White with #52404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52404C; }
p { color: rgb(82,64,76); }
H1.HeaderClassName
{
color: #52404C;
}
.AnyTagClassName
{
color: #52404C;
}
</style>
background-color css
<style>
a { background-color: #52404C; }
a { background-color: rgb(82,64,76); }
div.DivClassName
{
background-color: #52404C;
}
.BgClassName
{
background-color: #52404C;
}
</style>
border-color css
<style>
span { border-color: #52404C; }
span { border-color: rgb(82,64,76); }
td.TdClassName
{
border-color: #52404C;
}
.TagClassName
{
border-color: #52404C;
}
</style>