Shades of Purple Taupe #603F5B
Tints of Purple Taupe #603F5B
RGB
CMYK
RGB Variations
Color information
#603F5B (or 0x603F5B) is known color: Purple Taupe. HEX triplet: 60, 3F and 5B. RGB value is (96,63,91). Sum of RGB (Red+Green+Blue) = 96+63+91=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #603F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F5B is #9FC0A4. Grayscale: #4B4B4B. Windows color (decimal): -10469541 or 5980000. OLE color: 5980000.
HSL color Cylindrical-coordinate representation of color #603F5B: hue angle of 309.09º 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 #603F5B is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 91 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.62 |
| HSL | 309.09º | 0.21% | 0.31% | - |
| HSV(B) | 309.09º | 0.34% | 0.38% | - |
| XYZ | 8.49 | 6.8 | 10.76 | - |
| YUV | 76.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 91 | 0 | 0.34 | 0.05 | 0.62 | 309.09 | 0.21 | 0.31 |
| Hex | 60 | 3F | 5B | 0 | 22 | 5 | 3E | 135 | 15 | 1F |
| Octal | 140 | 77 | 133 | 0 | 42 | 5 | 76 | 465 | 25 | 37 |
| Binary | 1100000 | 111111 | 1011011 | 0 | 100010 | 101 | 111110 | 100110101 | 10101 | 11111 |
Color Harmonies of #603F5B
Complementary color
Monochromatic Colors of #603F5B
Black with #603F5B
Text Example
Text Example
White with #603F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F5B; }
p { color: rgb(96,63,91); }
H1.HeaderClassName
{
color: #603F5B;
}
.AnyTagClassName
{
color: #603F5B;
}
</style>
background-color css
<style>
a { background-color: #603F5B; }
a { background-color: rgb(96,63,91); }
div.DivClassName
{
background-color: #603F5B;
}
.BgClassName
{
background-color: #603F5B;
}
</style>
border-color css
<style>
span { border-color: #603F5B; }
span { border-color: rgb(96,63,91); }
td.TdClassName
{
border-color: #603F5B;
}
.TagClassName
{
border-color: #603F5B;
}
</style>