Shades of Purple Taupe #5D405C
Tints of Purple Taupe #5D405C
RGB
CMYK
RGB Variations
Color information
#5D405C (or 0x5D405C) is known color: Purple Taupe. HEX triplet: 5D, 40 and 5C. RGB value is (93,64,92). Sum of RGB (Red+Green+Blue) = 93+64+92=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 93 - color contains mainly: red. Hex color #5D405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D405C is #A2BFA3. Grayscale: #4B4B4B. Windows color (decimal): -10665892 or 6045789. OLE color: 6045789.
HSL color Cylindrical-coordinate representation of color #5D405C: hue angle of 302.07º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D405C is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 92 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.64 |
| HSL | 302.07º | 0.18% | 0.31% | - |
| HSV(B) | 302.07º | 0.31% | 0.36% | - |
| XYZ | 8.28 | 6.77 | 10.99 | - |
| YUV | 75.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 92 | 0 | 0.31 | 0.01 | 0.64 | 302.07 | 0.18 | 0.31 |
| Hex | 5D | 40 | 5C | 0 | 1F | 1 | 40 | 12E | 12 | 1F |
| Octal | 135 | 100 | 134 | 0 | 37 | 1 | 100 | 456 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1011100 | 0 | 11111 | 1 | 1000000 | 100101110 | 10010 | 11111 |
Color Harmonies of #5D405C
Complementary color
Monochromatic Colors of #5D405C
Black with #5D405C
Text Example
Text Example
White with #5D405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D405C; }
p { color: rgb(93,64,92); }
H1.HeaderClassName
{
color: #5D405C;
}
.AnyTagClassName
{
color: #5D405C;
}
</style>
background-color css
<style>
a { background-color: #5D405C; }
a { background-color: rgb(93,64,92); }
div.DivClassName
{
background-color: #5D405C;
}
.BgClassName
{
background-color: #5D405C;
}
</style>
border-color css
<style>
span { border-color: #5D405C; }
span { border-color: rgb(93,64,92); }
td.TdClassName
{
border-color: #5D405C;
}
.TagClassName
{
border-color: #5D405C;
}
</style>