Shades of Purple Taupe #613A55
Tints of Purple Taupe #613A55
RGB
CMYK
RGB Variations
Color information
#613A55 (or 0x613A55) is known color: Purple Taupe. HEX triplet: 61, 3A and 55. RGB value is (97,58,85). Sum of RGB (Red+Green+Blue) = 97+58+85=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A55 is #9EC5AA. Grayscale: #484848. Windows color (decimal): -10405291 or 5585505. OLE color: 5585505.
HSL color Cylindrical-coordinate representation of color #613A55: hue angle of 318.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A55 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 85 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.62 |
| HSL | 318.46º | 0.25% | 0.3% | - |
| HSV(B) | 318.46º | 0.4% | 0.38% | - |
| XYZ | 8.08 | 6.22 | 9.37 | - |
| YUV | 72.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 85 | 0 | 0.40 | 0.12 | 0.62 | 318.46 | 0.25 | 0.3 |
| Hex | 61 | 3A | 55 | 0 | 28 | C | 3E | 13E | 19 | 1E |
| Octal | 141 | 72 | 125 | 0 | 50 | 14 | 76 | 476 | 31 | 36 |
| Binary | 1100001 | 111010 | 1010101 | 0 | 101000 | 1100 | 111110 | 100111110 | 11001 | 11110 |
Color Harmonies of #613A55
Complementary color
Monochromatic Colors of #613A55
Black with #613A55
Text Example
Text Example
White with #613A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A55; }
p { color: rgb(97,58,85); }
H1.HeaderClassName
{
color: #613A55;
}
.AnyTagClassName
{
color: #613A55;
}
</style>
background-color css
<style>
a { background-color: #613A55; }
a { background-color: rgb(97,58,85); }
div.DivClassName
{
background-color: #613A55;
}
.BgClassName
{
background-color: #613A55;
}
</style>
border-color css
<style>
span { border-color: #613A55; }
span { border-color: rgb(97,58,85); }
td.TdClassName
{
border-color: #613A55;
}
.TagClassName
{
border-color: #613A55;
}
</style>