Shades of Purple Taupe #61445F
Tints of Purple Taupe #61445F
RGB
CMYK
RGB Variations
Color information
#61445F (or 0x61445F) is known color: Purple Taupe. HEX triplet: 61, 44 and 5F. RGB value is (97,68,95). Sum of RGB (Red+Green+Blue) = 97+68+95=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445F is #9EBBA0. Grayscale: #4F4F4F. Windows color (decimal): -10402721 or 6243425. OLE color: 6243425.
HSL color Cylindrical-coordinate representation of color #61445F: hue angle of 304.14º 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 #61445F is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 95 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.62 |
| HSL | 304.14º | 0.18% | 0.32% | - |
| HSV(B) | 304.14º | 0.3% | 0.38% | - |
| XYZ | 9.06 | 7.5 | 11.8 | - |
| YUV | 79.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 95 | 0 | 0.30 | 0.02 | 0.62 | 304.14 | 0.18 | 0.32 |
| Hex | 61 | 44 | 5F | 0 | 1E | 2 | 3E | 130 | 12 | 20 |
| Octal | 141 | 104 | 137 | 0 | 36 | 2 | 76 | 460 | 22 | 40 |
| Binary | 1100001 | 1000100 | 1011111 | 0 | 11110 | 10 | 111110 | 100110000 | 10010 | 100000 |
Color Harmonies of #61445F
Complementary color
Monochromatic Colors of #61445F
Black with #61445F
Text Example
Text Example
White with #61445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61445F; }
p { color: rgb(97,68,95); }
H1.HeaderClassName
{
color: #61445F;
}
.AnyTagClassName
{
color: #61445F;
}
</style>
background-color css
<style>
a { background-color: #61445F; }
a { background-color: rgb(97,68,95); }
div.DivClassName
{
background-color: #61445F;
}
.BgClassName
{
background-color: #61445F;
}
</style>
border-color css
<style>
span { border-color: #61445F; }
span { border-color: rgb(97,68,95); }
td.TdClassName
{
border-color: #61445F;
}
.TagClassName
{
border-color: #61445F;
}
</style>