Shades of Purple Taupe #61425C
Tints of Purple Taupe #61425C
RGB
CMYK
RGB Variations
Color information
#61425C (or 0x61425C) is known color: Purple Taupe. HEX triplet: 61, 42 and 5C. RGB value is (97,66,92). Sum of RGB (Red+Green+Blue) = 97+66+92=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61425C is #9EBDA3. Grayscale: #4E4E4E. Windows color (decimal): -10403236 or 6046305. OLE color: 6046305.
HSL color Cylindrical-coordinate representation of color #61425C: hue angle of 309.68º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61425C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 92 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.62 |
| HSL | 309.68º | 0.19% | 0.32% | - |
| HSV(B) | 309.68º | 0.32% | 0.38% | - |
| XYZ | 8.81 | 7.21 | 11.05 | - |
| YUV | 78.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 92 | 0 | 0.32 | 0.05 | 0.62 | 309.68 | 0.19 | 0.32 |
| Hex | 61 | 42 | 5C | 0 | 20 | 5 | 3E | 136 | 13 | 20 |
| Octal | 141 | 102 | 134 | 0 | 40 | 5 | 76 | 466 | 23 | 40 |
| Binary | 1100001 | 1000010 | 1011100 | 0 | 100000 | 101 | 111110 | 100110110 | 10011 | 100000 |
Color Harmonies of #61425C
Complementary color
Monochromatic Colors of #61425C
Black with #61425C
Text Example
Text Example
White with #61425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61425C; }
p { color: rgb(97,66,92); }
H1.HeaderClassName
{
color: #61425C;
}
.AnyTagClassName
{
color: #61425C;
}
</style>
background-color css
<style>
a { background-color: #61425C; }
a { background-color: rgb(97,66,92); }
div.DivClassName
{
background-color: #61425C;
}
.BgClassName
{
background-color: #61425C;
}
</style>
border-color css
<style>
span { border-color: #61425C; }
span { border-color: rgb(97,66,92); }
td.TdClassName
{
border-color: #61425C;
}
.TagClassName
{
border-color: #61425C;
}
</style>