Shades of Purple Taupe #52414D
Tints of Purple Taupe #52414D
RGB
CMYK
RGB Variations
Color information
#52414D (or 0x52414D) is known color: Purple Taupe. HEX triplet: 52, 41 and 4D. RGB value is (82,65,77). Sum of RGB (Red+Green+Blue) = 82+65+77=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #52414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52414D is #ADBEB2. Grayscale: #474747. Windows color (decimal): -11386547 or 5062994. OLE color: 5062994.
HSL color Cylindrical-coordinate representation of color #52414D: hue angle of 317.65º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52414D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 77 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.68 |
| HSL | 317.65º | 0.12% | 0.29% | - |
| HSV(B) | 317.65º | 0.21% | 0.32% | - |
| XYZ | 6.71 | 6.11 | 7.85 | - |
| YUV | 71.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 77 | 0 | 0.21 | 0.06 | 0.68 | 317.65 | 0.12 | 0.29 |
| Hex | 52 | 41 | 4D | 0 | 15 | 6 | 44 | 13E | C | 1D |
| Octal | 122 | 101 | 115 | 0 | 25 | 6 | 104 | 476 | 14 | 35 |
| Binary | 1010010 | 1000001 | 1001101 | 0 | 10101 | 110 | 1000100 | 100111110 | 1100 | 11101 |
Color Harmonies of #52414D
Complementary color
Monochromatic Colors of #52414D
Black with #52414D
Text Example
Text Example
White with #52414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52414D; }
p { color: rgb(82,65,77); }
H1.HeaderClassName
{
color: #52414D;
}
.AnyTagClassName
{
color: #52414D;
}
</style>
background-color css
<style>
a { background-color: #52414D; }
a { background-color: rgb(82,65,77); }
div.DivClassName
{
background-color: #52414D;
}
.BgClassName
{
background-color: #52414D;
}
</style>
border-color css
<style>
span { border-color: #52414D; }
span { border-color: rgb(82,65,77); }
td.TdClassName
{
border-color: #52414D;
}
.TagClassName
{
border-color: #52414D;
}
</style>