Shades of Purple Taupe #534750
Tints of Purple Taupe #534750
RGB
CMYK
RGB Variations
Color information
#534750 (or 0x534750) is known color: Purple Taupe. HEX triplet: 53, 47 and 50. RGB value is (83,71,80). Sum of RGB (Red+Green+Blue) = 83+71+80=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534750 is #ACB8AF. Grayscale: #4B4B4B. Windows color (decimal): -11319472 or 5261139. OLE color: 5261139.
HSL color Cylindrical-coordinate representation of color #534750: hue angle of 315º 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 #534750 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 80 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.67 |
| HSL | 315º | 0.08% | 0.3% | - |
| HSV(B) | 315º | 0.14% | 0.33% | - |
| XYZ | 7.27 | 6.92 | 8.54 | - |
| YUV | 75.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 80 | 0 | 0.14 | 0.04 | 0.67 | 315 | 0.08 | 0.3 |
| Hex | 53 | 47 | 50 | 0 | E | 4 | 43 | 13B | 8 | 1E |
| Octal | 123 | 107 | 120 | 0 | 16 | 4 | 103 | 473 | 10 | 36 |
| Binary | 1010011 | 1000111 | 1010000 | 0 | 1110 | 100 | 1000011 | 100111011 | 1000 | 11110 |
Color Harmonies of #534750
Complementary color
Monochromatic Colors of #534750
Black with #534750
Text Example
Text Example
White with #534750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534750; }
p { color: rgb(83,71,80); }
H1.HeaderClassName
{
color: #534750;
}
.AnyTagClassName
{
color: #534750;
}
</style>
background-color css
<style>
a { background-color: #534750; }
a { background-color: rgb(83,71,80); }
div.DivClassName
{
background-color: #534750;
}
.BgClassName
{
background-color: #534750;
}
</style>
border-color css
<style>
span { border-color: #534750; }
span { border-color: rgb(83,71,80); }
td.TdClassName
{
border-color: #534750;
}
.TagClassName
{
border-color: #534750;
}
</style>