Shades of Purple Taupe #603753
Tints of Purple Taupe #603753
RGB
CMYK
RGB Variations
Color information
#603753 (or 0x603753) is known color: Purple Taupe. HEX triplet: 60, 37 and 53. RGB value is (96,55,83). Sum of RGB (Red+Green+Blue) = 96+55+83=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #603753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603753 is #9FC8AC. Grayscale: #464646. Windows color (decimal): -10471597 or 5453664. OLE color: 5453664.
HSL color Cylindrical-coordinate representation of color #603753: hue angle of 319.02º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603753 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 83 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.62 |
| HSL | 319.02º | 0.27% | 0.3% | - |
| HSV(B) | 319.02º | 0.43% | 0.38% | - |
| XYZ | 7.75 | 5.84 | 8.9 | - |
| YUV | 70.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 83 | 0 | 0.43 | 0.14 | 0.62 | 319.02 | 0.27 | 0.3 |
| Hex | 60 | 37 | 53 | 0 | 2B | E | 3E | 13F | 1B | 1E |
| Octal | 140 | 67 | 123 | 0 | 53 | 16 | 76 | 477 | 33 | 36 |
| Binary | 1100000 | 110111 | 1010011 | 0 | 101011 | 1110 | 111110 | 100111111 | 11011 | 11110 |
Color Harmonies of #603753
Complementary color
Monochromatic Colors of #603753
Black with #603753
Text Example
Text Example
White with #603753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603753; }
p { color: rgb(96,55,83); }
H1.HeaderClassName
{
color: #603753;
}
.AnyTagClassName
{
color: #603753;
}
</style>
background-color css
<style>
a { background-color: #603753; }
a { background-color: rgb(96,55,83); }
div.DivClassName
{
background-color: #603753;
}
.BgClassName
{
background-color: #603753;
}
</style>
border-color css
<style>
span { border-color: #603753; }
span { border-color: rgb(96,55,83); }
td.TdClassName
{
border-color: #603753;
}
.TagClassName
{
border-color: #603753;
}
</style>