Shades of Purple Taupe #603651
Tints of Purple Taupe #603651
RGB
CMYK
RGB Variations
Color information
#603651 (or 0x603651) is known color: Purple Taupe. HEX triplet: 60, 36 and 51. RGB value is (96,54,81). Sum of RGB (Red+Green+Blue) = 96+54+81=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603651 is #9FC9AE. Grayscale: #454545. Windows color (decimal): -10471855 or 5322336. OLE color: 5322336.
HSL color Cylindrical-coordinate representation of color #603651: hue angle of 321.43º 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 #603651 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 81 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.62 |
| HSL | 321.43º | 0.28% | 0.29% | - |
| HSV(B) | 321.43º | 0.44% | 0.38% | - |
| XYZ | 7.63 | 5.72 | 8.49 | - |
| YUV | 69.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 81 | 0 | 0.44 | 0.16 | 0.62 | 321.43 | 0.28 | 0.29 |
| Hex | 60 | 36 | 51 | 0 | 2C | 10 | 3E | 141 | 1C | 1D |
| Octal | 140 | 66 | 121 | 0 | 54 | 20 | 76 | 501 | 34 | 35 |
| Binary | 1100000 | 110110 | 1010001 | 0 | 101100 | 10000 | 111110 | 101000001 | 11100 | 11101 |
Color Harmonies of #603651
Complementary color
Monochromatic Colors of #603651
Black with #603651
Text Example
Text Example
White with #603651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603651; }
p { color: rgb(96,54,81); }
H1.HeaderClassName
{
color: #603651;
}
.AnyTagClassName
{
color: #603651;
}
</style>
background-color css
<style>
a { background-color: #603651; }
a { background-color: rgb(96,54,81); }
div.DivClassName
{
background-color: #603651;
}
.BgClassName
{
background-color: #603651;
}
</style>
border-color css
<style>
span { border-color: #603651; }
span { border-color: rgb(96,54,81); }
td.TdClassName
{
border-color: #603651;
}
.TagClassName
{
border-color: #603651;
}
</style>