Shades of Purple Taupe #52384D
Tints of Purple Taupe #52384D
RGB
CMYK
RGB Variations
Color information
#52384D (or 0x52384D) is known color: Purple Taupe. HEX triplet: 52, 38 and 4D. RGB value is (82,56,77). Sum of RGB (Red+Green+Blue) = 82+56+77=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52384D is #ADC7B2. Grayscale: #424242. Windows color (decimal): -11388851 or 5060690. OLE color: 5060690.
HSL color Cylindrical-coordinate representation of color #52384D: hue angle of 311.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52384D is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 77 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.68 |
| HSL | 311.54º | 0.19% | 0.27% | - |
| HSV(B) | 311.54º | 0.32% | 0.32% | - |
| XYZ | 6.23 | 5.16 | 7.69 | - |
| YUV | 66.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 77 | 0 | 0.32 | 0.06 | 0.68 | 311.54 | 0.19 | 0.27 |
| Hex | 52 | 38 | 4D | 0 | 20 | 6 | 44 | 138 | 13 | 1B |
| Octal | 122 | 70 | 115 | 0 | 40 | 6 | 104 | 470 | 23 | 33 |
| Binary | 1010010 | 111000 | 1001101 | 0 | 100000 | 110 | 1000100 | 100111000 | 10011 | 11011 |
Color Harmonies of #52384D
Complementary color
Monochromatic Colors of #52384D
Black with #52384D
Text Example
Text Example
White with #52384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52384D; }
p { color: rgb(82,56,77); }
H1.HeaderClassName
{
color: #52384D;
}
.AnyTagClassName
{
color: #52384D;
}
</style>
background-color css
<style>
a { background-color: #52384D; }
a { background-color: rgb(82,56,77); }
div.DivClassName
{
background-color: #52384D;
}
.BgClassName
{
background-color: #52384D;
}
</style>
border-color css
<style>
span { border-color: #52384D; }
span { border-color: rgb(82,56,77); }
td.TdClassName
{
border-color: #52384D;
}
.TagClassName
{
border-color: #52384D;
}
</style>