Shades of Purple Taupe #533A51
Tints of Purple Taupe #533A51
RGB
CMYK
RGB Variations
Color information
#533A51 (or 0x533A51) is known color: Purple Taupe. HEX triplet: 53, 3A and 51. RGB value is (83,58,81). Sum of RGB (Red+Green+Blue) = 83+58+81=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #533A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A51 is #ACC5AE. Grayscale: #444444. Windows color (decimal): -11322799 or 5323347. OLE color: 5323347.
HSL color Cylindrical-coordinate representation of color #533A51: hue angle of 304.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A51 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 81 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.67 |
| HSL | 304.8º | 0.18% | 0.28% | - |
| HSV(B) | 304.8º | 0.3% | 0.33% | - |
| XYZ | 6.57 | 5.46 | 8.49 | - |
| YUV | 68.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 81 | 0 | 0.30 | 0.02 | 0.67 | 304.8 | 0.18 | 0.28 |
| Hex | 53 | 3A | 51 | 0 | 1E | 2 | 43 | 131 | 12 | 1C |
| Octal | 123 | 72 | 121 | 0 | 36 | 2 | 103 | 461 | 22 | 34 |
| Binary | 1010011 | 111010 | 1010001 | 0 | 11110 | 10 | 1000011 | 100110001 | 10010 | 11100 |
Color Harmonies of #533A51
Complementary color
Monochromatic Colors of #533A51
Black with #533A51
Text Example
Text Example
White with #533A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A51; }
p { color: rgb(83,58,81); }
H1.HeaderClassName
{
color: #533A51;
}
.AnyTagClassName
{
color: #533A51;
}
</style>
background-color css
<style>
a { background-color: #533A51; }
a { background-color: rgb(83,58,81); }
div.DivClassName
{
background-color: #533A51;
}
.BgClassName
{
background-color: #533A51;
}
</style>
border-color css
<style>
span { border-color: #533A51; }
span { border-color: rgb(83,58,81); }
td.TdClassName
{
border-color: #533A51;
}
.TagClassName
{
border-color: #533A51;
}
</style>