Shades of Purple Taupe #5F3550
Tints of Purple Taupe #5F3550
RGB
CMYK
RGB Variations
Color information
#5F3550 (or 0x5F3550) is known color: Purple Taupe. HEX triplet: 5F, 35 and 50. RGB value is (95,53,80). Sum of RGB (Red+Green+Blue) = 95+53+80=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3550 is #A0CAAF. Grayscale: #444444. Windows color (decimal): -10537648 or 5256543. OLE color: 5256543.
HSL color Cylindrical-coordinate representation of color #5F3550: hue angle of 321.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F3550 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 80 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.63 |
| HSL | 321.43º | 0.28% | 0.29% | - |
| HSV(B) | 321.43º | 0.44% | 0.37% | - |
| XYZ | 7.44 | 5.56 | 8.27 | - |
| YUV | 68.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 80 | 0 | 0.44 | 0.16 | 0.63 | 321.43 | 0.28 | 0.29 |
| Hex | 5F | 35 | 50 | 0 | 2C | 10 | 3F | 141 | 1C | 1D |
| Octal | 137 | 65 | 120 | 0 | 54 | 20 | 77 | 501 | 34 | 35 |
| Binary | 1011111 | 110101 | 1010000 | 0 | 101100 | 10000 | 111111 | 101000001 | 11100 | 11101 |
Color Harmonies of #5F3550
Complementary color
Monochromatic Colors of #5F3550
Black with #5F3550
Text Example
Text Example
White with #5F3550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3550; }
p { color: rgb(95,53,80); }
H1.HeaderClassName
{
color: #5F3550;
}
.AnyTagClassName
{
color: #5F3550;
}
</style>
background-color css
<style>
a { background-color: #5F3550; }
a { background-color: rgb(95,53,80); }
div.DivClassName
{
background-color: #5F3550;
}
.BgClassName
{
background-color: #5F3550;
}
</style>
border-color css
<style>
span { border-color: #5F3550; }
span { border-color: rgb(95,53,80); }
td.TdClassName
{
border-color: #5F3550;
}
.TagClassName
{
border-color: #5F3550;
}
</style>