Shades of Purple Taupe #5E3450
Tints of Purple Taupe #5E3450
RGB
CMYK
RGB Variations
Color information
#5E3450 (or 0x5E3450) is known color: Purple Taupe. HEX triplet: 5E, 34 and 50. RGB value is (94,52,80). Sum of RGB (Red+Green+Blue) = 94+52+80=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3450 is #A1CBAF. Grayscale: #434343. Windows color (decimal): -10603440 or 5256286. OLE color: 5256286.
HSL color Cylindrical-coordinate representation of color #5E3450: hue angle of 320º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3450 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 52 | 80 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.63 |
| HSL | 320º | 0.29% | 0.29% | - |
| HSV(B) | 320º | 0.45% | 0.37% | - |
| XYZ | 7.29 | 5.41 | 8.25 | - |
| YUV | 67.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 80 | 0 | 0.45 | 0.15 | 0.63 | 320 | 0.29 | 0.29 |
| Hex | 5E | 34 | 50 | 0 | 2D | F | 3F | 140 | 1D | 1D |
| Octal | 136 | 64 | 120 | 0 | 55 | 17 | 77 | 500 | 35 | 35 |
| Binary | 1011110 | 110100 | 1010000 | 0 | 101101 | 1111 | 111111 | 101000000 | 11101 | 11101 |
Color Harmonies of #5E3450
Complementary color
Monochromatic Colors of #5E3450
Black with #5E3450
Text Example
Text Example
White with #5E3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3450; }
p { color: rgb(94,52,80); }
H1.HeaderClassName
{
color: #5E3450;
}
.AnyTagClassName
{
color: #5E3450;
}
</style>
background-color css
<style>
a { background-color: #5E3450; }
a { background-color: rgb(94,52,80); }
div.DivClassName
{
background-color: #5E3450;
}
.BgClassName
{
background-color: #5E3450;
}
</style>
border-color css
<style>
span { border-color: #5E3450; }
span { border-color: rgb(94,52,80); }
td.TdClassName
{
border-color: #5E3450;
}
.TagClassName
{
border-color: #5E3450;
}
</style>