Shades of Purple Taupe #53424E
Tints of Purple Taupe #53424E
RGB
CMYK
RGB Variations
Color information
#53424E (or 0x53424E) is known color: Purple Taupe. HEX triplet: 53, 42 and 4E. RGB value is (83,66,78). Sum of RGB (Red+Green+Blue) = 83+66+78=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #53424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53424E is #ACBDB1. Grayscale: #484848. Windows color (decimal): -11320754 or 5128787. OLE color: 5128787.
HSL color Cylindrical-coordinate representation of color #53424E: hue angle of 317.65º 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 #53424E is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 78 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.67 |
| HSL | 317.65º | 0.11% | 0.29% | - |
| HSV(B) | 317.65º | 0.2% | 0.33% | - |
| XYZ | 6.89 | 6.29 | 8.06 | - |
| YUV | 72.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 78 | 0 | 0.20 | 0.06 | 0.67 | 317.65 | 0.11 | 0.29 |
| Hex | 53 | 42 | 4E | 0 | 14 | 6 | 43 | 13E | B | 1D |
| Octal | 123 | 102 | 116 | 0 | 24 | 6 | 103 | 476 | 13 | 35 |
| Binary | 1010011 | 1000010 | 1001110 | 0 | 10100 | 110 | 1000011 | 100111110 | 1011 | 11101 |
Color Harmonies of #53424E
Complementary color
Monochromatic Colors of #53424E
Black with #53424E
Text Example
Text Example
White with #53424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53424E; }
p { color: rgb(83,66,78); }
H1.HeaderClassName
{
color: #53424E;
}
.AnyTagClassName
{
color: #53424E;
}
</style>
background-color css
<style>
a { background-color: #53424E; }
a { background-color: rgb(83,66,78); }
div.DivClassName
{
background-color: #53424E;
}
.BgClassName
{
background-color: #53424E;
}
</style>
border-color css
<style>
span { border-color: #53424E; }
span { border-color: rgb(83,66,78); }
td.TdClassName
{
border-color: #53424E;
}
.TagClassName
{
border-color: #53424E;
}
</style>