Shades of Purple Taupe #61415E
Tints of Purple Taupe #61415E
RGB
CMYK
RGB Variations
Color information
#61415E (or 0x61415E) is known color: Purple Taupe. HEX triplet: 61, 41 and 5E. RGB value is (97,65,94). Sum of RGB (Red+Green+Blue) = 97+65+94=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61415E is #9EBEA1. Grayscale: #4D4D4D. Windows color (decimal): -10403490 or 6177121. OLE color: 6177121.
HSL color Cylindrical-coordinate representation of color #61415E: hue angle of 305.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61415E is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 94 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.62 |
| HSL | 305.63º | 0.2% | 0.32% | - |
| HSV(B) | 305.63º | 0.33% | 0.38% | - |
| XYZ | 8.84 | 7.13 | 11.5 | - |
| YUV | 77.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 94 | 0 | 0.33 | 0.03 | 0.62 | 305.63 | 0.2 | 0.32 |
| Hex | 61 | 41 | 5E | 0 | 21 | 3 | 3E | 132 | 14 | 20 |
| Octal | 141 | 101 | 136 | 0 | 41 | 3 | 76 | 462 | 24 | 40 |
| Binary | 1100001 | 1000001 | 1011110 | 0 | 100001 | 11 | 111110 | 100110010 | 10100 | 100000 |
Color Harmonies of #61415E
Complementary color
Monochromatic Colors of #61415E
Black with #61415E
Text Example
Text Example
White with #61415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61415E; }
p { color: rgb(97,65,94); }
H1.HeaderClassName
{
color: #61415E;
}
.AnyTagClassName
{
color: #61415E;
}
</style>
background-color css
<style>
a { background-color: #61415E; }
a { background-color: rgb(97,65,94); }
div.DivClassName
{
background-color: #61415E;
}
.BgClassName
{
background-color: #61415E;
}
</style>
border-color css
<style>
span { border-color: #61415E; }
span { border-color: rgb(97,65,94); }
td.TdClassName
{
border-color: #61415E;
}
.TagClassName
{
border-color: #61415E;
}
</style>