Shades of Purple Taupe #5F3650
Tints of Purple Taupe #5F3650
RGB
CMYK
RGB Variations
Color information
#5F3650 (or 0x5F3650) is known color: Purple Taupe. HEX triplet: 5F, 36 and 50. RGB value is (95,54,80). Sum of RGB (Red+Green+Blue) = 95+54+80=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3650 is #A0C9AF. Grayscale: #454545. Windows color (decimal): -10537392 or 5256799. OLE color: 5256799.
HSL color Cylindrical-coordinate representation of color #5F3650: hue angle of 321.95º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F3650 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 54 | 80 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.63 |
| HSL | 321.95º | 0.28% | 0.29% | - |
| HSV(B) | 321.95º | 0.43% | 0.37% | - |
| XYZ | 7.49 | 5.65 | 8.29 | - |
| YUV | 69.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 80 | 0 | 0.43 | 0.16 | 0.63 | 321.95 | 0.28 | 0.29 |
| Hex | 5F | 36 | 50 | 0 | 2B | 10 | 3F | 142 | 1C | 1D |
| Octal | 137 | 66 | 120 | 0 | 53 | 20 | 77 | 502 | 34 | 35 |
| Binary | 1011111 | 110110 | 1010000 | 0 | 101011 | 10000 | 111111 | 101000010 | 11100 | 11101 |
Color Harmonies of #5F3650
Complementary color
Monochromatic Colors of #5F3650
Black with #5F3650
Text Example
Text Example
White with #5F3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3650; }
p { color: rgb(95,54,80); }
H1.HeaderClassName
{
color: #5F3650;
}
.AnyTagClassName
{
color: #5F3650;
}
</style>
background-color css
<style>
a { background-color: #5F3650; }
a { background-color: rgb(95,54,80); }
div.DivClassName
{
background-color: #5F3650;
}
.BgClassName
{
background-color: #5F3650;
}
</style>
border-color css
<style>
span { border-color: #5F3650; }
span { border-color: rgb(95,54,80); }
td.TdClassName
{
border-color: #5F3650;
}
.TagClassName
{
border-color: #5F3650;
}
</style>