Shades of Purple Taupe #603751
Tints of Purple Taupe #603751
RGB
CMYK
RGB Variations
Color information
#603751 (or 0x603751) is known color: Purple Taupe. HEX triplet: 60, 37 and 51. RGB value is (96,55,81). Sum of RGB (Red+Green+Blue) = 96+55+81=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603751 is #9FC8AE. Grayscale: #464646. Windows color (decimal): -10471599 or 5322592. OLE color: 5322592.
HSL color Cylindrical-coordinate representation of color #603751: hue angle of 321.95º 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 #603751 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 81 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.62 |
| HSL | 321.95º | 0.27% | 0.3% | - |
| HSV(B) | 321.95º | 0.43% | 0.38% | - |
| XYZ | 7.68 | 5.81 | 8.5 | - |
| YUV | 70.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 81 | 0 | 0.43 | 0.16 | 0.62 | 321.95 | 0.27 | 0.3 |
| Hex | 60 | 37 | 51 | 0 | 2B | 10 | 3E | 142 | 1B | 1E |
| Octal | 140 | 67 | 121 | 0 | 53 | 20 | 76 | 502 | 33 | 36 |
| Binary | 1100000 | 110111 | 1010001 | 0 | 101011 | 10000 | 111110 | 101000010 | 11011 | 11110 |
Color Harmonies of #603751
Complementary color
Monochromatic Colors of #603751
Black with #603751
Text Example
Text Example
White with #603751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603751; }
p { color: rgb(96,55,81); }
H1.HeaderClassName
{
color: #603751;
}
.AnyTagClassName
{
color: #603751;
}
</style>
background-color css
<style>
a { background-color: #603751; }
a { background-color: rgb(96,55,81); }
div.DivClassName
{
background-color: #603751;
}
.BgClassName
{
background-color: #603751;
}
</style>
border-color css
<style>
span { border-color: #603751; }
span { border-color: rgb(96,55,81); }
td.TdClassName
{
border-color: #603751;
}
.TagClassName
{
border-color: #603751;
}
</style>