Shades of Purple Taupe #603752
Tints of Purple Taupe #603752
RGB
CMYK
RGB Variations
Color information
#603752 (or 0x603752) is known color: Purple Taupe. HEX triplet: 60, 37 and 52. RGB value is (96,55,82). Sum of RGB (Red+Green+Blue) = 96+55+82=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603752 is #9FC8AD. Grayscale: #464646. Windows color (decimal): -10471598 or 5388128. OLE color: 5388128.
HSL color Cylindrical-coordinate representation of color #603752: hue angle of 320.49º 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 #603752 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 82 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.62 |
| HSL | 320.49º | 0.27% | 0.3% | - |
| HSV(B) | 320.49º | 0.43% | 0.38% | - |
| XYZ | 7.71 | 5.83 | 8.7 | - |
| YUV | 70.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 82 | 0 | 0.43 | 0.15 | 0.62 | 320.49 | 0.27 | 0.3 |
| Hex | 60 | 37 | 52 | 0 | 2B | F | 3E | 140 | 1B | 1E |
| Octal | 140 | 67 | 122 | 0 | 53 | 17 | 76 | 500 | 33 | 36 |
| Binary | 1100000 | 110111 | 1010010 | 0 | 101011 | 1111 | 111110 | 101000000 | 11011 | 11110 |
Color Harmonies of #603752
Complementary color
Monochromatic Colors of #603752
Black with #603752
Text Example
Text Example
White with #603752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603752; }
p { color: rgb(96,55,82); }
H1.HeaderClassName
{
color: #603752;
}
.AnyTagClassName
{
color: #603752;
}
</style>
background-color css
<style>
a { background-color: #603752; }
a { background-color: rgb(96,55,82); }
div.DivClassName
{
background-color: #603752;
}
.BgClassName
{
background-color: #603752;
}
</style>
border-color css
<style>
span { border-color: #603752; }
span { border-color: rgb(96,55,82); }
td.TdClassName
{
border-color: #603752;
}
.TagClassName
{
border-color: #603752;
}
</style>