Shades of Purple Taupe #5A3755
Tints of Purple Taupe #5A3755
RGB
CMYK
RGB Variations
Color information
#5A3755 (or 0x5A3755) is known color: Purple Taupe. HEX triplet: 5A, 37 and 55. RGB value is (90,55,85). Sum of RGB (Red+Green+Blue) = 90+55+85=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3755 is #A5C8AA. Grayscale: #444444. Windows color (decimal): -10864811 or 5584730. OLE color: 5584730.
HSL color Cylindrical-coordinate representation of color #5A3755: hue angle of 308.57º 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 #5A3755 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 85 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.65 |
| HSL | 308.57º | 0.24% | 0.28% | - |
| HSV(B) | 308.57º | 0.39% | 0.35% | - |
| XYZ | 7.22 | 5.56 | 9.29 | - |
| YUV | 68.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 85 | 0 | 0.39 | 0.06 | 0.65 | 308.57 | 0.24 | 0.28 |
| Hex | 5A | 37 | 55 | 0 | 27 | 6 | 41 | 135 | 18 | 1C |
| Octal | 132 | 67 | 125 | 0 | 47 | 6 | 101 | 465 | 30 | 34 |
| Binary | 1011010 | 110111 | 1010101 | 0 | 100111 | 110 | 1000001 | 100110101 | 11000 | 11100 |
Color Harmonies of #5A3755
Complementary color
Monochromatic Colors of #5A3755
Black with #5A3755
Text Example
Text Example
White with #5A3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3755; }
p { color: rgb(90,55,85); }
H1.HeaderClassName
{
color: #5A3755;
}
.AnyTagClassName
{
color: #5A3755;
}
</style>
background-color css
<style>
a { background-color: #5A3755; }
a { background-color: rgb(90,55,85); }
div.DivClassName
{
background-color: #5A3755;
}
.BgClassName
{
background-color: #5A3755;
}
</style>
border-color css
<style>
span { border-color: #5A3755; }
span { border-color: rgb(90,55,85); }
td.TdClassName
{
border-color: #5A3755;
}
.TagClassName
{
border-color: #5A3755;
}
</style>