Shades of Purple Taupe #52424F
Tints of Purple Taupe #52424F
RGB
CMYK
RGB Variations
Color information
#52424F (or 0x52424F) is known color: Purple Taupe. HEX triplet: 52, 42 and 4F. RGB value is (82,66,79). Sum of RGB (Red+Green+Blue) = 82+66+79=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #52424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52424F is #ADBDB0. Grayscale: #484848. Windows color (decimal): -11386289 or 5194322. OLE color: 5194322.
HSL color Cylindrical-coordinate representation of color #52424F: hue angle of 311.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52424F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 79 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.68 |
| HSL | 311.25º | 0.11% | 0.29% | - |
| HSV(B) | 311.25º | 0.2% | 0.32% | - |
| XYZ | 6.84 | 6.25 | 8.24 | - |
| YUV | 72.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 79 | 0 | 0.20 | 0.04 | 0.68 | 311.25 | 0.11 | 0.29 |
| Hex | 52 | 42 | 4F | 0 | 14 | 4 | 44 | 137 | B | 1D |
| Octal | 122 | 102 | 117 | 0 | 24 | 4 | 104 | 467 | 13 | 35 |
| Binary | 1010010 | 1000010 | 1001111 | 0 | 10100 | 100 | 1000100 | 100110111 | 1011 | 11101 |
Color Harmonies of #52424F
Complementary color
Monochromatic Colors of #52424F
Black with #52424F
Text Example
Text Example
White with #52424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52424F; }
p { color: rgb(82,66,79); }
H1.HeaderClassName
{
color: #52424F;
}
.AnyTagClassName
{
color: #52424F;
}
</style>
background-color css
<style>
a { background-color: #52424F; }
a { background-color: rgb(82,66,79); }
div.DivClassName
{
background-color: #52424F;
}
.BgClassName
{
background-color: #52424F;
}
</style>
border-color css
<style>
span { border-color: #52424F; }
span { border-color: rgb(82,66,79); }
td.TdClassName
{
border-color: #52424F;
}
.TagClassName
{
border-color: #52424F;
}
</style>