Shades of Purple Taupe #603555
Tints of Purple Taupe #603555
RGB
CMYK
RGB Variations
Color information
#603555 (or 0x603555) is known color: Purple Taupe. HEX triplet: 60, 35 and 55. RGB value is (96,53,85). Sum of RGB (Red+Green+Blue) = 96+53+85=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #603555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603555 is #9FCAAA. Grayscale: #454545. Windows color (decimal): -10472107 or 5584224. OLE color: 5584224.
HSL color Cylindrical-coordinate representation of color #603555: hue angle of 315.35º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603555 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 85 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.62 |
| HSL | 315.35º | 0.29% | 0.29% | - |
| HSV(B) | 315.35º | 0.45% | 0.38% | - |
| XYZ | 7.74 | 5.69 | 9.28 | - |
| YUV | 69.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 85 | 0 | 0.45 | 0.11 | 0.62 | 315.35 | 0.29 | 0.29 |
| Hex | 60 | 35 | 55 | 0 | 2D | B | 3E | 13B | 1D | 1D |
| Octal | 140 | 65 | 125 | 0 | 55 | 13 | 76 | 473 | 35 | 35 |
| Binary | 1100000 | 110101 | 1010101 | 0 | 101101 | 1011 | 111110 | 100111011 | 11101 | 11101 |
Color Harmonies of #603555
Complementary color
Monochromatic Colors of #603555
Black with #603555
Text Example
Text Example
White with #603555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603555; }
p { color: rgb(96,53,85); }
H1.HeaderClassName
{
color: #603555;
}
.AnyTagClassName
{
color: #603555;
}
</style>
background-color css
<style>
a { background-color: #603555; }
a { background-color: rgb(96,53,85); }
div.DivClassName
{
background-color: #603555;
}
.BgClassName
{
background-color: #603555;
}
</style>
border-color css
<style>
span { border-color: #603555; }
span { border-color: rgb(96,53,85); }
td.TdClassName
{
border-color: #603555;
}
.TagClassName
{
border-color: #603555;
}
</style>