Shades of Purple Taupe #53424D
Tints of Purple Taupe #53424D
RGB
CMYK
RGB Variations
Color information
#53424D (or 0x53424D) is known color: Purple Taupe. HEX triplet: 53, 42 and 4D. RGB value is (83,66,77). Sum of RGB (Red+Green+Blue) = 83+66+77=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53424D is #ACBDB2. Grayscale: #484848. Windows color (decimal): -11320755 or 5063251. OLE color: 5063251.
HSL color Cylindrical-coordinate representation of color #53424D: hue angle of 321.18º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53424D is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 77 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.67 |
| HSL | 321.18º | 0.11% | 0.29% | - |
| HSV(B) | 321.18º | 0.2% | 0.33% | - |
| XYZ | 6.86 | 6.27 | 7.87 | - |
| YUV | 72.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 77 | 0 | 0.20 | 0.07 | 0.67 | 321.18 | 0.11 | 0.29 |
| Hex | 53 | 42 | 4D | 0 | 14 | 7 | 43 | 141 | B | 1D |
| Octal | 123 | 102 | 115 | 0 | 24 | 7 | 103 | 501 | 13 | 35 |
| Binary | 1010011 | 1000010 | 1001101 | 0 | 10100 | 111 | 1000011 | 101000001 | 1011 | 11101 |
Color Harmonies of #53424D
Complementary color
Monochromatic Colors of #53424D
Black with #53424D
Text Example
Text Example
White with #53424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53424D; }
p { color: rgb(83,66,77); }
H1.HeaderClassName
{
color: #53424D;
}
.AnyTagClassName
{
color: #53424D;
}
</style>
background-color css
<style>
a { background-color: #53424D; }
a { background-color: rgb(83,66,77); }
div.DivClassName
{
background-color: #53424D;
}
.BgClassName
{
background-color: #53424D;
}
</style>
border-color css
<style>
span { border-color: #53424D; }
span { border-color: rgb(83,66,77); }
td.TdClassName
{
border-color: #53424D;
}
.TagClassName
{
border-color: #53424D;
}
</style>