Shades of Purple Taupe #603350
Tints of Purple Taupe #603350
RGB
CMYK
RGB Variations
Color information
#603350 (or 0x603350) is known color: Purple Taupe. HEX triplet: 60, 33 and 50. RGB value is (96,51,80). Sum of RGB (Red+Green+Blue) = 96+51+80=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #603350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603350 is #9FCCAF. Grayscale: #434343. Windows color (decimal): -10472624 or 5256032. OLE color: 5256032.
HSL color Cylindrical-coordinate representation of color #603350: hue angle of 321.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603350 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 80 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.62 |
| HSL | 321.33º | 0.31% | 0.29% | - |
| HSV(B) | 321.33º | 0.47% | 0.38% | - |
| XYZ | 7.46 | 5.43 | 8.25 | - |
| YUV | 67.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 80 | 0 | 0.47 | 0.17 | 0.62 | 321.33 | 0.31 | 0.29 |
| Hex | 60 | 33 | 50 | 0 | 2F | 11 | 3E | 141 | 1F | 1D |
| Octal | 140 | 63 | 120 | 0 | 57 | 21 | 76 | 501 | 37 | 35 |
| Binary | 1100000 | 110011 | 1010000 | 0 | 101111 | 10001 | 111110 | 101000001 | 11111 | 11101 |
Color Harmonies of #603350
Complementary color
Monochromatic Colors of #603350
Black with #603350
Text Example
Text Example
White with #603350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603350; }
p { color: rgb(96,51,80); }
H1.HeaderClassName
{
color: #603350;
}
.AnyTagClassName
{
color: #603350;
}
</style>
background-color css
<style>
a { background-color: #603350; }
a { background-color: rgb(96,51,80); }
div.DivClassName
{
background-color: #603350;
}
.BgClassName
{
background-color: #603350;
}
</style>
border-color css
<style>
span { border-color: #603350; }
span { border-color: rgb(96,51,80); }
td.TdClassName
{
border-color: #603350;
}
.TagClassName
{
border-color: #603350;
}
</style>