Shades of Palatinate Purple #602C58
Tints of Palatinate Purple #602C58
RGB
CMYK
RGB Variations
Color information
#602C58 (or 0x602C58) is known color: Palatinate Purple. HEX triplet: 60, 2C and 58. RGB value is (96,44,88). Sum of RGB (Red+Green+Blue) = 96+44+88=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #602C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C58 is #9FD3A7. Grayscale: #404040. Windows color (decimal): -10474408 or 5778528. OLE color: 5778528.
HSL color Cylindrical-coordinate representation of color #602C58: hue angle of 309.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C58 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 88 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.62 |
| HSL | 309.23º | 0.37% | 0.27% | - |
| HSV(B) | 309.23º | 0.54% | 0.38% | - |
| XYZ | 7.49 | 4.99 | 9.8 | - |
| YUV | 64.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 88 | 0 | 0.54 | 0.08 | 0.62 | 309.23 | 0.37 | 0.27 |
| Hex | 60 | 2C | 58 | 0 | 36 | 8 | 3E | 135 | 25 | 1B |
| Octal | 140 | 54 | 130 | 0 | 66 | 10 | 76 | 465 | 45 | 33 |
| Binary | 1100000 | 101100 | 1011000 | 0 | 110110 | 1000 | 111110 | 100110101 | 100101 | 11011 |
Color Harmonies of #602C58
Complementary color
Monochromatic Colors of #602C58
Black with #602C58
Text Example
Text Example
White with #602C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C58; }
p { color: rgb(96,44,88); }
H1.HeaderClassName
{
color: #602C58;
}
.AnyTagClassName
{
color: #602C58;
}
</style>
background-color css
<style>
a { background-color: #602C58; }
a { background-color: rgb(96,44,88); }
div.DivClassName
{
background-color: #602C58;
}
.BgClassName
{
background-color: #602C58;
}
</style>
border-color css
<style>
span { border-color: #602C58; }
span { border-color: rgb(96,44,88); }
td.TdClassName
{
border-color: #602C58;
}
.TagClassName
{
border-color: #602C58;
}
</style>