Shades of Purple Taupe #5E3E5A
Tints of Purple Taupe #5E3E5A
RGB
CMYK
RGB Variations
Color information
#5E3E5A (or 0x5E3E5A) is known color: Purple Taupe. HEX triplet: 5E, 3E and 5A. RGB value is (94,62,90). Sum of RGB (Red+Green+Blue) = 94+62+90=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3E5A is #A1C1A5. Grayscale: #4A4A4A. Windows color (decimal): -10600870 or 5914206. OLE color: 5914206.
HSL color Cylindrical-coordinate representation of color #5E3E5A: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E3E5A is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 62 | 90 | - |
CMYK | 0 | 0.34 | 0.04 | 0.63 |
HSL | 307.5º | 0.21% | 0.31% | - |
HSV(B) | 307.5º | 0.34% | 0.37% | - |
XYZ | 8.18 | 6.56 | 10.51 | - |
YUV | 74.76 | 136.6 | 141.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 62 | 90 | 0 | 0.34 | 0.04 | 0.63 | 307.5 | 0.21 | 0.31 |
Hex | 5E | 3E | 5A | 0 | 22 | 4 | 3F | 134 | 15 | 1F |
Octal | 136 | 76 | 132 | 0 | 42 | 4 | 77 | 464 | 25 | 37 |
Binary | 1011110 | 111110 | 1011010 | 0 | 100010 | 100 | 111111 | 100110100 | 10101 | 11111 |
Color Harmonies of #5E3E5A
Complementary color
Monochromatic Colors of #5E3E5A
Black with #5E3E5A
Text Example
Text Example
White with #5E3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3E5A; }
p { color: rgb(94,62,90); }
H1.HeaderClassName
{
color: #5E3E5A;
}
.AnyTagClassName
{
color: #5E3E5A;
}
</style>
background-color css
<style>
a { background-color: #5E3E5A; }
a { background-color: rgb(94,62,90); }
div.DivClassName
{
background-color: #5E3E5A;
}
.BgClassName
{
background-color: #5E3E5A;
}
</style>
border-color css
<style>
span { border-color: #5E3E5A; }
span { border-color: rgb(94,62,90); }
td.TdClassName
{
border-color: #5E3E5A;
}
.TagClassName
{
border-color: #5E3E5A;
}
</style>