Shades of Palatinate Purple #602C56
Tints of Palatinate Purple #602C56
RGB
CMYK
RGB Variations
Color information
#602C56 (or 0x602C56) is known color: Palatinate Purple. HEX triplet: 60, 2C and 56. RGB value is (96,44,86). Sum of RGB (Red+Green+Blue) = 96+44+86=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #602C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C56 is #9FD3A9. Grayscale: #404040. Windows color (decimal): -10474410 or 5647456. OLE color: 5647456.
HSL color Cylindrical-coordinate representation of color #602C56: hue angle of 311.54º 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 #602C56 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 86 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.62 |
| HSL | 311.54º | 0.37% | 0.27% | - |
| HSV(B) | 311.54º | 0.54% | 0.38% | - |
| XYZ | 7.4 | 4.96 | 9.37 | - |
| YUV | 64.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 86 | 0 | 0.54 | 0.10 | 0.62 | 311.54 | 0.37 | 0.27 |
| Hex | 60 | 2C | 56 | 0 | 36 | A | 3E | 138 | 25 | 1B |
| Octal | 140 | 54 | 126 | 0 | 66 | 12 | 76 | 470 | 45 | 33 |
| Binary | 1100000 | 101100 | 1010110 | 0 | 110110 | 1010 | 111110 | 100111000 | 100101 | 11011 |
Color Harmonies of #602C56
Complementary color
Monochromatic Colors of #602C56
Black with #602C56
Text Example
Text Example
White with #602C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C56; }
p { color: rgb(96,44,86); }
H1.HeaderClassName
{
color: #602C56;
}
.AnyTagClassName
{
color: #602C56;
}
</style>
background-color css
<style>
a { background-color: #602C56; }
a { background-color: rgb(96,44,86); }
div.DivClassName
{
background-color: #602C56;
}
.BgClassName
{
background-color: #602C56;
}
</style>
border-color css
<style>
span { border-color: #602C56; }
span { border-color: rgb(96,44,86); }
td.TdClassName
{
border-color: #602C56;
}
.TagClassName
{
border-color: #602C56;
}
</style>