Shades of Purple Taupe #61485D
Tints of Purple Taupe #61485D
RGB
CMYK
RGB Variations
Color information
#61485D (or 0x61485D) is known color: Purple Taupe. HEX triplet: 61, 48 and 5D. RGB value is (97,72,93). Sum of RGB (Red+Green+Blue) = 97+72+93=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61485D is #9EB7A2. Grayscale: #515151. Windows color (decimal): -10401699 or 6113377. OLE color: 6113377.
HSL color Cylindrical-coordinate representation of color #61485D: hue angle of 309.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #61485D is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 72 | 93 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.62 |
| HSL | 309.6º | 0.15% | 0.33% | - |
| HSV(B) | 309.6º | 0.26% | 0.38% | - |
| XYZ | 9.22 | 7.97 | 11.41 | - |
| YUV | 81.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 93 | 0 | 0.26 | 0.04 | 0.62 | 309.6 | 0.15 | 0.33 |
| Hex | 61 | 48 | 5D | 0 | 1A | 4 | 3E | 136 | F | 21 |
| Octal | 141 | 110 | 135 | 0 | 32 | 4 | 76 | 466 | 17 | 41 |
| Binary | 1100001 | 1001000 | 1011101 | 0 | 11010 | 100 | 111110 | 100110110 | 1111 | 100001 |
Color Harmonies of #61485D
Complementary color
Monochromatic Colors of #61485D
Black with #61485D
Text Example
Text Example
White with #61485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61485D; }
p { color: rgb(97,72,93); }
H1.HeaderClassName
{
color: #61485D;
}
.AnyTagClassName
{
color: #61485D;
}
</style>
background-color css
<style>
a { background-color: #61485D; }
a { background-color: rgb(97,72,93); }
div.DivClassName
{
background-color: #61485D;
}
.BgClassName
{
background-color: #61485D;
}
</style>
border-color css
<style>
span { border-color: #61485D; }
span { border-color: rgb(97,72,93); }
td.TdClassName
{
border-color: #61485D;
}
.TagClassName
{
border-color: #61485D;
}
</style>