Shades of Palatinate Purple #602A59
Tints of Palatinate Purple #602A59
RGB
CMYK
RGB Variations
Color information
#602A59 (or 0x602A59) is known color: Palatinate Purple. HEX triplet: 60, 2A and 59. RGB value is (96,42,89). Sum of RGB (Red+Green+Blue) = 96+42+89=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #602A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602A59 is #9FD5A6. Grayscale: #3F3F3F. Windows color (decimal): -10474919 or 5843552. OLE color: 5843552.
HSL color Cylindrical-coordinate representation of color #602A59: hue angle of 307.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 #602A59 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 89 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.62 |
| HSL | 307.78º | 0.39% | 0.27% | - |
| HSV(B) | 307.78º | 0.56% | 0.38% | - |
| XYZ | 7.46 | 4.86 | 10 | - |
| YUV | 63.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 89 | 0 | 0.56 | 0.07 | 0.62 | 307.78 | 0.39 | 0.27 |
| Hex | 60 | 2A | 59 | 0 | 38 | 7 | 3E | 134 | 27 | 1B |
| Octal | 140 | 52 | 131 | 0 | 70 | 7 | 76 | 464 | 47 | 33 |
| Binary | 1100000 | 101010 | 1011001 | 0 | 111000 | 111 | 111110 | 100110100 | 100111 | 11011 |
Color Harmonies of #602A59
Complementary color
Monochromatic Colors of #602A59
Black with #602A59
Text Example
Text Example
White with #602A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A59; }
p { color: rgb(96,42,89); }
H1.HeaderClassName
{
color: #602A59;
}
.AnyTagClassName
{
color: #602A59;
}
</style>
background-color css
<style>
a { background-color: #602A59; }
a { background-color: rgb(96,42,89); }
div.DivClassName
{
background-color: #602A59;
}
.BgClassName
{
background-color: #602A59;
}
</style>
border-color css
<style>
span { border-color: #602A59; }
span { border-color: rgb(96,42,89); }
td.TdClassName
{
border-color: #602A59;
}
.TagClassName
{
border-color: #602A59;
}
</style>