Shades of Palatinate Purple #602659
Tints of Palatinate Purple #602659
RGB
CMYK
RGB Variations
Color information
#602659 (or 0x602659) is known color: Palatinate Purple. HEX triplet: 60, 26 and 59. RGB value is (96,38,89). Sum of RGB (Red+Green+Blue) = 96+38+89=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #602659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602659 is #9FD9A6. Grayscale: #3D3D3D. Windows color (decimal): -10475943 or 5842528. OLE color: 5842528.
HSL color Cylindrical-coordinate representation of color #602659: hue angle of 307.24º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602659 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 38 | 89 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.62 |
| HSL | 307.24º | 0.43% | 0.26% | - |
| HSV(B) | 307.24º | 0.6% | 0.38% | - |
| XYZ | 7.32 | 4.59 | 9.95 | - |
| YUV | 61.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 89 | 0 | 0.60 | 0.07 | 0.62 | 307.24 | 0.43 | 0.26 |
| Hex | 60 | 26 | 59 | 0 | 3C | 7 | 3E | 133 | 2B | 1A |
| Octal | 140 | 46 | 131 | 0 | 74 | 7 | 76 | 463 | 53 | 32 |
| Binary | 1100000 | 100110 | 1011001 | 0 | 111100 | 111 | 111110 | 100110011 | 101011 | 11010 |
Color Harmonies of #602659
Complementary color
Monochromatic Colors of #602659
Black with #602659
Text Example
Text Example
White with #602659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602659; }
p { color: rgb(96,38,89); }
H1.HeaderClassName
{
color: #602659;
}
.AnyTagClassName
{
color: #602659;
}
</style>
background-color css
<style>
a { background-color: #602659; }
a { background-color: rgb(96,38,89); }
div.DivClassName
{
background-color: #602659;
}
.BgClassName
{
background-color: #602659;
}
</style>
border-color css
<style>
span { border-color: #602659; }
span { border-color: rgb(96,38,89); }
td.TdClassName
{
border-color: #602659;
}
.TagClassName
{
border-color: #602659;
}
</style>