Shades of Purple Taupe #603553
Tints of Purple Taupe #603553
RGB
CMYK
RGB Variations
Color information
#603553 (or 0x603553) is known color: Purple Taupe. HEX triplet: 60, 35 and 53. RGB value is (96,53,83). Sum of RGB (Red+Green+Blue) = 96+53+83=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603553 is #9FCAAC. Grayscale: #454545. Windows color (decimal): -10472109 or 5453152. OLE color: 5453152.
HSL color Cylindrical-coordinate representation of color #603553: hue angle of 318.14º 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 #603553 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 83 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.62 |
| HSL | 318.14º | 0.29% | 0.29% | - |
| HSV(B) | 318.14º | 0.45% | 0.38% | - |
| XYZ | 7.66 | 5.66 | 8.87 | - |
| YUV | 69.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 83 | 0 | 0.45 | 0.14 | 0.62 | 318.14 | 0.29 | 0.29 |
| Hex | 60 | 35 | 53 | 0 | 2D | E | 3E | 13E | 1D | 1D |
| Octal | 140 | 65 | 123 | 0 | 55 | 16 | 76 | 476 | 35 | 35 |
| Binary | 1100000 | 110101 | 1010011 | 0 | 101101 | 1110 | 111110 | 100111110 | 11101 | 11101 |
Color Harmonies of #603553
Complementary color
Monochromatic Colors of #603553
Black with #603553
Text Example
Text Example
White with #603553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603553; }
p { color: rgb(96,53,83); }
H1.HeaderClassName
{
color: #603553;
}
.AnyTagClassName
{
color: #603553;
}
</style>
background-color css
<style>
a { background-color: #603553; }
a { background-color: rgb(96,53,83); }
div.DivClassName
{
background-color: #603553;
}
.BgClassName
{
background-color: #603553;
}
</style>
border-color css
<style>
span { border-color: #603553; }
span { border-color: rgb(96,53,83); }
td.TdClassName
{
border-color: #603553;
}
.TagClassName
{
border-color: #603553;
}
</style>