Shades of Purple Taupe #5E3852
Tints of Purple Taupe #5E3852
RGB
CMYK
RGB Variations
Color information
#5E3852 (or 0x5E3852) is known color: Purple Taupe. HEX triplet: 5E, 38 and 52. RGB value is (94,56,82). Sum of RGB (Red+Green+Blue) = 94+56+82=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3852 is #A1C7AD. Grayscale: #464646. Windows color (decimal): -10602414 or 5388382. OLE color: 5388382.
HSL color Cylindrical-coordinate representation of color #5E3852: hue angle of 318.95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3852 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 82 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.63 |
| HSL | 318.95º | 0.25% | 0.29% | - |
| HSV(B) | 318.95º | 0.4% | 0.37% | - |
| XYZ | 7.55 | 5.82 | 8.71 | - |
| YUV | 70.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 82 | 0 | 0.40 | 0.13 | 0.63 | 318.95 | 0.25 | 0.29 |
| Hex | 5E | 38 | 52 | 0 | 28 | D | 3F | 13F | 19 | 1D |
| Octal | 136 | 70 | 122 | 0 | 50 | 15 | 77 | 477 | 31 | 35 |
| Binary | 1011110 | 111000 | 1010010 | 0 | 101000 | 1101 | 111111 | 100111111 | 11001 | 11101 |
Color Harmonies of #5E3852
Complementary color
Monochromatic Colors of #5E3852
Black with #5E3852
Text Example
Text Example
White with #5E3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3852; }
p { color: rgb(94,56,82); }
H1.HeaderClassName
{
color: #5E3852;
}
.AnyTagClassName
{
color: #5E3852;
}
</style>
background-color css
<style>
a { background-color: #5E3852; }
a { background-color: rgb(94,56,82); }
div.DivClassName
{
background-color: #5E3852;
}
.BgClassName
{
background-color: #5E3852;
}
</style>
border-color css
<style>
span { border-color: #5E3852; }
span { border-color: rgb(94,56,82); }
td.TdClassName
{
border-color: #5E3852;
}
.TagClassName
{
border-color: #5E3852;
}
</style>