Shades of Purple Taupe #5E425B
Tints of Purple Taupe #5E425B
RGB
CMYK
RGB Variations
Color information
#5E425B (or 0x5E425B) is known color: Purple Taupe. HEX triplet: 5E, 42 and 5B. RGB value is (94,66,91). Sum of RGB (Red+Green+Blue) = 94+66+91=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 94 - color contains mainly: red. Hex color #5E425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E425B is #A1BDA4. Grayscale: #4D4D4D. Windows color (decimal): -10599845 or 5980766. OLE color: 5980766.
HSL color Cylindrical-coordinate representation of color #5E425B: hue angle of 306.43º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E425B is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 66 | 91 | - |
CMYK | 0 | 0.30 | 0.03 | 0.63 |
HSL | 306.43º | 0.18% | 0.31% | - |
HSV(B) | 306.43º | 0.3% | 0.37% | - |
XYZ | 8.45 | 7.03 | 10.81 | - |
YUV | 77.22 | 135.78 | 139.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 66 | 91 | 0 | 0.30 | 0.03 | 0.63 | 306.43 | 0.18 | 0.31 |
Hex | 5E | 42 | 5B | 0 | 1E | 3 | 3F | 132 | 12 | 1F |
Octal | 136 | 102 | 133 | 0 | 36 | 3 | 77 | 462 | 22 | 37 |
Binary | 1011110 | 1000010 | 1011011 | 0 | 11110 | 11 | 111111 | 100110010 | 10010 | 11111 |
Color Harmonies of #5E425B
Complementary color
Monochromatic Colors of #5E425B
Black with #5E425B
Text Example
Text Example
White with #5E425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E425B; }
p { color: rgb(94,66,91); }
H1.HeaderClassName
{
color: #5E425B;
}
.AnyTagClassName
{
color: #5E425B;
}
</style>
background-color css
<style>
a { background-color: #5E425B; }
a { background-color: rgb(94,66,91); }
div.DivClassName
{
background-color: #5E425B;
}
.BgClassName
{
background-color: #5E425B;
}
</style>
border-color css
<style>
span { border-color: #5E425B; }
span { border-color: rgb(94,66,91); }
td.TdClassName
{
border-color: #5E425B;
}
.TagClassName
{
border-color: #5E425B;
}
</style>