Shades of Purple Taupe #5D3851
Tints of Purple Taupe #5D3851
RGB
CMYK
RGB Variations
Color information
#5D3851 (or 0x5D3851) is known color: Purple Taupe. HEX triplet: 5D, 38 and 51. RGB value is (93,56,81). Sum of RGB (Red+Green+Blue) = 93+56+81=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3851 is #A2C7AE. Grayscale: #454545. Windows color (decimal): -10667951 or 5322845. OLE color: 5322845.
HSL color Cylindrical-coordinate representation of color #5D3851: hue angle of 319.46º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D3851 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 81 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.64 |
| HSL | 319.46º | 0.25% | 0.29% | - |
| HSV(B) | 319.46º | 0.4% | 0.36% | - |
| XYZ | 7.41 | 5.75 | 8.5 | - |
| YUV | 69.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 81 | 0 | 0.40 | 0.13 | 0.64 | 319.46 | 0.25 | 0.29 |
| Hex | 5D | 38 | 51 | 0 | 28 | D | 40 | 13F | 19 | 1D |
| Octal | 135 | 70 | 121 | 0 | 50 | 15 | 100 | 477 | 31 | 35 |
| Binary | 1011101 | 111000 | 1010001 | 0 | 101000 | 1101 | 1000000 | 100111111 | 11001 | 11101 |
Color Harmonies of #5D3851
Complementary color
Monochromatic Colors of #5D3851
Black with #5D3851
Text Example
Text Example
White with #5D3851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3851; }
p { color: rgb(93,56,81); }
H1.HeaderClassName
{
color: #5D3851;
}
.AnyTagClassName
{
color: #5D3851;
}
</style>
background-color css
<style>
a { background-color: #5D3851; }
a { background-color: rgb(93,56,81); }
div.DivClassName
{
background-color: #5D3851;
}
.BgClassName
{
background-color: #5D3851;
}
</style>
border-color css
<style>
span { border-color: #5D3851; }
span { border-color: rgb(93,56,81); }
td.TdClassName
{
border-color: #5D3851;
}
.TagClassName
{
border-color: #5D3851;
}
</style>