Shades of Purple Taupe #5E344F
Tints of Purple Taupe #5E344F
RGB
CMYK
RGB Variations
Color information
#5E344F (or 0x5E344F) is known color: Purple Taupe. HEX triplet: 5E, 34 and 4F. RGB value is (94,52,79). Sum of RGB (Red+Green+Blue) = 94+52+79=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E344F is #A1CBB0. Grayscale: #434343. Windows color (decimal): -10603441 or 5190750. OLE color: 5190750.
HSL color Cylindrical-coordinate representation of color #5E344F: hue angle of 321.43º 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 #5E344F is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 52 | 79 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.63 |
| HSL | 321.43º | 0.29% | 0.29% | - |
| HSV(B) | 321.43º | 0.45% | 0.37% | - |
| XYZ | 7.26 | 5.4 | 8.06 | - |
| YUV | 67.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 79 | 0 | 0.45 | 0.16 | 0.63 | 321.43 | 0.29 | 0.29 |
| Hex | 5E | 34 | 4F | 0 | 2D | 10 | 3F | 141 | 1D | 1D |
| Octal | 136 | 64 | 117 | 0 | 55 | 20 | 77 | 501 | 35 | 35 |
| Binary | 1011110 | 110100 | 1001111 | 0 | 101101 | 10000 | 111111 | 101000001 | 11101 | 11101 |
Color Harmonies of #5E344F
Complementary color
Monochromatic Colors of #5E344F
Black with #5E344F
Text Example
Text Example
White with #5E344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E344F; }
p { color: rgb(94,52,79); }
H1.HeaderClassName
{
color: #5E344F;
}
.AnyTagClassName
{
color: #5E344F;
}
</style>
background-color css
<style>
a { background-color: #5E344F; }
a { background-color: rgb(94,52,79); }
div.DivClassName
{
background-color: #5E344F;
}
.BgClassName
{
background-color: #5E344F;
}
</style>
border-color css
<style>
span { border-color: #5E344F; }
span { border-color: rgb(94,52,79); }
td.TdClassName
{
border-color: #5E344F;
}
.TagClassName
{
border-color: #5E344F;
}
</style>