Shades of Palatinate Purple #602558
Tints of Palatinate Purple #602558
RGB
CMYK
RGB Variations
Color information
#602558 (or 0x602558) is known color: Palatinate Purple. HEX triplet: 60, 25 and 58. RGB value is (96,37,88). Sum of RGB (Red+Green+Blue) = 96+37+88=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #602558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602558 is #9FDAA7. Grayscale: #3C3C3C. Windows color (decimal): -10476200 or 5776736. OLE color: 5776736.
HSL color Cylindrical-coordinate representation of color #602558: hue angle of 308.14º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602558 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 37 | 88 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.62 |
| HSL | 308.14º | 0.44% | 0.26% | - |
| HSV(B) | 308.14º | 0.61% | 0.38% | - |
| XYZ | 7.25 | 4.51 | 9.72 | - |
| YUV | 60.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 88 | 0 | 0.61 | 0.08 | 0.62 | 308.14 | 0.44 | 0.26 |
| Hex | 60 | 25 | 58 | 0 | 3D | 8 | 3E | 134 | 2C | 1A |
| Octal | 140 | 45 | 130 | 0 | 75 | 10 | 76 | 464 | 54 | 32 |
| Binary | 1100000 | 100101 | 1011000 | 0 | 111101 | 1000 | 111110 | 100110100 | 101100 | 11010 |
Color Harmonies of #602558
Complementary color
Monochromatic Colors of #602558
Black with #602558
Text Example
Text Example
White with #602558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602558; }
p { color: rgb(96,37,88); }
H1.HeaderClassName
{
color: #602558;
}
.AnyTagClassName
{
color: #602558;
}
</style>
background-color css
<style>
a { background-color: #602558; }
a { background-color: rgb(96,37,88); }
div.DivClassName
{
background-color: #602558;
}
.BgClassName
{
background-color: #602558;
}
</style>
border-color css
<style>
span { border-color: #602558; }
span { border-color: rgb(96,37,88); }
td.TdClassName
{
border-color: #602558;
}
.TagClassName
{
border-color: #602558;
}
</style>