Shades of Purple Taupe #5E3554
Tints of Purple Taupe #5E3554
RGB
CMYK
RGB Variations
Color information
#5E3554 (or 0x5E3554) is known color: Purple Taupe. HEX triplet: 5E, 35 and 54. RGB value is (94,53,84). Sum of RGB (Red+Green+Blue) = 94+53+84=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3554 is #A1CAAB. Grayscale: #444444. Windows color (decimal): -10603180 or 5518686. OLE color: 5518686.
HSL color Cylindrical-coordinate representation of color #5E3554: hue angle of 314.63º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3554 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 84 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.63 |
| HSL | 314.63º | 0.28% | 0.29% | - |
| HSV(B) | 314.63º | 0.44% | 0.37% | - |
| XYZ | 7.49 | 5.57 | 9.07 | - |
| YUV | 68.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 84 | 0 | 0.44 | 0.11 | 0.63 | 314.63 | 0.28 | 0.29 |
| Hex | 5E | 35 | 54 | 0 | 2C | B | 3F | 13B | 1C | 1D |
| Octal | 136 | 65 | 124 | 0 | 54 | 13 | 77 | 473 | 34 | 35 |
| Binary | 1011110 | 110101 | 1010100 | 0 | 101100 | 1011 | 111111 | 100111011 | 11100 | 11101 |
Color Harmonies of #5E3554
Complementary color
Monochromatic Colors of #5E3554
Black with #5E3554
Text Example
Text Example
White with #5E3554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3554; }
p { color: rgb(94,53,84); }
H1.HeaderClassName
{
color: #5E3554;
}
.AnyTagClassName
{
color: #5E3554;
}
</style>
background-color css
<style>
a { background-color: #5E3554; }
a { background-color: rgb(94,53,84); }
div.DivClassName
{
background-color: #5E3554;
}
.BgClassName
{
background-color: #5E3554;
}
</style>
border-color css
<style>
span { border-color: #5E3554; }
span { border-color: rgb(94,53,84); }
td.TdClassName
{
border-color: #5E3554;
}
.TagClassName
{
border-color: #5E3554;
}
</style>