Shades of Purple Taupe #533A52
Tints of Purple Taupe #533A52
RGB
CMYK
RGB Variations
Color information
#533A52 (or 0x533A52) is known color: Purple Taupe. HEX triplet: 53, 3A and 52. RGB value is (83,58,82). Sum of RGB (Red+Green+Blue) = 83+58+82=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #533A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A52 is #ACC5AD. Grayscale: #444444. Windows color (decimal): -11322798 or 5388883. OLE color: 5388883.
HSL color Cylindrical-coordinate representation of color #533A52: hue angle of 302.4º 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 #533A52 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 82 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.67 |
| HSL | 302.4º | 0.18% | 0.28% | - |
| HSV(B) | 302.4º | 0.3% | 0.33% | - |
| XYZ | 6.6 | 5.47 | 8.69 | - |
| YUV | 68.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 82 | 0 | 0.30 | 0.01 | 0.67 | 302.4 | 0.18 | 0.28 |
| Hex | 53 | 3A | 52 | 0 | 1E | 1 | 43 | 12E | 12 | 1C |
| Octal | 123 | 72 | 122 | 0 | 36 | 1 | 103 | 456 | 22 | 34 |
| Binary | 1010011 | 111010 | 1010010 | 0 | 11110 | 1 | 1000011 | 100101110 | 10010 | 11100 |
Color Harmonies of #533A52
Complementary color
Monochromatic Colors of #533A52
Black with #533A52
Text Example
Text Example
White with #533A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A52; }
p { color: rgb(83,58,82); }
H1.HeaderClassName
{
color: #533A52;
}
.AnyTagClassName
{
color: #533A52;
}
</style>
background-color css
<style>
a { background-color: #533A52; }
a { background-color: rgb(83,58,82); }
div.DivClassName
{
background-color: #533A52;
}
.BgClassName
{
background-color: #533A52;
}
</style>
border-color css
<style>
span { border-color: #533A52; }
span { border-color: rgb(83,58,82); }
td.TdClassName
{
border-color: #533A52;
}
.TagClassName
{
border-color: #533A52;
}
</style>