Shades of Palatinate Purple #602A50
Tints of Palatinate Purple #602A50
RGB
CMYK
RGB Variations
Color information
#602A50 (or 0x602A50) is known color: Palatinate Purple. HEX triplet: 60, 2A and 50. RGB value is (96,42,80). Sum of RGB (Red+Green+Blue) = 96+42+80=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A50 is #9FD5AF. Grayscale: #3E3E3E. Windows color (decimal): -10474928 or 5253728. OLE color: 5253728.
HSL color Cylindrical-coordinate representation of color #602A50: hue angle of 317.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A50 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 80 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.62 |
| HSL | 317.78º | 0.39% | 0.27% | - |
| HSV(B) | 317.78º | 0.56% | 0.38% | - |
| XYZ | 7.1 | 4.72 | 8.13 | - |
| YUV | 62.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 80 | 0 | 0.56 | 0.17 | 0.62 | 317.78 | 0.39 | 0.27 |
| Hex | 60 | 2A | 50 | 0 | 38 | 11 | 3E | 13E | 27 | 1B |
| Octal | 140 | 52 | 120 | 0 | 70 | 21 | 76 | 476 | 47 | 33 |
| Binary | 1100000 | 101010 | 1010000 | 0 | 111000 | 10001 | 111110 | 100111110 | 100111 | 11011 |
Color Harmonies of #602A50
Complementary color
Monochromatic Colors of #602A50
Black with #602A50
Text Example
Text Example
White with #602A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A50; }
p { color: rgb(96,42,80); }
H1.HeaderClassName
{
color: #602A50;
}
.AnyTagClassName
{
color: #602A50;
}
</style>
background-color css
<style>
a { background-color: #602A50; }
a { background-color: rgb(96,42,80); }
div.DivClassName
{
background-color: #602A50;
}
.BgClassName
{
background-color: #602A50;
}
</style>
border-color css
<style>
span { border-color: #602A50; }
span { border-color: rgb(96,42,80); }
td.TdClassName
{
border-color: #602A50;
}
.TagClassName
{
border-color: #602A50;
}
</style>