Shades of Purple Taupe #613D56
Tints of Purple Taupe #613D56
RGB
CMYK
RGB Variations
Color information
#613D56 (or 0x613D56) is known color: Purple Taupe. HEX triplet: 61, 3D and 56. RGB value is (97,61,86). Sum of RGB (Red+Green+Blue) = 97+61+86=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #613D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D56 is #9EC2A9. Grayscale: #4A4A4A. Windows color (decimal): -10404522 or 5651809. OLE color: 5651809.
HSL color Cylindrical-coordinate representation of color #613D56: hue angle of 318.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D56 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 86 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.62 |
| HSL | 318.33º | 0.23% | 0.31% | - |
| HSV(B) | 318.33º | 0.37% | 0.38% | - |
| XYZ | 8.28 | 6.55 | 9.63 | - |
| YUV | 74.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 86 | 0 | 0.37 | 0.11 | 0.62 | 318.33 | 0.23 | 0.31 |
| Hex | 61 | 3D | 56 | 0 | 25 | B | 3E | 13E | 17 | 1F |
| Octal | 141 | 75 | 126 | 0 | 45 | 13 | 76 | 476 | 27 | 37 |
| Binary | 1100001 | 111101 | 1010110 | 0 | 100101 | 1011 | 111110 | 100111110 | 10111 | 11111 |
Color Harmonies of #613D56
Complementary color
Monochromatic Colors of #613D56
Black with #613D56
Text Example
Text Example
White with #613D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D56; }
p { color: rgb(97,61,86); }
H1.HeaderClassName
{
color: #613D56;
}
.AnyTagClassName
{
color: #613D56;
}
</style>
background-color css
<style>
a { background-color: #613D56; }
a { background-color: rgb(97,61,86); }
div.DivClassName
{
background-color: #613D56;
}
.BgClassName
{
background-color: #613D56;
}
</style>
border-color css
<style>
span { border-color: #613D56; }
span { border-color: rgb(97,61,86); }
td.TdClassName
{
border-color: #613D56;
}
.TagClassName
{
border-color: #613D56;
}
</style>