Shades of Purple Taupe #52424E
Tints of Purple Taupe #52424E
RGB
CMYK
RGB Variations
Color information
#52424E (or 0x52424E) is known color: Purple Taupe. HEX triplet: 52, 42 and 4E. RGB value is (82,66,78). Sum of RGB (Red+Green+Blue) = 82+66+78=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #52424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52424E is #ADBDB1. Grayscale: #484848. Windows color (decimal): -11386290 or 5128786. OLE color: 5128786.
HSL color Cylindrical-coordinate representation of color #52424E: hue angle of 315º 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 #52424E is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 78 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.68 |
| HSL | 315º | 0.11% | 0.29% | - |
| HSV(B) | 315º | 0.2% | 0.32% | - |
| XYZ | 6.8 | 6.24 | 8.05 | - |
| YUV | 72.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 78 | 0 | 0.20 | 0.05 | 0.68 | 315 | 0.11 | 0.29 |
| Hex | 52 | 42 | 4E | 0 | 14 | 5 | 44 | 13B | B | 1D |
| Octal | 122 | 102 | 116 | 0 | 24 | 5 | 104 | 473 | 13 | 35 |
| Binary | 1010010 | 1000010 | 1001110 | 0 | 10100 | 101 | 1000100 | 100111011 | 1011 | 11101 |
Color Harmonies of #52424E
Complementary color
Monochromatic Colors of #52424E
Black with #52424E
Text Example
Text Example
White with #52424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52424E; }
p { color: rgb(82,66,78); }
H1.HeaderClassName
{
color: #52424E;
}
.AnyTagClassName
{
color: #52424E;
}
</style>
background-color css
<style>
a { background-color: #52424E; }
a { background-color: rgb(82,66,78); }
div.DivClassName
{
background-color: #52424E;
}
.BgClassName
{
background-color: #52424E;
}
</style>
border-color css
<style>
span { border-color: #52424E; }
span { border-color: rgb(82,66,78); }
td.TdClassName
{
border-color: #52424E;
}
.TagClassName
{
border-color: #52424E;
}
</style>