Shades of Purple Taupe #5F3753
Tints of Purple Taupe #5F3753
RGB
CMYK
RGB Variations
Color information
#5F3753 (or 0x5F3753) is known color: Purple Taupe. HEX triplet: 5F, 37 and 53. RGB value is (95,55,83). Sum of RGB (Red+Green+Blue) = 95+55+83=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3753 is #A0C8AC. Grayscale: #464646. Windows color (decimal): -10537133 or 5453663. OLE color: 5453663.
HSL color Cylindrical-coordinate representation of color #5F3753: hue angle of 318º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F3753 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 55 | 83 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.63 |
| HSL | 318º | 0.27% | 0.29% | - |
| HSV(B) | 318º | 0.42% | 0.37% | - |
| XYZ | 7.65 | 5.79 | 8.9 | - |
| YUV | 70.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 83 | 0 | 0.42 | 0.13 | 0.63 | 318 | 0.27 | 0.29 |
| Hex | 5F | 37 | 53 | 0 | 2A | D | 3F | 13E | 1B | 1D |
| Octal | 137 | 67 | 123 | 0 | 52 | 15 | 77 | 476 | 33 | 35 |
| Binary | 1011111 | 110111 | 1010011 | 0 | 101010 | 1101 | 111111 | 100111110 | 11011 | 11101 |
Color Harmonies of #5F3753
Complementary color
Monochromatic Colors of #5F3753
Black with #5F3753
Text Example
Text Example
White with #5F3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3753; }
p { color: rgb(95,55,83); }
H1.HeaderClassName
{
color: #5F3753;
}
.AnyTagClassName
{
color: #5F3753;
}
</style>
background-color css
<style>
a { background-color: #5F3753; }
a { background-color: rgb(95,55,83); }
div.DivClassName
{
background-color: #5F3753;
}
.BgClassName
{
background-color: #5F3753;
}
</style>
border-color css
<style>
span { border-color: #5F3753; }
span { border-color: rgb(95,55,83); }
td.TdClassName
{
border-color: #5F3753;
}
.TagClassName
{
border-color: #5F3753;
}
</style>