Shades of Purple Taupe #613D58
Tints of Purple Taupe #613D58
RGB
CMYK
RGB Variations
Color information
#613D58 (or 0x613D58) is known color: Purple Taupe. HEX triplet: 61, 3D and 58. RGB value is (97,61,88). Sum of RGB (Red+Green+Blue) = 97+61+88=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #613D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D58 is #9EC2A7. Grayscale: #4A4A4A. Windows color (decimal): -10404520 or 5782881. OLE color: 5782881.
HSL color Cylindrical-coordinate representation of color #613D58: hue angle of 315º 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 #613D58 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 88 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.62 |
| HSL | 315º | 0.23% | 0.31% | - |
| HSV(B) | 315º | 0.37% | 0.38% | - |
| XYZ | 8.36 | 6.58 | 10.06 | - |
| YUV | 74.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 88 | 0 | 0.37 | 0.09 | 0.62 | 315 | 0.23 | 0.31 |
| Hex | 61 | 3D | 58 | 0 | 25 | 9 | 3E | 13B | 17 | 1F |
| Octal | 141 | 75 | 130 | 0 | 45 | 11 | 76 | 473 | 27 | 37 |
| Binary | 1100001 | 111101 | 1011000 | 0 | 100101 | 1001 | 111110 | 100111011 | 10111 | 11111 |
Color Harmonies of #613D58
Complementary color
Monochromatic Colors of #613D58
Black with #613D58
Text Example
Text Example
White with #613D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D58; }
p { color: rgb(97,61,88); }
H1.HeaderClassName
{
color: #613D58;
}
.AnyTagClassName
{
color: #613D58;
}
</style>
background-color css
<style>
a { background-color: #613D58; }
a { background-color: rgb(97,61,88); }
div.DivClassName
{
background-color: #613D58;
}
.BgClassName
{
background-color: #613D58;
}
</style>
border-color css
<style>
span { border-color: #613D58; }
span { border-color: rgb(97,61,88); }
td.TdClassName
{
border-color: #613D58;
}
.TagClassName
{
border-color: #613D58;
}
</style>