Shades of Purple Taupe #603D58
Tints of Purple Taupe #603D58
RGB
CMYK
RGB Variations
Color information
#603D58 (or 0x603D58) is known color: Purple Taupe. HEX triplet: 60, 3D and 58. RGB value is (96,61,88). Sum of RGB (Red+Green+Blue) = 96+61+88=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #603D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D58 is #9FC2A7. Grayscale: #4A4A4A. Windows color (decimal): -10470056 or 5782880. OLE color: 5782880.
HSL color Cylindrical-coordinate representation of color #603D58: hue angle of 313.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #603D58 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 88 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.62 |
| HSL | 313.71º | 0.22% | 0.31% | - |
| HSV(B) | 313.71º | 0.36% | 0.38% | - |
| XYZ | 8.25 | 6.53 | 10.06 | - |
| YUV | 74.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 88 | 0 | 0.36 | 0.08 | 0.62 | 313.71 | 0.22 | 0.31 |
| Hex | 60 | 3D | 58 | 0 | 24 | 8 | 3E | 13A | 16 | 1F |
| Octal | 140 | 75 | 130 | 0 | 44 | 10 | 76 | 472 | 26 | 37 |
| Binary | 1100000 | 111101 | 1011000 | 0 | 100100 | 1000 | 111110 | 100111010 | 10110 | 11111 |
Color Harmonies of #603D58
Complementary color
Monochromatic Colors of #603D58
Black with #603D58
Text Example
Text Example
White with #603D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D58; }
p { color: rgb(96,61,88); }
H1.HeaderClassName
{
color: #603D58;
}
.AnyTagClassName
{
color: #603D58;
}
</style>
background-color css
<style>
a { background-color: #603D58; }
a { background-color: rgb(96,61,88); }
div.DivClassName
{
background-color: #603D58;
}
.BgClassName
{
background-color: #603D58;
}
</style>
border-color css
<style>
span { border-color: #603D58; }
span { border-color: rgb(96,61,88); }
td.TdClassName
{
border-color: #603D58;
}
.TagClassName
{
border-color: #603D58;
}
</style>