Shades of Purple Taupe #5B3154
Tints of Purple Taupe #5B3154
RGB
CMYK
RGB Variations
Color information
#5B3154 (or 0x5B3154) is known color: Purple Taupe. HEX triplet: 5B, 31 and 54. RGB value is (91,49,84). Sum of RGB (Red+Green+Blue) = 91+49+84=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3154 is #A4CEAB. Grayscale: #414141. Windows color (decimal): -10800812 or 5517659. OLE color: 5517659.
HSL color Cylindrical-coordinate representation of color #5B3154: hue angle of 310º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3154 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 84 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.64 |
| HSL | 310º | 0.3% | 0.27% | - |
| HSV(B) | 310º | 0.46% | 0.36% | - |
| XYZ | 7.01 | 5.06 | 8.99 | - |
| YUV | 65.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 84 | 0 | 0.46 | 0.08 | 0.64 | 310 | 0.3 | 0.27 |
| Hex | 5B | 31 | 54 | 0 | 2E | 8 | 40 | 136 | 1E | 1B |
| Octal | 133 | 61 | 124 | 0 | 56 | 10 | 100 | 466 | 36 | 33 |
| Binary | 1011011 | 110001 | 1010100 | 0 | 101110 | 1000 | 1000000 | 100110110 | 11110 | 11011 |
Color Harmonies of #5B3154
Complementary color
Monochromatic Colors of #5B3154
Black with #5B3154
Text Example
Text Example
White with #5B3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3154; }
p { color: rgb(91,49,84); }
H1.HeaderClassName
{
color: #5B3154;
}
.AnyTagClassName
{
color: #5B3154;
}
</style>
background-color css
<style>
a { background-color: #5B3154; }
a { background-color: rgb(91,49,84); }
div.DivClassName
{
background-color: #5B3154;
}
.BgClassName
{
background-color: #5B3154;
}
</style>
border-color css
<style>
span { border-color: #5B3154; }
span { border-color: rgb(91,49,84); }
td.TdClassName
{
border-color: #5B3154;
}
.TagClassName
{
border-color: #5B3154;
}
</style>