Shades of Purple Taupe #61455E
Tints of Purple Taupe #61455E
RGB
CMYK
RGB Variations
Color information
#61455E (or 0x61455E) is known color: Purple Taupe. HEX triplet: 61, 45 and 5E. RGB value is (97,69,94). Sum of RGB (Red+Green+Blue) = 97+69+94=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61455E is #9EBAA1. Grayscale: #505050. Windows color (decimal): -10402466 or 6178145. OLE color: 6178145.
HSL color Cylindrical-coordinate representation of color #61455E: hue angle of 306.43º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61455E is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 69 | 94 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.62 |
| HSL | 306.43º | 0.17% | 0.33% | - |
| HSV(B) | 306.43º | 0.29% | 0.38% | - |
| XYZ | 9.08 | 7.61 | 11.58 | - |
| YUV | 80.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 94 | 0 | 0.29 | 0.03 | 0.62 | 306.43 | 0.17 | 0.33 |
| Hex | 61 | 45 | 5E | 0 | 1D | 3 | 3E | 132 | 11 | 21 |
| Octal | 141 | 105 | 136 | 0 | 35 | 3 | 76 | 462 | 21 | 41 |
| Binary | 1100001 | 1000101 | 1011110 | 0 | 11101 | 11 | 111110 | 100110010 | 10001 | 100001 |
Color Harmonies of #61455E
Complementary color
Monochromatic Colors of #61455E
Black with #61455E
Text Example
Text Example
White with #61455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61455E; }
p { color: rgb(97,69,94); }
H1.HeaderClassName
{
color: #61455E;
}
.AnyTagClassName
{
color: #61455E;
}
</style>
background-color css
<style>
a { background-color: #61455E; }
a { background-color: rgb(97,69,94); }
div.DivClassName
{
background-color: #61455E;
}
.BgClassName
{
background-color: #61455E;
}
</style>
border-color css
<style>
span { border-color: #61455E; }
span { border-color: rgb(97,69,94); }
td.TdClassName
{
border-color: #61455E;
}
.TagClassName
{
border-color: #61455E;
}
</style>