Shades of Purple Taupe #53414D
Tints of Purple Taupe #53414D
RGB
CMYK
RGB Variations
Color information
#53414D (or 0x53414D) is known color: Purple Taupe. HEX triplet: 53, 41 and 4D. RGB value is (83,65,77). Sum of RGB (Red+Green+Blue) = 83+65+77=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53414D is #ACBEB2. Grayscale: #474747. Windows color (decimal): -11321011 or 5062995. OLE color: 5062995.
HSL color Cylindrical-coordinate representation of color #53414D: hue angle of 320º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53414D is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 77 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.67 |
| HSL | 320º | 0.12% | 0.29% | - |
| HSV(B) | 320º | 0.22% | 0.33% | - |
| XYZ | 6.8 | 6.16 | 7.85 | - |
| YUV | 71.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 77 | 0 | 0.22 | 0.07 | 0.67 | 320 | 0.12 | 0.29 |
| Hex | 53 | 41 | 4D | 0 | 16 | 7 | 43 | 140 | C | 1D |
| Octal | 123 | 101 | 115 | 0 | 26 | 7 | 103 | 500 | 14 | 35 |
| Binary | 1010011 | 1000001 | 1001101 | 0 | 10110 | 111 | 1000011 | 101000000 | 1100 | 11101 |
Color Harmonies of #53414D
Complementary color
Monochromatic Colors of #53414D
Black with #53414D
Text Example
Text Example
White with #53414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53414D; }
p { color: rgb(83,65,77); }
H1.HeaderClassName
{
color: #53414D;
}
.AnyTagClassName
{
color: #53414D;
}
</style>
background-color css
<style>
a { background-color: #53414D; }
a { background-color: rgb(83,65,77); }
div.DivClassName
{
background-color: #53414D;
}
.BgClassName
{
background-color: #53414D;
}
</style>
border-color css
<style>
span { border-color: #53414D; }
span { border-color: rgb(83,65,77); }
td.TdClassName
{
border-color: #53414D;
}
.TagClassName
{
border-color: #53414D;
}
</style>