Shades of Purple Taupe #5D3A5A
Tints of Purple Taupe #5D3A5A
RGB
CMYK
RGB Variations
Color information
#5D3A5A (or 0x5D3A5A) is known color: Purple Taupe. HEX triplet: 5D, 3A and 5A. RGB value is (93,58,90). Sum of RGB (Red+Green+Blue) = 93+58+90=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3A5A is #A2C5A5. Grayscale: #484848. Windows color (decimal): -10667430 or 5913181. OLE color: 5913181.
HSL color Cylindrical-coordinate representation of color #5D3A5A: hue angle of 305.14º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D3A5A is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 90 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.64 |
| HSL | 305.14º | 0.23% | 0.3% | - |
| HSV(B) | 305.14º | 0.38% | 0.36% | - |
| XYZ | 7.87 | 6.09 | 10.43 | - |
| YUV | 72.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 90 | 0 | 0.38 | 0.03 | 0.64 | 305.14 | 0.23 | 0.3 |
| Hex | 5D | 3A | 5A | 0 | 26 | 3 | 40 | 131 | 17 | 1E |
| Octal | 135 | 72 | 132 | 0 | 46 | 3 | 100 | 461 | 27 | 36 |
| Binary | 1011101 | 111010 | 1011010 | 0 | 100110 | 11 | 1000000 | 100110001 | 10111 | 11110 |
Color Harmonies of #5D3A5A
Complementary color
Monochromatic Colors of #5D3A5A
Black with #5D3A5A
Text Example
Text Example
White with #5D3A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A5A; }
p { color: rgb(93,58,90); }
H1.HeaderClassName
{
color: #5D3A5A;
}
.AnyTagClassName
{
color: #5D3A5A;
}
</style>
background-color css
<style>
a { background-color: #5D3A5A; }
a { background-color: rgb(93,58,90); }
div.DivClassName
{
background-color: #5D3A5A;
}
.BgClassName
{
background-color: #5D3A5A;
}
</style>
border-color css
<style>
span { border-color: #5D3A5A; }
span { border-color: rgb(93,58,90); }
td.TdClassName
{
border-color: #5D3A5A;
}
.TagClassName
{
border-color: #5D3A5A;
}
</style>