Shades of Purple Taupe #5E3F54
Tints of Purple Taupe #5E3F54
RGB
CMYK
RGB Variations
Color information
#5E3F54 (or 0x5E3F54) is known color: Purple Taupe. HEX triplet: 5E, 3F and 54. RGB value is (94,63,84). Sum of RGB (Red+Green+Blue) = 94+63+84=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3F54 is #A1C0AB. Grayscale: #4A4A4A. Windows color (decimal): -10600620 or 5521246. OLE color: 5521246.
HSL color Cylindrical-coordinate representation of color #5E3F54: hue angle of 319.35º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E3F54 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 63 | 84 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.63 |
| HSL | 319.35º | 0.2% | 0.31% | - |
| HSV(B) | 319.35º | 0.33% | 0.37% | - |
| XYZ | 7.99 | 6.57 | 9.24 | - |
| YUV | 74.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 84 | 0 | 0.33 | 0.11 | 0.63 | 319.35 | 0.2 | 0.31 |
| Hex | 5E | 3F | 54 | 0 | 21 | B | 3F | 13F | 14 | 1F |
| Octal | 136 | 77 | 124 | 0 | 41 | 13 | 77 | 477 | 24 | 37 |
| Binary | 1011110 | 111111 | 1010100 | 0 | 100001 | 1011 | 111111 | 100111111 | 10100 | 11111 |
Color Harmonies of #5E3F54
Complementary color
Monochromatic Colors of #5E3F54
Black with #5E3F54
Text Example
Text Example
White with #5E3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F54; }
p { color: rgb(94,63,84); }
H1.HeaderClassName
{
color: #5E3F54;
}
.AnyTagClassName
{
color: #5E3F54;
}
</style>
background-color css
<style>
a { background-color: #5E3F54; }
a { background-color: rgb(94,63,84); }
div.DivClassName
{
background-color: #5E3F54;
}
.BgClassName
{
background-color: #5E3F54;
}
</style>
border-color css
<style>
span { border-color: #5E3F54; }
span { border-color: rgb(94,63,84); }
td.TdClassName
{
border-color: #5E3F54;
}
.TagClassName
{
border-color: #5E3F54;
}
</style>