Shades of Purple Taupe #61405D
Tints of Purple Taupe #61405D
RGB
CMYK
RGB Variations
Color information
#61405D (or 0x61405D) is known color: Purple Taupe. HEX triplet: 61, 40 and 5D. RGB value is (97,64,93). Sum of RGB (Red+Green+Blue) = 97+64+93=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61405D is #9EBFA2. Grayscale: #4D4D4D. Windows color (decimal): -10403747 or 6111329. OLE color: 6111329.
HSL color Cylindrical-coordinate representation of color #61405D: hue angle of 307.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61405D is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 93 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.62 |
| HSL | 307.27º | 0.2% | 0.32% | - |
| HSV(B) | 307.27º | 0.34% | 0.38% | - |
| XYZ | 8.74 | 7 | 11.25 | - |
| YUV | 77.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 93 | 0 | 0.34 | 0.04 | 0.62 | 307.27 | 0.2 | 0.32 |
| Hex | 61 | 40 | 5D | 0 | 22 | 4 | 3E | 133 | 14 | 20 |
| Octal | 141 | 100 | 135 | 0 | 42 | 4 | 76 | 463 | 24 | 40 |
| Binary | 1100001 | 1000000 | 1011101 | 0 | 100010 | 100 | 111110 | 100110011 | 10100 | 100000 |
Color Harmonies of #61405D
Complementary color
Monochromatic Colors of #61405D
Black with #61405D
Text Example
Text Example
White with #61405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61405D; }
p { color: rgb(97,64,93); }
H1.HeaderClassName
{
color: #61405D;
}
.AnyTagClassName
{
color: #61405D;
}
</style>
background-color css
<style>
a { background-color: #61405D; }
a { background-color: rgb(97,64,93); }
div.DivClassName
{
background-color: #61405D;
}
.BgClassName
{
background-color: #61405D;
}
</style>
border-color css
<style>
span { border-color: #61405D; }
span { border-color: rgb(97,64,93); }
td.TdClassName
{
border-color: #61405D;
}
.TagClassName
{
border-color: #61405D;
}
</style>