Shades of Purple Taupe #614A5B
Tints of Purple Taupe #614A5B
RGB
CMYK
RGB Variations
Color information
#614A5B (or 0x614A5B) is known color: Purple Taupe. HEX triplet: 61, 4A and 5B. RGB value is (97,74,91). Sum of RGB (Red+Green+Blue) = 97+74+91=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A5B is #9EB5A4. Grayscale: #525252. Windows color (decimal): -10401189 or 5982817. OLE color: 5982817.
HSL color Cylindrical-coordinate representation of color #614A5B: hue angle of 315.65º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A5B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 91 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.62 |
| HSL | 315.65º | 0.13% | 0.34% | - |
| HSV(B) | 315.65º | 0.24% | 0.38% | - |
| XYZ | 9.27 | 8.19 | 10.99 | - |
| YUV | 82.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 91 | 0 | 0.24 | 0.06 | 0.62 | 315.65 | 0.13 | 0.34 |
| Hex | 61 | 4A | 5B | 0 | 18 | 6 | 3E | 13C | D | 22 |
| Octal | 141 | 112 | 133 | 0 | 30 | 6 | 76 | 474 | 15 | 42 |
| Binary | 1100001 | 1001010 | 1011011 | 0 | 11000 | 110 | 111110 | 100111100 | 1101 | 100010 |
Color Harmonies of #614A5B
Complementary color
Monochromatic Colors of #614A5B
Black with #614A5B
Text Example
Text Example
White with #614A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A5B; }
p { color: rgb(97,74,91); }
H1.HeaderClassName
{
color: #614A5B;
}
.AnyTagClassName
{
color: #614A5B;
}
</style>
background-color css
<style>
a { background-color: #614A5B; }
a { background-color: rgb(97,74,91); }
div.DivClassName
{
background-color: #614A5B;
}
.BgClassName
{
background-color: #614A5B;
}
</style>
border-color css
<style>
span { border-color: #614A5B; }
span { border-color: rgb(97,74,91); }
td.TdClassName
{
border-color: #614A5B;
}
.TagClassName
{
border-color: #614A5B;
}
</style>