Shades of Palatinate Purple #602050
Tints of Palatinate Purple #602050
RGB
CMYK
RGB Variations
Color information
#602050 (or 0x602050) is known color: Palatinate Purple. HEX triplet: 60, 20 and 50. RGB value is (96,32,80). Sum of RGB (Red+Green+Blue) = 96+32+80=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #602050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602050 is #9FDFAF. Grayscale: #383838. Windows color (decimal): -10477488 or 5251168. OLE color: 5251168.
HSL color Cylindrical-coordinate representation of color #602050: hue angle of 315º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602050 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 80 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.62 |
| HSL | 315º | 0.5% | 0.25% | - |
| HSV(B) | 315º | 0.67% | 0.38% | - |
| XYZ | 6.79 | 4.1 | 8.02 | - |
| YUV | 56.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 80 | 0 | 0.67 | 0.17 | 0.62 | 315 | 0.5 | 0.25 |
| Hex | 60 | 20 | 50 | 0 | 43 | 11 | 3E | 13B | 32 | 19 |
| Octal | 140 | 40 | 120 | 0 | 103 | 21 | 76 | 473 | 62 | 31 |
| Binary | 1100000 | 100000 | 1010000 | 0 | 1000011 | 10001 | 111110 | 100111011 | 110010 | 11001 |
Color Harmonies of #602050
Complementary color
Monochromatic Colors of #602050
Black with #602050
Text Example
Text Example
White with #602050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602050; }
p { color: rgb(96,32,80); }
H1.HeaderClassName
{
color: #602050;
}
.AnyTagClassName
{
color: #602050;
}
</style>
background-color css
<style>
a { background-color: #602050; }
a { background-color: rgb(96,32,80); }
div.DivClassName
{
background-color: #602050;
}
.BgClassName
{
background-color: #602050;
}
</style>
border-color css
<style>
span { border-color: #602050; }
span { border-color: rgb(96,32,80); }
td.TdClassName
{
border-color: #602050;
}
.TagClassName
{
border-color: #602050;
}
</style>