Shades of Purple Taupe #61405A
Tints of Purple Taupe #61405A
RGB
CMYK
RGB Variations
Color information
#61405A (or 0x61405A) is known color: Purple Taupe. HEX triplet: 61, 40 and 5A. RGB value is (97,64,90). Sum of RGB (Red+Green+Blue) = 97+64+90=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #61405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61405A is #9EBFA5. Grayscale: #4C4C4C. Windows color (decimal): -10403750 or 5914721. OLE color: 5914721.
HSL color Cylindrical-coordinate representation of color #61405A: hue angle of 312.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61405A is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 90 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.62 |
| HSL | 312.73º | 0.2% | 0.32% | - |
| HSV(B) | 312.73º | 0.34% | 0.38% | - |
| XYZ | 8.61 | 6.95 | 10.56 | - |
| YUV | 76.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 90 | 0 | 0.34 | 0.07 | 0.62 | 312.73 | 0.2 | 0.32 |
| Hex | 61 | 40 | 5A | 0 | 22 | 7 | 3E | 139 | 14 | 20 |
| Octal | 141 | 100 | 132 | 0 | 42 | 7 | 76 | 471 | 24 | 40 |
| Binary | 1100001 | 1000000 | 1011010 | 0 | 100010 | 111 | 111110 | 100111001 | 10100 | 100000 |
Color Harmonies of #61405A
Complementary color
Monochromatic Colors of #61405A
Black with #61405A
Text Example
Text Example
White with #61405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61405A; }
p { color: rgb(97,64,90); }
H1.HeaderClassName
{
color: #61405A;
}
.AnyTagClassName
{
color: #61405A;
}
</style>
background-color css
<style>
a { background-color: #61405A; }
a { background-color: rgb(97,64,90); }
div.DivClassName
{
background-color: #61405A;
}
.BgClassName
{
background-color: #61405A;
}
</style>
border-color css
<style>
span { border-color: #61405A; }
span { border-color: rgb(97,64,90); }
td.TdClassName
{
border-color: #61405A;
}
.TagClassName
{
border-color: #61405A;
}
</style>