Shades of Purple Taupe #61495C
Tints of Purple Taupe #61495C
RGB
CMYK
RGB Variations
Color information
#61495C (or 0x61495C) is known color: Purple Taupe. HEX triplet: 61, 49 and 5C. RGB value is (97,73,92). Sum of RGB (Red+Green+Blue) = 97+73+92=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495C is #9EB6A3. Grayscale: #525252. Windows color (decimal): -10401444 or 6048097. OLE color: 6048097.
HSL color Cylindrical-coordinate representation of color #61495C: hue angle of 312.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61495C is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 92 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.62 |
| HSL | 312.5º | 0.14% | 0.33% | - |
| HSV(B) | 312.5º | 0.25% | 0.38% | - |
| XYZ | 9.24 | 8.08 | 11.2 | - |
| YUV | 82.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 92 | 0 | 0.25 | 0.05 | 0.62 | 312.5 | 0.14 | 0.33 |
| Hex | 61 | 49 | 5C | 0 | 19 | 5 | 3E | 138 | E | 21 |
| Octal | 141 | 111 | 134 | 0 | 31 | 5 | 76 | 470 | 16 | 41 |
| Binary | 1100001 | 1001001 | 1011100 | 0 | 11001 | 101 | 111110 | 100111000 | 1110 | 100001 |
Color Harmonies of #61495C
Complementary color
Monochromatic Colors of #61495C
Black with #61495C
Text Example
Text Example
White with #61495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61495C; }
p { color: rgb(97,73,92); }
H1.HeaderClassName
{
color: #61495C;
}
.AnyTagClassName
{
color: #61495C;
}
</style>
background-color css
<style>
a { background-color: #61495C; }
a { background-color: rgb(97,73,92); }
div.DivClassName
{
background-color: #61495C;
}
.BgClassName
{
background-color: #61495C;
}
</style>
border-color css
<style>
span { border-color: #61495C; }
span { border-color: rgb(97,73,92); }
td.TdClassName
{
border-color: #61495C;
}
.TagClassName
{
border-color: #61495C;
}
</style>