Shades of Purple Taupe #5E3253
Tints of Purple Taupe #5E3253
RGB
CMYK
RGB Variations
Color information
#5E3253 (or 0x5E3253) is known color: Purple Taupe. HEX triplet: 5E, 32 and 53. RGB value is (94,50,83). Sum of RGB (Red+Green+Blue) = 94+50+83=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3253 is #A1CDAC. Grayscale: #424242. Windows color (decimal): -10603949 or 5452382. OLE color: 5452382.
HSL color Cylindrical-coordinate representation of color #5E3253: hue angle of 315º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3253 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 50 | 83 | - |
CMYK | 0 | 0.47 | 0.12 | 0.63 |
HSL | 315º | 0.31% | 0.28% | - |
HSV(B) | 315º | 0.47% | 0.37% | - |
XYZ | 7.32 | 5.29 | 8.82 | - |
YUV | 66.92 | 137.08 | 147.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 50 | 83 | 0 | 0.47 | 0.12 | 0.63 | 315 | 0.31 | 0.28 |
Hex | 5E | 32 | 53 | 0 | 2F | C | 3F | 13B | 1F | 1C |
Octal | 136 | 62 | 123 | 0 | 57 | 14 | 77 | 473 | 37 | 34 |
Binary | 1011110 | 110010 | 1010011 | 0 | 101111 | 1100 | 111111 | 100111011 | 11111 | 11100 |
Color Harmonies of #5E3253
Complementary color
Monochromatic Colors of #5E3253
Black with #5E3253
Text Example
Text Example
White with #5E3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3253; }
p { color: rgb(94,50,83); }
H1.HeaderClassName
{
color: #5E3253;
}
.AnyTagClassName
{
color: #5E3253;
}
</style>
background-color css
<style>
a { background-color: #5E3253; }
a { background-color: rgb(94,50,83); }
div.DivClassName
{
background-color: #5E3253;
}
.BgClassName
{
background-color: #5E3253;
}
</style>
border-color css
<style>
span { border-color: #5E3253; }
span { border-color: rgb(94,50,83); }
td.TdClassName
{
border-color: #5E3253;
}
.TagClassName
{
border-color: #5E3253;
}
</style>