Shades of Purple Taupe #603855
Tints of Purple Taupe #603855
RGB
CMYK
RGB Variations
Color information
#603855 (or 0x603855) is known color: Purple Taupe. HEX triplet: 60, 38 and 55. RGB value is (96,56,85). Sum of RGB (Red+Green+Blue) = 96+56+85=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #603855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603855 is #9FC7AA. Grayscale: #474747. Windows color (decimal): -10471339 or 5584992. OLE color: 5584992.
HSL color Cylindrical-coordinate representation of color #603855: hue angle of 316.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603855 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 85 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.62 |
| HSL | 316.5º | 0.26% | 0.3% | - |
| HSV(B) | 316.5º | 0.42% | 0.38% | - |
| XYZ | 7.88 | 5.97 | 9.33 | - |
| YUV | 71.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 85 | 0 | 0.42 | 0.11 | 0.62 | 316.5 | 0.26 | 0.3 |
| Hex | 60 | 38 | 55 | 0 | 2A | B | 3E | 13C | 1A | 1E |
| Octal | 140 | 70 | 125 | 0 | 52 | 13 | 76 | 474 | 32 | 36 |
| Binary | 1100000 | 111000 | 1010101 | 0 | 101010 | 1011 | 111110 | 100111100 | 11010 | 11110 |
Color Harmonies of #603855
Complementary color
Monochromatic Colors of #603855
Black with #603855
Text Example
Text Example
White with #603855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603855; }
p { color: rgb(96,56,85); }
H1.HeaderClassName
{
color: #603855;
}
.AnyTagClassName
{
color: #603855;
}
</style>
background-color css
<style>
a { background-color: #603855; }
a { background-color: rgb(96,56,85); }
div.DivClassName
{
background-color: #603855;
}
.BgClassName
{
background-color: #603855;
}
</style>
border-color css
<style>
span { border-color: #603855; }
span { border-color: rgb(96,56,85); }
td.TdClassName
{
border-color: #603855;
}
.TagClassName
{
border-color: #603855;
}
</style>