Shades of Palatinate Purple #602F59
Tints of Palatinate Purple #602F59
RGB
CMYK
RGB Variations
Color information
#602F59 (or 0x602F59) is known color: Palatinate Purple. HEX triplet: 60, 2F and 59. RGB value is (96,47,89). Sum of RGB (Red+Green+Blue) = 96+47+89=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #602F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F59 is #9FD0A6. Grayscale: #424242. Windows color (decimal): -10473639 or 5844832. OLE color: 5844832.
HSL color Cylindrical-coordinate representation of color #602F59: hue angle of 308.57º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F59 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 89 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.62 |
| HSL | 308.57º | 0.34% | 0.28% | - |
| HSV(B) | 308.57º | 0.51% | 0.38% | - |
| XYZ | 7.64 | 5.24 | 10.06 | - |
| YUV | 66.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 89 | 0 | 0.51 | 0.07 | 0.62 | 308.57 | 0.34 | 0.28 |
| Hex | 60 | 2F | 59 | 0 | 33 | 7 | 3E | 135 | 22 | 1C |
| Octal | 140 | 57 | 131 | 0 | 63 | 7 | 76 | 465 | 42 | 34 |
| Binary | 1100000 | 101111 | 1011001 | 0 | 110011 | 111 | 111110 | 100110101 | 100010 | 11100 |
Color Harmonies of #602F59
Complementary color
Monochromatic Colors of #602F59
Black with #602F59
Text Example
Text Example
White with #602F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F59; }
p { color: rgb(96,47,89); }
H1.HeaderClassName
{
color: #602F59;
}
.AnyTagClassName
{
color: #602F59;
}
</style>
background-color css
<style>
a { background-color: #602F59; }
a { background-color: rgb(96,47,89); }
div.DivClassName
{
background-color: #602F59;
}
.BgClassName
{
background-color: #602F59;
}
</style>
border-color css
<style>
span { border-color: #602F59; }
span { border-color: rgb(96,47,89); }
td.TdClassName
{
border-color: #602F59;
}
.TagClassName
{
border-color: #602F59;
}
</style>