Shades of Purple Taupe #524750
Tints of Purple Taupe #524750
RGB
CMYK
RGB Variations
Color information
#524750 (or 0x524750) is known color: Purple Taupe. HEX triplet: 52, 47 and 50. RGB value is (82,71,80). Sum of RGB (Red+Green+Blue) = 82+71+80=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524750 is #ADB8AF. Grayscale: #4B4B4B. Windows color (decimal): -11385008 or 5261138. OLE color: 5261138.
HSL color Cylindrical-coordinate representation of color #524750: hue angle of 310.91º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #524750 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 71 | 80 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.68 |
| HSL | 310.91º | 0.07% | 0.3% | - |
| HSV(B) | 310.91º | 0.13% | 0.32% | - |
| XYZ | 7.18 | 6.88 | 8.54 | - |
| YUV | 75.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 80 | 0 | 0.13 | 0.02 | 0.68 | 310.91 | 0.07 | 0.3 |
| Hex | 52 | 47 | 50 | 0 | D | 2 | 44 | 137 | 7 | 1E |
| Octal | 122 | 107 | 120 | 0 | 15 | 2 | 104 | 467 | 7 | 36 |
| Binary | 1010010 | 1000111 | 1010000 | 0 | 1101 | 10 | 1000100 | 100110111 | 111 | 11110 |
Color Harmonies of #524750
Complementary color
Monochromatic Colors of #524750
Black with #524750
Text Example
Text Example
White with #524750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524750; }
p { color: rgb(82,71,80); }
H1.HeaderClassName
{
color: #524750;
}
.AnyTagClassName
{
color: #524750;
}
</style>
background-color css
<style>
a { background-color: #524750; }
a { background-color: rgb(82,71,80); }
div.DivClassName
{
background-color: #524750;
}
.BgClassName
{
background-color: #524750;
}
</style>
border-color css
<style>
span { border-color: #524750; }
span { border-color: rgb(82,71,80); }
td.TdClassName
{
border-color: #524750;
}
.TagClassName
{
border-color: #524750;
}
</style>