Shades of Purple Taupe #603C58
Tints of Purple Taupe #603C58
RGB
CMYK
RGB Variations
Color information
#603C58 (or 0x603C58) is known color: Purple Taupe. HEX triplet: 60, 3C and 58. RGB value is (96,60,88). Sum of RGB (Red+Green+Blue) = 96+60+88=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #603C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C58 is #9FC3A7. Grayscale: #494949. Windows color (decimal): -10470312 or 5782624. OLE color: 5782624.
HSL color Cylindrical-coordinate representation of color #603C58: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603C58 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 88 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.62 |
| HSL | 313.33º | 0.23% | 0.31% | - |
| HSV(B) | 313.33º | 0.38% | 0.38% | - |
| XYZ | 8.2 | 6.42 | 10.04 | - |
| YUV | 73.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 88 | 0 | 0.38 | 0.08 | 0.62 | 313.33 | 0.23 | 0.31 |
| Hex | 60 | 3C | 58 | 0 | 26 | 8 | 3E | 139 | 17 | 1F |
| Octal | 140 | 74 | 130 | 0 | 46 | 10 | 76 | 471 | 27 | 37 |
| Binary | 1100000 | 111100 | 1011000 | 0 | 100110 | 1000 | 111110 | 100111001 | 10111 | 11111 |
Color Harmonies of #603C58
Complementary color
Monochromatic Colors of #603C58
Black with #603C58
Text Example
Text Example
White with #603C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C58; }
p { color: rgb(96,60,88); }
H1.HeaderClassName
{
color: #603C58;
}
.AnyTagClassName
{
color: #603C58;
}
</style>
background-color css
<style>
a { background-color: #603C58; }
a { background-color: rgb(96,60,88); }
div.DivClassName
{
background-color: #603C58;
}
.BgClassName
{
background-color: #603C58;
}
</style>
border-color css
<style>
span { border-color: #603C58; }
span { border-color: rgb(96,60,88); }
td.TdClassName
{
border-color: #603C58;
}
.TagClassName
{
border-color: #603C58;
}
</style>