Shades of Purple Taupe #5D435C
Tints of Purple Taupe #5D435C
RGB
CMYK
RGB Variations
Color information
#5D435C (or 0x5D435C) is known color: Purple Taupe. HEX triplet: 5D, 43 and 5C. RGB value is (93,67,92). Sum of RGB (Red+Green+Blue) = 93+67+92=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 93 - color contains mainly: red. Hex color #5D435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D435C is #A2BCA3. Grayscale: #4D4D4D. Windows color (decimal): -10665124 or 6046557. OLE color: 6046557.
HSL color Cylindrical-coordinate representation of color #5D435C: hue angle of 302.31º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D435C is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 67 | 92 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.64 |
| HSL | 302.31º | 0.16% | 0.31% | - |
| HSV(B) | 302.31º | 0.28% | 0.36% | - |
| XYZ | 8.45 | 7.11 | 11.05 | - |
| YUV | 77.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 67 | 92 | 0 | 0.28 | 0.01 | 0.64 | 302.31 | 0.16 | 0.31 |
| Hex | 5D | 43 | 5C | 0 | 1C | 1 | 40 | 12E | 10 | 1F |
| Octal | 135 | 103 | 134 | 0 | 34 | 1 | 100 | 456 | 20 | 37 |
| Binary | 1011101 | 1000011 | 1011100 | 0 | 11100 | 1 | 1000000 | 100101110 | 10000 | 11111 |
Color Harmonies of #5D435C
Complementary color
Monochromatic Colors of #5D435C
Black with #5D435C
Text Example
Text Example
White with #5D435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D435C; }
p { color: rgb(93,67,92); }
H1.HeaderClassName
{
color: #5D435C;
}
.AnyTagClassName
{
color: #5D435C;
}
</style>
background-color css
<style>
a { background-color: #5D435C; }
a { background-color: rgb(93,67,92); }
div.DivClassName
{
background-color: #5D435C;
}
.BgClassName
{
background-color: #5D435C;
}
</style>
border-color css
<style>
span { border-color: #5D435C; }
span { border-color: rgb(93,67,92); }
td.TdClassName
{
border-color: #5D435C;
}
.TagClassName
{
border-color: #5D435C;
}
</style>