Shades of Purple Taupe #5E3454
Tints of Purple Taupe #5E3454
RGB
CMYK
RGB Variations
Color information
#5E3454 (or 0x5E3454) is known color: Purple Taupe. HEX triplet: 5E, 34 and 54. RGB value is (94,52,84). Sum of RGB (Red+Green+Blue) = 94+52+84=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3454 is #A1CBAB. Grayscale: #444444. Windows color (decimal): -10603436 or 5518430. OLE color: 5518430.
HSL color Cylindrical-coordinate representation of color #5E3454: hue angle of 314.29º 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 #5E3454 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 52 | 84 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.63 |
| HSL | 314.29º | 0.29% | 0.29% | - |
| HSV(B) | 314.29º | 0.45% | 0.37% | - |
| XYZ | 7.44 | 5.48 | 9.05 | - |
| YUV | 68.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 84 | 0 | 0.45 | 0.11 | 0.63 | 314.29 | 0.29 | 0.29 |
| Hex | 5E | 34 | 54 | 0 | 2D | B | 3F | 13A | 1D | 1D |
| Octal | 136 | 64 | 124 | 0 | 55 | 13 | 77 | 472 | 35 | 35 |
| Binary | 1011110 | 110100 | 1010100 | 0 | 101101 | 1011 | 111111 | 100111010 | 11101 | 11101 |
Color Harmonies of #5E3454
Complementary color
Monochromatic Colors of #5E3454
Black with #5E3454
Text Example
Text Example
White with #5E3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3454; }
p { color: rgb(94,52,84); }
H1.HeaderClassName
{
color: #5E3454;
}
.AnyTagClassName
{
color: #5E3454;
}
</style>
background-color css
<style>
a { background-color: #5E3454; }
a { background-color: rgb(94,52,84); }
div.DivClassName
{
background-color: #5E3454;
}
.BgClassName
{
background-color: #5E3454;
}
</style>
border-color css
<style>
span { border-color: #5E3454; }
span { border-color: rgb(94,52,84); }
td.TdClassName
{
border-color: #5E3454;
}
.TagClassName
{
border-color: #5E3454;
}
</style>