Shades of Purple Taupe #5D3352
Tints of Purple Taupe #5D3352
RGB
CMYK
RGB Variations
Color information
#5D3352 (or 0x5D3352) is known color: Purple Taupe. HEX triplet: 5D, 33 and 52. RGB value is (93,51,82). Sum of RGB (Red+Green+Blue) = 93+51+82=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3352 is #A2CCAD. Grayscale: #434343. Windows color (decimal): -10669230 or 5387101. OLE color: 5387101.
HSL color Cylindrical-coordinate representation of color #5D3352: hue angle of 315.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D3352 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 82 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.64 |
| HSL | 315.71º | 0.29% | 0.28% | - |
| HSV(B) | 315.71º | 0.45% | 0.36% | - |
| XYZ | 7.22 | 5.3 | 8.63 | - |
| YUV | 67.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 82 | 0 | 0.45 | 0.12 | 0.64 | 315.71 | 0.29 | 0.28 |
| Hex | 5D | 33 | 52 | 0 | 2D | C | 40 | 13C | 1D | 1C |
| Octal | 135 | 63 | 122 | 0 | 55 | 14 | 100 | 474 | 35 | 34 |
| Binary | 1011101 | 110011 | 1010010 | 0 | 101101 | 1100 | 1000000 | 100111100 | 11101 | 11100 |
Color Harmonies of #5D3352
Complementary color
Monochromatic Colors of #5D3352
Black with #5D3352
Text Example
Text Example
White with #5D3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3352; }
p { color: rgb(93,51,82); }
H1.HeaderClassName
{
color: #5D3352;
}
.AnyTagClassName
{
color: #5D3352;
}
</style>
background-color css
<style>
a { background-color: #5D3352; }
a { background-color: rgb(93,51,82); }
div.DivClassName
{
background-color: #5D3352;
}
.BgClassName
{
background-color: #5D3352;
}
</style>
border-color css
<style>
span { border-color: #5D3352; }
span { border-color: rgb(93,51,82); }
td.TdClassName
{
border-color: #5D3352;
}
.TagClassName
{
border-color: #5D3352;
}
</style>