Shades of Purple Taupe #5A374F
Tints of Purple Taupe #5A374F
RGB
CMYK
RGB Variations
Color information
#5A374F (or 0x5A374F) is known color: Purple Taupe. HEX triplet: 5A, 37 and 4F. RGB value is (90,55,79). Sum of RGB (Red+Green+Blue) = 90+55+79=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A374F is #A5C8B0. Grayscale: #444444. Windows color (decimal): -10864817 or 5191514. OLE color: 5191514.
HSL color Cylindrical-coordinate representation of color #5A374F: hue angle of 318.86º 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 #5A374F is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 79 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.65 |
| HSL | 318.86º | 0.24% | 0.28% | - |
| HSV(B) | 318.86º | 0.39% | 0.35% | - |
| XYZ | 6.99 | 5.47 | 8.08 | - |
| YUV | 68.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 79 | 0 | 0.39 | 0.12 | 0.65 | 318.86 | 0.24 | 0.28 |
| Hex | 5A | 37 | 4F | 0 | 27 | C | 41 | 13F | 18 | 1C |
| Octal | 132 | 67 | 117 | 0 | 47 | 14 | 101 | 477 | 30 | 34 |
| Binary | 1011010 | 110111 | 1001111 | 0 | 100111 | 1100 | 1000001 | 100111111 | 11000 | 11100 |
Color Harmonies of #5A374F
Complementary color
Monochromatic Colors of #5A374F
Black with #5A374F
Text Example
Text Example
White with #5A374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A374F; }
p { color: rgb(90,55,79); }
H1.HeaderClassName
{
color: #5A374F;
}
.AnyTagClassName
{
color: #5A374F;
}
</style>
background-color css
<style>
a { background-color: #5A374F; }
a { background-color: rgb(90,55,79); }
div.DivClassName
{
background-color: #5A374F;
}
.BgClassName
{
background-color: #5A374F;
}
</style>
border-color css
<style>
span { border-color: #5A374F; }
span { border-color: rgb(90,55,79); }
td.TdClassName
{
border-color: #5A374F;
}
.TagClassName
{
border-color: #5A374F;
}
</style>