Shades of Purple Taupe #603551
Tints of Purple Taupe #603551
RGB
CMYK
RGB Variations
Color information
#603551 (or 0x603551) is known color: Purple Taupe. HEX triplet: 60, 35 and 51. RGB value is (96,53,81). Sum of RGB (Red+Green+Blue) = 96+53+81=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603551 is #9FCAAE. Grayscale: #444444. Windows color (decimal): -10472111 or 5322080. OLE color: 5322080.
HSL color Cylindrical-coordinate representation of color #603551: hue angle of 320.93º 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 #603551 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 81 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.62 |
| HSL | 320.93º | 0.29% | 0.29% | - |
| HSV(B) | 320.93º | 0.45% | 0.38% | - |
| XYZ | 7.58 | 5.63 | 8.47 | - |
| YUV | 69.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 81 | 0 | 0.45 | 0.16 | 0.62 | 320.93 | 0.29 | 0.29 |
| Hex | 60 | 35 | 51 | 0 | 2D | 10 | 3E | 141 | 1D | 1D |
| Octal | 140 | 65 | 121 | 0 | 55 | 20 | 76 | 501 | 35 | 35 |
| Binary | 1100000 | 110101 | 1010001 | 0 | 101101 | 10000 | 111110 | 101000001 | 11101 | 11101 |
Color Harmonies of #603551
Complementary color
Monochromatic Colors of #603551
Black with #603551
Text Example
Text Example
White with #603551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603551; }
p { color: rgb(96,53,81); }
H1.HeaderClassName
{
color: #603551;
}
.AnyTagClassName
{
color: #603551;
}
</style>
background-color css
<style>
a { background-color: #603551; }
a { background-color: rgb(96,53,81); }
div.DivClassName
{
background-color: #603551;
}
.BgClassName
{
background-color: #603551;
}
</style>
border-color css
<style>
span { border-color: #603551; }
span { border-color: rgb(96,53,81); }
td.TdClassName
{
border-color: #603551;
}
.TagClassName
{
border-color: #603551;
}
</style>