Shades of Purple Taupe #614B5C
Tints of Purple Taupe #614B5C
RGB
CMYK
RGB Variations
Color information
#614B5C (or 0x614B5C) is known color: Purple Taupe. HEX triplet: 61, 4B and 5C. RGB value is (97,75,92). Sum of RGB (Red+Green+Blue) = 97+75+92=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #614B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B5C is #9EB4A3. Grayscale: #535353. Windows color (decimal): -10400932 or 6048609. OLE color: 6048609.
HSL color Cylindrical-coordinate representation of color #614B5C: hue angle of 313.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B5C is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 92 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.62 |
| HSL | 313.64º | 0.13% | 0.34% | - |
| HSV(B) | 313.64º | 0.23% | 0.38% | - |
| XYZ | 9.38 | 8.35 | 11.24 | - |
| YUV | 83.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 92 | 0 | 0.23 | 0.05 | 0.62 | 313.64 | 0.13 | 0.34 |
| Hex | 61 | 4B | 5C | 0 | 17 | 5 | 3E | 13A | D | 22 |
| Octal | 141 | 113 | 134 | 0 | 27 | 5 | 76 | 472 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1011100 | 0 | 10111 | 101 | 111110 | 100111010 | 1101 | 100010 |
Color Harmonies of #614B5C
Complementary color
Monochromatic Colors of #614B5C
Black with #614B5C
Text Example
Text Example
White with #614B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B5C; }
p { color: rgb(97,75,92); }
H1.HeaderClassName
{
color: #614B5C;
}
.AnyTagClassName
{
color: #614B5C;
}
</style>
background-color css
<style>
a { background-color: #614B5C; }
a { background-color: rgb(97,75,92); }
div.DivClassName
{
background-color: #614B5C;
}
.BgClassName
{
background-color: #614B5C;
}
</style>
border-color css
<style>
span { border-color: #614B5C; }
span { border-color: rgb(97,75,92); }
td.TdClassName
{
border-color: #614B5C;
}
.TagClassName
{
border-color: #614B5C;
}
</style>