Shades of Purple Taupe #603655
Tints of Purple Taupe #603655
RGB
CMYK
RGB Variations
Color information
#603655 (or 0x603655) is known color: Purple Taupe. HEX triplet: 60, 36 and 55. RGB value is (96,54,85). Sum of RGB (Red+Green+Blue) = 96+54+85=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #603655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603655 is #9FC9AA. Grayscale: #464646. Windows color (decimal): -10471851 or 5584480. OLE color: 5584480.
HSL color Cylindrical-coordinate representation of color #603655: hue angle of 315.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #603655 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 85 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.62 |
| HSL | 315.71º | 0.28% | 0.29% | - |
| HSV(B) | 315.71º | 0.44% | 0.38% | - |
| XYZ | 7.78 | 5.78 | 9.3 | - |
| YUV | 70.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 85 | 0 | 0.44 | 0.11 | 0.62 | 315.71 | 0.28 | 0.29 |
| Hex | 60 | 36 | 55 | 0 | 2C | B | 3E | 13C | 1C | 1D |
| Octal | 140 | 66 | 125 | 0 | 54 | 13 | 76 | 474 | 34 | 35 |
| Binary | 1100000 | 110110 | 1010101 | 0 | 101100 | 1011 | 111110 | 100111100 | 11100 | 11101 |
Color Harmonies of #603655
Complementary color
Monochromatic Colors of #603655
Black with #603655
Text Example
Text Example
White with #603655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603655; }
p { color: rgb(96,54,85); }
H1.HeaderClassName
{
color: #603655;
}
.AnyTagClassName
{
color: #603655;
}
</style>
background-color css
<style>
a { background-color: #603655; }
a { background-color: rgb(96,54,85); }
div.DivClassName
{
background-color: #603655;
}
.BgClassName
{
background-color: #603655;
}
</style>
border-color css
<style>
span { border-color: #603655; }
span { border-color: rgb(96,54,85); }
td.TdClassName
{
border-color: #603655;
}
.TagClassName
{
border-color: #603655;
}
</style>