Shades of Purple Taupe #5E3351
Tints of Purple Taupe #5E3351
RGB
CMYK
RGB Variations
Color information
#5E3351 (or 0x5E3351) is known color: Purple Taupe. HEX triplet: 5E, 33 and 51. RGB value is (94,51,81). Sum of RGB (Red+Green+Blue) = 94+51+81=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3351 is #A1CCAE. Grayscale: #434343. Windows color (decimal): -10603695 or 5321566. OLE color: 5321566.
HSL color Cylindrical-coordinate representation of color #5E3351: hue angle of 318.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3351 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 81 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.63 |
| HSL | 318.14º | 0.3% | 0.28% | - |
| HSV(B) | 318.14º | 0.46% | 0.37% | - |
| XYZ | 7.29 | 5.34 | 8.43 | - |
| YUV | 67.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 81 | 0 | 0.46 | 0.14 | 0.63 | 318.14 | 0.3 | 0.28 |
| Hex | 5E | 33 | 51 | 0 | 2E | E | 3F | 13E | 1E | 1C |
| Octal | 136 | 63 | 121 | 0 | 56 | 16 | 77 | 476 | 36 | 34 |
| Binary | 1011110 | 110011 | 1010001 | 0 | 101110 | 1110 | 111111 | 100111110 | 11110 | 11100 |
Color Harmonies of #5E3351
Complementary color
Monochromatic Colors of #5E3351
Black with #5E3351
Text Example
Text Example
White with #5E3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3351; }
p { color: rgb(94,51,81); }
H1.HeaderClassName
{
color: #5E3351;
}
.AnyTagClassName
{
color: #5E3351;
}
</style>
background-color css
<style>
a { background-color: #5E3351; }
a { background-color: rgb(94,51,81); }
div.DivClassName
{
background-color: #5E3351;
}
.BgClassName
{
background-color: #5E3351;
}
</style>
border-color css
<style>
span { border-color: #5E3351; }
span { border-color: rgb(94,51,81); }
td.TdClassName
{
border-color: #5E3351;
}
.TagClassName
{
border-color: #5E3351;
}
</style>