Shades of Purple Taupe #533A4A
Tints of Purple Taupe #533A4A
RGB
CMYK
RGB Variations
Color information
#533A4A (or 0x533A4A) is known color: Purple Taupe. HEX triplet: 53, 3A and 4A. RGB value is (83,58,74). Sum of RGB (Red+Green+Blue) = 83+58+74=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #533A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A4A is #ACC5B5. Grayscale: #434343. Windows color (decimal): -11322806 or 4864595. OLE color: 4864595.
HSL color Cylindrical-coordinate representation of color #533A4A: hue angle of 321.6º 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 #533A4A is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 74 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.67 |
| HSL | 321.6º | 0.18% | 0.28% | - |
| HSV(B) | 321.6º | 0.3% | 0.33% | - |
| XYZ | 6.32 | 5.36 | 7.18 | - |
| YUV | 67.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 74 | 0 | 0.30 | 0.11 | 0.67 | 321.6 | 0.18 | 0.28 |
| Hex | 53 | 3A | 4A | 0 | 1E | B | 43 | 142 | 12 | 1C |
| Octal | 123 | 72 | 112 | 0 | 36 | 13 | 103 | 502 | 22 | 34 |
| Binary | 1010011 | 111010 | 1001010 | 0 | 11110 | 1011 | 1000011 | 101000010 | 10010 | 11100 |
Color Harmonies of #533A4A
Complementary color
Monochromatic Colors of #533A4A
Black with #533A4A
Text Example
Text Example
White with #533A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A4A; }
p { color: rgb(83,58,74); }
H1.HeaderClassName
{
color: #533A4A;
}
.AnyTagClassName
{
color: #533A4A;
}
</style>
background-color css
<style>
a { background-color: #533A4A; }
a { background-color: rgb(83,58,74); }
div.DivClassName
{
background-color: #533A4A;
}
.BgClassName
{
background-color: #533A4A;
}
</style>
border-color css
<style>
span { border-color: #533A4A; }
span { border-color: rgb(83,58,74); }
td.TdClassName
{
border-color: #533A4A;
}
.TagClassName
{
border-color: #533A4A;
}
</style>