Shades of Purple Taupe #61445D
Tints of Purple Taupe #61445D
RGB
CMYK
RGB Variations
Color information
#61445D (or 0x61445D) is known color: Purple Taupe. HEX triplet: 61, 44 and 5D. RGB value is (97,68,93). Sum of RGB (Red+Green+Blue) = 97+68+93=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445D is #9EBBA2. Grayscale: #4F4F4F. Windows color (decimal): -10402723 or 6112353. OLE color: 6112353.
HSL color Cylindrical-coordinate representation of color #61445D: hue angle of 308.28º 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 #61445D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 93 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.62 |
| HSL | 308.28º | 0.18% | 0.32% | - |
| HSV(B) | 308.28º | 0.3% | 0.38% | - |
| XYZ | 8.97 | 7.47 | 11.32 | - |
| YUV | 79.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 93 | 0 | 0.30 | 0.04 | 0.62 | 308.28 | 0.18 | 0.32 |
| Hex | 61 | 44 | 5D | 0 | 1E | 4 | 3E | 134 | 12 | 20 |
| Octal | 141 | 104 | 135 | 0 | 36 | 4 | 76 | 464 | 22 | 40 |
| Binary | 1100001 | 1000100 | 1011101 | 0 | 11110 | 100 | 111110 | 100110100 | 10010 | 100000 |
Color Harmonies of #61445D
Complementary color
Monochromatic Colors of #61445D
Black with #61445D
Text Example
Text Example
White with #61445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61445D; }
p { color: rgb(97,68,93); }
H1.HeaderClassName
{
color: #61445D;
}
.AnyTagClassName
{
color: #61445D;
}
</style>
background-color css
<style>
a { background-color: #61445D; }
a { background-color: rgb(97,68,93); }
div.DivClassName
{
background-color: #61445D;
}
.BgClassName
{
background-color: #61445D;
}
</style>
border-color css
<style>
span { border-color: #61445D; }
span { border-color: rgb(97,68,93); }
td.TdClassName
{
border-color: #61445D;
}
.TagClassName
{
border-color: #61445D;
}
</style>