Shades of Purple Taupe #5A374D
Tints of Purple Taupe #5A374D
RGB
CMYK
RGB Variations
Color information
#5A374D (or 0x5A374D) is known color: Purple Taupe. HEX triplet: 5A, 37 and 4D. RGB value is (90,55,77). Sum of RGB (Red+Green+Blue) = 90+55+77=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A374D is #A5C8B2. Grayscale: #434343. Windows color (decimal): -10864819 or 5060442. OLE color: 5060442.
HSL color Cylindrical-coordinate representation of color #5A374D: hue angle of 322.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A374D is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 77 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.65 |
| HSL | 322.29º | 0.24% | 0.28% | - |
| HSV(B) | 322.29º | 0.39% | 0.35% | - |
| XYZ | 6.92 | 5.44 | 7.71 | - |
| YUV | 67.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 77 | 0 | 0.39 | 0.14 | 0.65 | 322.29 | 0.24 | 0.28 |
| Hex | 5A | 37 | 4D | 0 | 27 | E | 41 | 142 | 18 | 1C |
| Octal | 132 | 67 | 115 | 0 | 47 | 16 | 101 | 502 | 30 | 34 |
| Binary | 1011010 | 110111 | 1001101 | 0 | 100111 | 1110 | 1000001 | 101000010 | 11000 | 11100 |
Color Harmonies of #5A374D
Complementary color
Monochromatic Colors of #5A374D
Black with #5A374D
Text Example
Text Example
White with #5A374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A374D; }
p { color: rgb(90,55,77); }
H1.HeaderClassName
{
color: #5A374D;
}
.AnyTagClassName
{
color: #5A374D;
}
</style>
background-color css
<style>
a { background-color: #5A374D; }
a { background-color: rgb(90,55,77); }
div.DivClassName
{
background-color: #5A374D;
}
.BgClassName
{
background-color: #5A374D;
}
</style>
border-color css
<style>
span { border-color: #5A374D; }
span { border-color: rgb(90,55,77); }
td.TdClassName
{
border-color: #5A374D;
}
.TagClassName
{
border-color: #5A374D;
}
</style>