Shades of Purple Taupe #5C3754
Tints of Purple Taupe #5C3754
RGB
CMYK
RGB Variations
Color information
#5C3754 (or 0x5C3754) is known color: Purple Taupe. HEX triplet: 5C, 37 and 54. RGB value is (92,55,84). Sum of RGB (Red+Green+Blue) = 92+55+84=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3754 is #A3C8AB. Grayscale: #454545. Windows color (decimal): -10733740 or 5519196. OLE color: 5519196.
HSL color Cylindrical-coordinate representation of color #5C3754: hue angle of 312.97º 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 #5C3754 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 84 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.64 |
| HSL | 312.97º | 0.25% | 0.29% | - |
| HSV(B) | 312.97º | 0.4% | 0.36% | - |
| XYZ | 7.38 | 5.65 | 9.09 | - |
| YUV | 69.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 84 | 0 | 0.40 | 0.09 | 0.64 | 312.97 | 0.25 | 0.29 |
| Hex | 5C | 37 | 54 | 0 | 28 | 9 | 40 | 139 | 19 | 1D |
| Octal | 134 | 67 | 124 | 0 | 50 | 11 | 100 | 471 | 31 | 35 |
| Binary | 1011100 | 110111 | 1010100 | 0 | 101000 | 1001 | 1000000 | 100111001 | 11001 | 11101 |
Color Harmonies of #5C3754
Complementary color
Monochromatic Colors of #5C3754
Black with #5C3754
Text Example
Text Example
White with #5C3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3754; }
p { color: rgb(92,55,84); }
H1.HeaderClassName
{
color: #5C3754;
}
.AnyTagClassName
{
color: #5C3754;
}
</style>
background-color css
<style>
a { background-color: #5C3754; }
a { background-color: rgb(92,55,84); }
div.DivClassName
{
background-color: #5C3754;
}
.BgClassName
{
background-color: #5C3754;
}
</style>
border-color css
<style>
span { border-color: #5C3754; }
span { border-color: rgb(92,55,84); }
td.TdClassName
{
border-color: #5C3754;
}
.TagClassName
{
border-color: #5C3754;
}
</style>