Shades of Purple Taupe #5D3450
Tints of Purple Taupe #5D3450
RGB
CMYK
RGB Variations
Color information
#5D3450 (or 0x5D3450) is known color: Purple Taupe. HEX triplet: 5D, 34 and 50. RGB value is (93,52,80). Sum of RGB (Red+Green+Blue) = 93+52+80=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3450 is #A2CBAF. Grayscale: #434343. Windows color (decimal): -10668976 or 5256285. OLE color: 5256285.
HSL color Cylindrical-coordinate representation of color #5D3450: hue angle of 319.02º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D3450 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 80 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.64 |
| HSL | 319.02º | 0.28% | 0.28% | - |
| HSV(B) | 319.02º | 0.44% | 0.36% | - |
| XYZ | 7.19 | 5.36 | 8.25 | - |
| YUV | 67.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 80 | 0 | 0.44 | 0.14 | 0.64 | 319.02 | 0.28 | 0.28 |
| Hex | 5D | 34 | 50 | 0 | 2C | E | 40 | 13F | 1C | 1C |
| Octal | 135 | 64 | 120 | 0 | 54 | 16 | 100 | 477 | 34 | 34 |
| Binary | 1011101 | 110100 | 1010000 | 0 | 101100 | 1110 | 1000000 | 100111111 | 11100 | 11100 |
Color Harmonies of #5D3450
Complementary color
Monochromatic Colors of #5D3450
Black with #5D3450
Text Example
Text Example
White with #5D3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3450; }
p { color: rgb(93,52,80); }
H1.HeaderClassName
{
color: #5D3450;
}
.AnyTagClassName
{
color: #5D3450;
}
</style>
background-color css
<style>
a { background-color: #5D3450; }
a { background-color: rgb(93,52,80); }
div.DivClassName
{
background-color: #5D3450;
}
.BgClassName
{
background-color: #5D3450;
}
</style>
border-color css
<style>
span { border-color: #5D3450; }
span { border-color: rgb(93,52,80); }
td.TdClassName
{
border-color: #5D3450;
}
.TagClassName
{
border-color: #5D3450;
}
</style>