Shades of Purple Taupe #534050
Tints of Purple Taupe #534050
RGB
CMYK
RGB Variations
Color information
#534050 (or 0x534050) is known color: Purple Taupe. HEX triplet: 53, 40 and 50. RGB value is (83,64,80). Sum of RGB (Red+Green+Blue) = 83+64+80=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534050 is #ACBFAF. Grayscale: #474747. Windows color (decimal): -11321264 or 5259347. OLE color: 5259347.
HSL color Cylindrical-coordinate representation of color #534050: hue angle of 309.47º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534050 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 80 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.67 |
| HSL | 309.47º | 0.13% | 0.29% | - |
| HSV(B) | 309.47º | 0.23% | 0.33% | - |
| XYZ | 6.85 | 6.08 | 8.4 | - |
| YUV | 71.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 80 | 0 | 0.23 | 0.04 | 0.67 | 309.47 | 0.13 | 0.29 |
| Hex | 53 | 40 | 50 | 0 | 17 | 4 | 43 | 135 | D | 1D |
| Octal | 123 | 100 | 120 | 0 | 27 | 4 | 103 | 465 | 15 | 35 |
| Binary | 1010011 | 1000000 | 1010000 | 0 | 10111 | 100 | 1000011 | 100110101 | 1101 | 11101 |
Color Harmonies of #534050
Complementary color
Monochromatic Colors of #534050
Black with #534050
Text Example
Text Example
White with #534050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534050; }
p { color: rgb(83,64,80); }
H1.HeaderClassName
{
color: #534050;
}
.AnyTagClassName
{
color: #534050;
}
</style>
background-color css
<style>
a { background-color: #534050; }
a { background-color: rgb(83,64,80); }
div.DivClassName
{
background-color: #534050;
}
.BgClassName
{
background-color: #534050;
}
</style>
border-color css
<style>
span { border-color: #534050; }
span { border-color: rgb(83,64,80); }
td.TdClassName
{
border-color: #534050;
}
.TagClassName
{
border-color: #534050;
}
</style>