Shades of Purple Taupe #5A3451
Tints of Purple Taupe #5A3451
RGB
CMYK
RGB Variations
Color information
#5A3451 (or 0x5A3451) is known color: Purple Taupe. HEX triplet: 5A, 34 and 51. RGB value is (90,52,81). Sum of RGB (Red+Green+Blue) = 90+52+81=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3451 is #A5CBAE. Grayscale: #424242. Windows color (decimal): -10865583 or 5321818. OLE color: 5321818.
HSL color Cylindrical-coordinate representation of color #5A3451: hue angle of 314.21º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3451 is Cyan = 0, Magento = 0.42, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 81 | - |
| CMYK | 0 | 0.42 | 0.1 | 0.65 |
| HSL | 314.21º | 0.27% | 0.28% | - |
| HSV(B) | 314.21º | 0.42% | 0.35% | - |
| XYZ | 6.93 | 5.22 | 8.43 | - |
| YUV | 66.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 81 | 0 | 0.42 | 0.1 | 0.65 | 314.21 | 0.27 | 0.28 |
| Hex | 5A | 34 | 51 | 0 | 2A | A | 41 | 13A | 1B | 1C |
| Octal | 132 | 64 | 121 | 0 | 52 | 12 | 101 | 472 | 33 | 34 |
| Binary | 1011010 | 110100 | 1010001 | 0 | 101010 | 1010 | 1000001 | 100111010 | 11011 | 11100 |
Color Harmonies of #5A3451
Complementary color
Monochromatic Colors of #5A3451
Black with #5A3451
Text Example
Text Example
White with #5A3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3451; }
p { color: rgb(90,52,81); }
H1.HeaderClassName
{
color: #5A3451;
}
.AnyTagClassName
{
color: #5A3451;
}
</style>
background-color css
<style>
a { background-color: #5A3451; }
a { background-color: rgb(90,52,81); }
div.DivClassName
{
background-color: #5A3451;
}
.BgClassName
{
background-color: #5A3451;
}
</style>
border-color css
<style>
span { border-color: #5A3451; }
span { border-color: rgb(90,52,81); }
td.TdClassName
{
border-color: #5A3451;
}
.TagClassName
{
border-color: #5A3451;
}
</style>