Shades of Purple Taupe #52434D
Tints of Purple Taupe #52434D
RGB
CMYK
RGB Variations
Color information
#52434D (or 0x52434D) is known color: Purple Taupe. HEX triplet: 52, 43 and 4D. RGB value is (82,67,77). Sum of RGB (Red+Green+Blue) = 82+67+77=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #52434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52434D is #ADBCB2. Grayscale: #484848. Windows color (decimal): -11386035 or 5063506. OLE color: 5063506.
HSL color Cylindrical-coordinate representation of color #52434D: hue angle of 320º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52434D is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 77 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.68 |
| HSL | 320º | 0.1% | 0.29% | - |
| HSV(B) | 320º | 0.18% | 0.32% | - |
| XYZ | 6.83 | 6.34 | 7.89 | - |
| YUV | 72.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 77 | 0 | 0.18 | 0.06 | 0.68 | 320 | 0.1 | 0.29 |
| Hex | 52 | 43 | 4D | 0 | 12 | 6 | 44 | 140 | A | 1D |
| Octal | 122 | 103 | 115 | 0 | 22 | 6 | 104 | 500 | 12 | 35 |
| Binary | 1010010 | 1000011 | 1001101 | 0 | 10010 | 110 | 1000100 | 101000000 | 1010 | 11101 |
Color Harmonies of #52434D
Complementary color
Monochromatic Colors of #52434D
Black with #52434D
Text Example
Text Example
White with #52434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52434D; }
p { color: rgb(82,67,77); }
H1.HeaderClassName
{
color: #52434D;
}
.AnyTagClassName
{
color: #52434D;
}
</style>
background-color css
<style>
a { background-color: #52434D; }
a { background-color: rgb(82,67,77); }
div.DivClassName
{
background-color: #52434D;
}
.BgClassName
{
background-color: #52434D;
}
</style>
border-color css
<style>
span { border-color: #52434D; }
span { border-color: rgb(82,67,77); }
td.TdClassName
{
border-color: #52434D;
}
.TagClassName
{
border-color: #52434D;
}
</style>