Shades of Purple Taupe #613B54
Tints of Purple Taupe #613B54
RGB
CMYK
RGB Variations
Color information
#613B54 (or 0x613B54) is known color: Purple Taupe. HEX triplet: 61, 3B and 54. RGB value is (97,59,84). Sum of RGB (Red+Green+Blue) = 97+59+84=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B54 is #9EC4AB. Grayscale: #494949. Windows color (decimal): -10405036 or 5520225. OLE color: 5520225.
HSL color Cylindrical-coordinate representation of color #613B54: hue angle of 320.53º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B54 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 84 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.62 |
| HSL | 320.53º | 0.24% | 0.31% | - |
| HSV(B) | 320.53º | 0.39% | 0.38% | - |
| XYZ | 8.09 | 6.31 | 9.18 | - |
| YUV | 73.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 84 | 0 | 0.39 | 0.13 | 0.62 | 320.53 | 0.24 | 0.31 |
| Hex | 61 | 3B | 54 | 0 | 27 | D | 3E | 141 | 18 | 1F |
| Octal | 141 | 73 | 124 | 0 | 47 | 15 | 76 | 501 | 30 | 37 |
| Binary | 1100001 | 111011 | 1010100 | 0 | 100111 | 1101 | 111110 | 101000001 | 11000 | 11111 |
Color Harmonies of #613B54
Complementary color
Monochromatic Colors of #613B54
Black with #613B54
Text Example
Text Example
White with #613B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B54; }
p { color: rgb(97,59,84); }
H1.HeaderClassName
{
color: #613B54;
}
.AnyTagClassName
{
color: #613B54;
}
</style>
background-color css
<style>
a { background-color: #613B54; }
a { background-color: rgb(97,59,84); }
div.DivClassName
{
background-color: #613B54;
}
.BgClassName
{
background-color: #613B54;
}
</style>
border-color css
<style>
span { border-color: #613B54; }
span { border-color: rgb(97,59,84); }
td.TdClassName
{
border-color: #613B54;
}
.TagClassName
{
border-color: #613B54;
}
</style>