Shades of Purple Taupe #534752
Tints of Purple Taupe #534752
RGB
CMYK
RGB Variations
Color information
#534752 (or 0x534752) is known color: Purple Taupe. HEX triplet: 53, 47 and 52. RGB value is (83,71,82). Sum of RGB (Red+Green+Blue) = 83+71+82=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534752 is #ACB8AD. Grayscale: #4B4B4B. Windows color (decimal): -11319470 or 5392211. OLE color: 5392211.
HSL color Cylindrical-coordinate representation of color #534752: hue angle of 305º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534752 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 82 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.67 |
| HSL | 305º | 0.08% | 0.3% | - |
| HSV(B) | 305º | 0.14% | 0.33% | - |
| XYZ | 7.34 | 6.95 | 8.94 | - |
| YUV | 75.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 82 | 0 | 0.14 | 0.01 | 0.67 | 305 | 0.08 | 0.3 |
| Hex | 53 | 47 | 52 | 0 | E | 1 | 43 | 131 | 8 | 1E |
| Octal | 123 | 107 | 122 | 0 | 16 | 1 | 103 | 461 | 10 | 36 |
| Binary | 1010011 | 1000111 | 1010010 | 0 | 1110 | 1 | 1000011 | 100110001 | 1000 | 11110 |
Color Harmonies of #534752
Complementary color
Monochromatic Colors of #534752
Black with #534752
Text Example
Text Example
White with #534752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534752; }
p { color: rgb(83,71,82); }
H1.HeaderClassName
{
color: #534752;
}
.AnyTagClassName
{
color: #534752;
}
</style>
background-color css
<style>
a { background-color: #534752; }
a { background-color: rgb(83,71,82); }
div.DivClassName
{
background-color: #534752;
}
.BgClassName
{
background-color: #534752;
}
</style>
border-color css
<style>
span { border-color: #534752; }
span { border-color: rgb(83,71,82); }
td.TdClassName
{
border-color: #534752;
}
.TagClassName
{
border-color: #534752;
}
</style>