Shades of Purple Taupe #613A54
Tints of Purple Taupe #613A54
RGB
CMYK
RGB Variations
Color information
#613A54 (or 0x613A54) is known color: Purple Taupe. HEX triplet: 61, 3A and 54. RGB value is (97,58,84). Sum of RGB (Red+Green+Blue) = 97+58+84=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #613A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A54 is #9EC5AB. Grayscale: #484848. Windows color (decimal): -10405292 or 5519969. OLE color: 5519969.
HSL color Cylindrical-coordinate representation of color #613A54: hue angle of 320º 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 #613A54 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 58 | 84 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.62 |
| HSL | 320º | 0.25% | 0.3% | - |
| HSV(B) | 320º | 0.4% | 0.38% | - |
| XYZ | 8.04 | 6.21 | 9.16 | - |
| YUV | 72.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 84 | 0 | 0.40 | 0.13 | 0.62 | 320 | 0.25 | 0.3 |
| Hex | 61 | 3A | 54 | 0 | 28 | D | 3E | 140 | 19 | 1E |
| Octal | 141 | 72 | 124 | 0 | 50 | 15 | 76 | 500 | 31 | 36 |
| Binary | 1100001 | 111010 | 1010100 | 0 | 101000 | 1101 | 111110 | 101000000 | 11001 | 11110 |
Color Harmonies of #613A54
Complementary color
Monochromatic Colors of #613A54
Black with #613A54
Text Example
Text Example
White with #613A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613A54; }
p { color: rgb(97,58,84); }
H1.HeaderClassName
{
color: #613A54;
}
.AnyTagClassName
{
color: #613A54;
}
</style>
background-color css
<style>
a { background-color: #613A54; }
a { background-color: rgb(97,58,84); }
div.DivClassName
{
background-color: #613A54;
}
.BgClassName
{
background-color: #613A54;
}
</style>
border-color css
<style>
span { border-color: #613A54; }
span { border-color: rgb(97,58,84); }
td.TdClassName
{
border-color: #613A54;
}
.TagClassName
{
border-color: #613A54;
}
</style>