Shades of Purple Taupe #61445E
Tints of Purple Taupe #61445E
RGB
CMYK
RGB Variations
Color information
#61445E (or 0x61445E) is known color: Purple Taupe. HEX triplet: 61, 44 and 5E. RGB value is (97,68,94). Sum of RGB (Red+Green+Blue) = 97+68+94=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445E is #9EBBA1. Grayscale: #4F4F4F. Windows color (decimal): -10402722 or 6177889. OLE color: 6177889.
HSL color Cylindrical-coordinate representation of color #61445E: hue angle of 306.21º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61445E is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 94 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.62 |
| HSL | 306.21º | 0.18% | 0.32% | - |
| HSV(B) | 306.21º | 0.3% | 0.38% | - |
| XYZ | 9.02 | 7.48 | 11.56 | - |
| YUV | 79.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 94 | 0 | 0.30 | 0.03 | 0.62 | 306.21 | 0.18 | 0.32 |
| Hex | 61 | 44 | 5E | 0 | 1E | 3 | 3E | 132 | 12 | 20 |
| Octal | 141 | 104 | 136 | 0 | 36 | 3 | 76 | 462 | 22 | 40 |
| Binary | 1100001 | 1000100 | 1011110 | 0 | 11110 | 11 | 111110 | 100110010 | 10010 | 100000 |
Color Harmonies of #61445E
Complementary color
Monochromatic Colors of #61445E
Black with #61445E
Text Example
Text Example
White with #61445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61445E; }
p { color: rgb(97,68,94); }
H1.HeaderClassName
{
color: #61445E;
}
.AnyTagClassName
{
color: #61445E;
}
</style>
background-color css
<style>
a { background-color: #61445E; }
a { background-color: rgb(97,68,94); }
div.DivClassName
{
background-color: #61445E;
}
.BgClassName
{
background-color: #61445E;
}
</style>
border-color css
<style>
span { border-color: #61445E; }
span { border-color: rgb(97,68,94); }
td.TdClassName
{
border-color: #61445E;
}
.TagClassName
{
border-color: #61445E;
}
</style>