Shades of Purple Taupe #5A3551
Tints of Purple Taupe #5A3551
RGB
CMYK
RGB Variations
Color information
#5A3551 (or 0x5A3551) is known color: Purple Taupe. HEX triplet: 5A, 35 and 51. RGB value is (90,53,81). Sum of RGB (Red+Green+Blue) = 90+53+81=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3551 is #A5CAAE. Grayscale: #434343. Windows color (decimal): -10865327 or 5322074. OLE color: 5322074.
HSL color Cylindrical-coordinate representation of color #5A3551: hue angle of 314.59º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3551 is Cyan = 0, Magento = 0.41, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 81 | - |
| CMYK | 0 | 0.41 | 0.1 | 0.65 |
| HSL | 314.59º | 0.26% | 0.28% | - |
| HSV(B) | 314.59º | 0.41% | 0.35% | - |
| XYZ | 6.97 | 5.31 | 8.44 | - |
| YUV | 67.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 81 | 0 | 0.41 | 0.1 | 0.65 | 314.59 | 0.26 | 0.28 |
| Hex | 5A | 35 | 51 | 0 | 29 | A | 41 | 13B | 1A | 1C |
| Octal | 132 | 65 | 121 | 0 | 51 | 12 | 101 | 473 | 32 | 34 |
| Binary | 1011010 | 110101 | 1010001 | 0 | 101001 | 1010 | 1000001 | 100111011 | 11010 | 11100 |
Color Harmonies of #5A3551
Complementary color
Monochromatic Colors of #5A3551
Black with #5A3551
Text Example
Text Example
White with #5A3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3551; }
p { color: rgb(90,53,81); }
H1.HeaderClassName
{
color: #5A3551;
}
.AnyTagClassName
{
color: #5A3551;
}
</style>
background-color css
<style>
a { background-color: #5A3551; }
a { background-color: rgb(90,53,81); }
div.DivClassName
{
background-color: #5A3551;
}
.BgClassName
{
background-color: #5A3551;
}
</style>
border-color css
<style>
span { border-color: #5A3551; }
span { border-color: rgb(90,53,81); }
td.TdClassName
{
border-color: #5A3551;
}
.TagClassName
{
border-color: #5A3551;
}
</style>