Shades of Purple Taupe #523851
Tints of Purple Taupe #523851
RGB
CMYK
RGB Variations
Color information
#523851 (or 0x523851) is known color: Purple Taupe. HEX triplet: 52, 38 and 51. RGB value is (82,56,81). Sum of RGB (Red+Green+Blue) = 82+56+81=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #523851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523851 is #ADC7AE. Grayscale: #424242. Windows color (decimal): -11388847 or 5322834. OLE color: 5322834.
HSL color Cylindrical-coordinate representation of color #523851: hue angle of 302.31º 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 #523851 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 81 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.68 |
| HSL | 302.31º | 0.19% | 0.27% | - |
| HSV(B) | 302.31º | 0.32% | 0.32% | - |
| XYZ | 6.38 | 5.22 | 8.46 | - |
| YUV | 66.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 81 | 0 | 0.32 | 0.01 | 0.68 | 302.31 | 0.19 | 0.27 |
| Hex | 52 | 38 | 51 | 0 | 20 | 1 | 44 | 12E | 13 | 1B |
| Octal | 122 | 70 | 121 | 0 | 40 | 1 | 104 | 456 | 23 | 33 |
| Binary | 1010010 | 111000 | 1010001 | 0 | 100000 | 1 | 1000100 | 100101110 | 10011 | 11011 |
Color Harmonies of #523851
Complementary color
Monochromatic Colors of #523851
Black with #523851
Text Example
Text Example
White with #523851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523851; }
p { color: rgb(82,56,81); }
H1.HeaderClassName
{
color: #523851;
}
.AnyTagClassName
{
color: #523851;
}
</style>
background-color css
<style>
a { background-color: #523851; }
a { background-color: rgb(82,56,81); }
div.DivClassName
{
background-color: #523851;
}
.BgClassName
{
background-color: #523851;
}
</style>
border-color css
<style>
span { border-color: #523851; }
span { border-color: rgb(82,56,81); }
td.TdClassName
{
border-color: #523851;
}
.TagClassName
{
border-color: #523851;
}
</style>