Shades of Purple Taupe #53384D
Tints of Purple Taupe #53384D
RGB
CMYK
RGB Variations
Color information
#53384D (or 0x53384D) is known color: Purple Taupe. HEX triplet: 53, 38 and 4D. RGB value is (83,56,77). Sum of RGB (Red+Green+Blue) = 83+56+77=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #53384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53384D is #ACC7B2. Grayscale: #424242. Windows color (decimal): -11323315 or 5060691. OLE color: 5060691.
HSL color Cylindrical-coordinate representation of color #53384D: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53384D is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 77 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.67 |
| HSL | 313.33º | 0.19% | 0.27% | - |
| HSV(B) | 313.33º | 0.33% | 0.33% | - |
| XYZ | 6.32 | 5.2 | 7.69 | - |
| YUV | 66.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 77 | 0 | 0.33 | 0.07 | 0.67 | 313.33 | 0.19 | 0.27 |
| Hex | 53 | 38 | 4D | 0 | 21 | 7 | 43 | 139 | 13 | 1B |
| Octal | 123 | 70 | 115 | 0 | 41 | 7 | 103 | 471 | 23 | 33 |
| Binary | 1010011 | 111000 | 1001101 | 0 | 100001 | 111 | 1000011 | 100111001 | 10011 | 11011 |
Color Harmonies of #53384D
Complementary color
Monochromatic Colors of #53384D
Black with #53384D
Text Example
Text Example
White with #53384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53384D; }
p { color: rgb(83,56,77); }
H1.HeaderClassName
{
color: #53384D;
}
.AnyTagClassName
{
color: #53384D;
}
</style>
background-color css
<style>
a { background-color: #53384D; }
a { background-color: rgb(83,56,77); }
div.DivClassName
{
background-color: #53384D;
}
.BgClassName
{
background-color: #53384D;
}
</style>
border-color css
<style>
span { border-color: #53384D; }
span { border-color: rgb(83,56,77); }
td.TdClassName
{
border-color: #53384D;
}
.TagClassName
{
border-color: #53384D;
}
</style>