Shades of Purple Taupe #5A384D
Tints of Purple Taupe #5A384D
RGB
CMYK
RGB Variations
Color information
#5A384D (or 0x5A384D) is known color: Purple Taupe. HEX triplet: 5A, 38 and 4D. RGB value is (90,56,77). Sum of RGB (Red+Green+Blue) = 90+56+77=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A384D is #A5C7B2. Grayscale: #444444. Windows color (decimal): -10864563 or 5060698. OLE color: 5060698.
HSL color Cylindrical-coordinate representation of color #5A384D: hue angle of 322.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A384D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 77 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.65 |
| HSL | 322.94º | 0.23% | 0.29% | - |
| HSV(B) | 322.94º | 0.38% | 0.35% | - |
| XYZ | 6.97 | 5.54 | 7.72 | - |
| YUV | 68.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 77 | 0 | 0.38 | 0.14 | 0.65 | 322.94 | 0.23 | 0.29 |
| Hex | 5A | 38 | 4D | 0 | 26 | E | 41 | 143 | 17 | 1D |
| Octal | 132 | 70 | 115 | 0 | 46 | 16 | 101 | 503 | 27 | 35 |
| Binary | 1011010 | 111000 | 1001101 | 0 | 100110 | 1110 | 1000001 | 101000011 | 10111 | 11101 |
Color Harmonies of #5A384D
Complementary color
Monochromatic Colors of #5A384D
Black with #5A384D
Text Example
Text Example
White with #5A384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A384D; }
p { color: rgb(90,56,77); }
H1.HeaderClassName
{
color: #5A384D;
}
.AnyTagClassName
{
color: #5A384D;
}
</style>
background-color css
<style>
a { background-color: #5A384D; }
a { background-color: rgb(90,56,77); }
div.DivClassName
{
background-color: #5A384D;
}
.BgClassName
{
background-color: #5A384D;
}
</style>
border-color css
<style>
span { border-color: #5A384D; }
span { border-color: rgb(90,56,77); }
td.TdClassName
{
border-color: #5A384D;
}
.TagClassName
{
border-color: #5A384D;
}
</style>