Shades of Purple Taupe #603F55
Tints of Purple Taupe #603F55
RGB
CMYK
RGB Variations
Color information
#603F55 (or 0x603F55) is known color: Purple Taupe. HEX triplet: 60, 3F and 55. RGB value is (96,63,85). Sum of RGB (Red+Green+Blue) = 96+63+85=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #603F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F55 is #9FC0AA. Grayscale: #4B4B4B. Windows color (decimal): -10469547 or 5586784. OLE color: 5586784.
HSL color Cylindrical-coordinate representation of color #603F55: hue angle of 320º 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 #603F55 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 85 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.62 |
| HSL | 320º | 0.21% | 0.31% | - |
| HSV(B) | 320º | 0.34% | 0.38% | - |
| XYZ | 8.24 | 6.7 | 9.45 | - |
| YUV | 75.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 85 | 0 | 0.34 | 0.11 | 0.62 | 320 | 0.21 | 0.31 |
| Hex | 60 | 3F | 55 | 0 | 22 | B | 3E | 140 | 15 | 1F |
| Octal | 140 | 77 | 125 | 0 | 42 | 13 | 76 | 500 | 25 | 37 |
| Binary | 1100000 | 111111 | 1010101 | 0 | 100010 | 1011 | 111110 | 101000000 | 10101 | 11111 |
Color Harmonies of #603F55
Complementary color
Monochromatic Colors of #603F55
Black with #603F55
Text Example
Text Example
White with #603F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F55; }
p { color: rgb(96,63,85); }
H1.HeaderClassName
{
color: #603F55;
}
.AnyTagClassName
{
color: #603F55;
}
</style>
background-color css
<style>
a { background-color: #603F55; }
a { background-color: rgb(96,63,85); }
div.DivClassName
{
background-color: #603F55;
}
.BgClassName
{
background-color: #603F55;
}
</style>
border-color css
<style>
span { border-color: #603F55; }
span { border-color: rgb(96,63,85); }
td.TdClassName
{
border-color: #603F55;
}
.TagClassName
{
border-color: #603F55;
}
</style>