Shades of Purple Taupe #603B57
Tints of Purple Taupe #603B57
RGB
CMYK
RGB Variations
Color information
#603B57 (or 0x603B57) is known color: Purple Taupe. HEX triplet: 60, 3B and 57. RGB value is (96,59,87). Sum of RGB (Red+Green+Blue) = 96+59+87=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #603B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B57 is #9FC4A8. Grayscale: #494949. Windows color (decimal): -10470569 or 5716832. OLE color: 5716832.
HSL color Cylindrical-coordinate representation of color #603B57: hue angle of 314.59º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603B57 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 59 | 87 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.62 |
| HSL | 314.59º | 0.24% | 0.3% | - |
| HSV(B) | 314.59º | 0.39% | 0.38% | - |
| XYZ | 8.11 | 6.3 | 9.81 | - |
| YUV | 73.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 59 | 87 | 0 | 0.39 | 0.09 | 0.62 | 314.59 | 0.24 | 0.3 |
| Hex | 60 | 3B | 57 | 0 | 27 | 9 | 3E | 13B | 18 | 1E |
| Octal | 140 | 73 | 127 | 0 | 47 | 11 | 76 | 473 | 30 | 36 |
| Binary | 1100000 | 111011 | 1010111 | 0 | 100111 | 1001 | 111110 | 100111011 | 11000 | 11110 |
Color Harmonies of #603B57
Complementary color
Monochromatic Colors of #603B57
Black with #603B57
Text Example
Text Example
White with #603B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603B57; }
p { color: rgb(96,59,87); }
H1.HeaderClassName
{
color: #603B57;
}
.AnyTagClassName
{
color: #603B57;
}
</style>
background-color css
<style>
a { background-color: #603B57; }
a { background-color: rgb(96,59,87); }
div.DivClassName
{
background-color: #603B57;
}
.BgClassName
{
background-color: #603B57;
}
</style>
border-color css
<style>
span { border-color: #603B57; }
span { border-color: rgb(96,59,87); }
td.TdClassName
{
border-color: #603B57;
}
.TagClassName
{
border-color: #603B57;
}
</style>