Shades of Purple Taupe #5B3452
Tints of Purple Taupe #5B3452
RGB
CMYK
RGB Variations
Color information
#5B3452 (or 0x5B3452) is known color: Purple Taupe. HEX triplet: 5B, 34 and 52. RGB value is (91,52,82). Sum of RGB (Red+Green+Blue) = 91+52+82=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3452 is #A4CBAD. Grayscale: #434343. Windows color (decimal): -10800046 or 5387355. OLE color: 5387355.
HSL color Cylindrical-coordinate representation of color #5B3452: hue angle of 313.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B3452 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 82 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.64 |
| HSL | 313.85º | 0.27% | 0.28% | - |
| HSV(B) | 313.85º | 0.43% | 0.36% | - |
| XYZ | 7.07 | 5.29 | 8.63 | - |
| YUV | 67.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 82 | 0 | 0.43 | 0.10 | 0.64 | 313.85 | 0.27 | 0.28 |
| Hex | 5B | 34 | 52 | 0 | 2B | A | 40 | 13A | 1B | 1C |
| Octal | 133 | 64 | 122 | 0 | 53 | 12 | 100 | 472 | 33 | 34 |
| Binary | 1011011 | 110100 | 1010010 | 0 | 101011 | 1010 | 1000000 | 100111010 | 11011 | 11100 |
Color Harmonies of #5B3452
Complementary color
Monochromatic Colors of #5B3452
Black with #5B3452
Text Example
Text Example
White with #5B3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3452; }
p { color: rgb(91,52,82); }
H1.HeaderClassName
{
color: #5B3452;
}
.AnyTagClassName
{
color: #5B3452;
}
</style>
background-color css
<style>
a { background-color: #5B3452; }
a { background-color: rgb(91,52,82); }
div.DivClassName
{
background-color: #5B3452;
}
.BgClassName
{
background-color: #5B3452;
}
</style>
border-color css
<style>
span { border-color: #5B3452; }
span { border-color: rgb(91,52,82); }
td.TdClassName
{
border-color: #5B3452;
}
.TagClassName
{
border-color: #5B3452;
}
</style>