Shades of Purple Taupe #603F59
Tints of Purple Taupe #603F59
RGB
CMYK
RGB Variations
Color information
#603F59 (or 0x603F59) is known color: Purple Taupe. HEX triplet: 60, 3F and 59. RGB value is (96,63,89). Sum of RGB (Red+Green+Blue) = 96+63+89=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F59 is #9FC0A6. Grayscale: #4B4B4B. Windows color (decimal): -10469543 or 5848928. OLE color: 5848928.
HSL color Cylindrical-coordinate representation of color #603F59: hue angle of 312.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F59 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 89 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.62 |
| HSL | 312.73º | 0.21% | 0.31% | - |
| HSV(B) | 312.73º | 0.34% | 0.38% | - |
| XYZ | 8.4 | 6.76 | 10.31 | - |
| YUV | 75.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 89 | 0 | 0.34 | 0.07 | 0.62 | 312.73 | 0.21 | 0.31 |
| Hex | 60 | 3F | 59 | 0 | 22 | 7 | 3E | 139 | 15 | 1F |
| Octal | 140 | 77 | 131 | 0 | 42 | 7 | 76 | 471 | 25 | 37 |
| Binary | 1100000 | 111111 | 1011001 | 0 | 100010 | 111 | 111110 | 100111001 | 10101 | 11111 |
Color Harmonies of #603F59
Complementary color
Monochromatic Colors of #603F59
Black with #603F59
Text Example
Text Example
White with #603F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F59; }
p { color: rgb(96,63,89); }
H1.HeaderClassName
{
color: #603F59;
}
.AnyTagClassName
{
color: #603F59;
}
</style>
background-color css
<style>
a { background-color: #603F59; }
a { background-color: rgb(96,63,89); }
div.DivClassName
{
background-color: #603F59;
}
.BgClassName
{
background-color: #603F59;
}
</style>
border-color css
<style>
span { border-color: #603F59; }
span { border-color: rgb(96,63,89); }
td.TdClassName
{
border-color: #603F59;
}
.TagClassName
{
border-color: #603F59;
}
</style>