Shades of Purple Taupe #603F5A
Tints of Purple Taupe #603F5A
RGB
CMYK
RGB Variations
Color information
#603F5A (or 0x603F5A) is known color: Purple Taupe. HEX triplet: 60, 3F and 5A. RGB value is (96,63,90). Sum of RGB (Red+Green+Blue) = 96+63+90=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #603F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F5A is #9FC0A5. Grayscale: #4B4B4B. Windows color (decimal): -10469542 or 5914464. OLE color: 5914464.
HSL color Cylindrical-coordinate representation of color #603F5A: hue angle of 310.91º 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 #603F5A is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 90 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.62 |
| HSL | 310.91º | 0.21% | 0.31% | - |
| HSV(B) | 310.91º | 0.34% | 0.38% | - |
| XYZ | 8.45 | 6.78 | 10.54 | - |
| YUV | 75.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 90 | 0 | 0.34 | 0.06 | 0.62 | 310.91 | 0.21 | 0.31 |
| Hex | 60 | 3F | 5A | 0 | 22 | 6 | 3E | 137 | 15 | 1F |
| Octal | 140 | 77 | 132 | 0 | 42 | 6 | 76 | 467 | 25 | 37 |
| Binary | 1100000 | 111111 | 1011010 | 0 | 100010 | 110 | 111110 | 100110111 | 10101 | 11111 |
Color Harmonies of #603F5A
Complementary color
Monochromatic Colors of #603F5A
Black with #603F5A
Text Example
Text Example
White with #603F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F5A; }
p { color: rgb(96,63,90); }
H1.HeaderClassName
{
color: #603F5A;
}
.AnyTagClassName
{
color: #603F5A;
}
</style>
background-color css
<style>
a { background-color: #603F5A; }
a { background-color: rgb(96,63,90); }
div.DivClassName
{
background-color: #603F5A;
}
.BgClassName
{
background-color: #603F5A;
}
</style>
border-color css
<style>
span { border-color: #603F5A; }
span { border-color: rgb(96,63,90); }
td.TdClassName
{
border-color: #603F5A;
}
.TagClassName
{
border-color: #603F5A;
}
</style>