Shades of Purple Taupe #5E3252
Tints of Purple Taupe #5E3252
RGB
CMYK
RGB Variations
Color information
#5E3252 (or 0x5E3252) is known color: Purple Taupe. HEX triplet: 5E, 32 and 52. RGB value is (94,50,82). Sum of RGB (Red+Green+Blue) = 94+50+82=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3252 is #A1CDAD. Grayscale: #424242. Windows color (decimal): -10603950 or 5386846. OLE color: 5386846.
HSL color Cylindrical-coordinate representation of color #5E3252: hue angle of 316.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3252 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 82 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.63 |
| HSL | 316.36º | 0.31% | 0.28% | - |
| HSV(B) | 316.36º | 0.47% | 0.37% | - |
| XYZ | 7.28 | 5.27 | 8.62 | - |
| YUV | 66.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 82 | 0 | 0.47 | 0.13 | 0.63 | 316.36 | 0.31 | 0.28 |
| Hex | 5E | 32 | 52 | 0 | 2F | D | 3F | 13C | 1F | 1C |
| Octal | 136 | 62 | 122 | 0 | 57 | 15 | 77 | 474 | 37 | 34 |
| Binary | 1011110 | 110010 | 1010010 | 0 | 101111 | 1101 | 111111 | 100111100 | 11111 | 11100 |
Color Harmonies of #5E3252
Complementary color
Monochromatic Colors of #5E3252
Black with #5E3252
Text Example
Text Example
White with #5E3252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3252; }
p { color: rgb(94,50,82); }
H1.HeaderClassName
{
color: #5E3252;
}
.AnyTagClassName
{
color: #5E3252;
}
</style>
background-color css
<style>
a { background-color: #5E3252; }
a { background-color: rgb(94,50,82); }
div.DivClassName
{
background-color: #5E3252;
}
.BgClassName
{
background-color: #5E3252;
}
</style>
border-color css
<style>
span { border-color: #5E3252; }
span { border-color: rgb(94,50,82); }
td.TdClassName
{
border-color: #5E3252;
}
.TagClassName
{
border-color: #5E3252;
}
</style>