Shades of Purple Taupe #533F50
Tints of Purple Taupe #533F50
RGB
CMYK
RGB Variations
Color information
#533F50 (or 0x533F50) is known color: Purple Taupe. HEX triplet: 53, 3F and 50. RGB value is (83,63,80). Sum of RGB (Red+Green+Blue) = 83+63+80=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #533F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F50 is #ACC0AF. Grayscale: #464646. Windows color (decimal): -11321520 or 5259091. OLE color: 5259091.
HSL color Cylindrical-coordinate representation of color #533F50: hue angle of 309º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F50 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 80 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.67 |
| HSL | 309º | 0.14% | 0.29% | - |
| HSV(B) | 309º | 0.24% | 0.33% | - |
| XYZ | 6.79 | 5.97 | 8.38 | - |
| YUV | 70.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 80 | 0 | 0.24 | 0.04 | 0.67 | 309 | 0.14 | 0.29 |
| Hex | 53 | 3F | 50 | 0 | 18 | 4 | 43 | 135 | E | 1D |
| Octal | 123 | 77 | 120 | 0 | 30 | 4 | 103 | 465 | 16 | 35 |
| Binary | 1010011 | 111111 | 1010000 | 0 | 11000 | 100 | 1000011 | 100110101 | 1110 | 11101 |
Color Harmonies of #533F50
Complementary color
Monochromatic Colors of #533F50
Black with #533F50
Text Example
Text Example
White with #533F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F50; }
p { color: rgb(83,63,80); }
H1.HeaderClassName
{
color: #533F50;
}
.AnyTagClassName
{
color: #533F50;
}
</style>
background-color css
<style>
a { background-color: #533F50; }
a { background-color: rgb(83,63,80); }
div.DivClassName
{
background-color: #533F50;
}
.BgClassName
{
background-color: #533F50;
}
</style>
border-color css
<style>
span { border-color: #533F50; }
span { border-color: rgb(83,63,80); }
td.TdClassName
{
border-color: #533F50;
}
.TagClassName
{
border-color: #533F50;
}
</style>