Shades of Palatinate Purple #602355
Tints of Palatinate Purple #602355
RGB
CMYK
RGB Variations
Color information
#602355 (or 0x602355) is known color: Palatinate Purple. HEX triplet: 60, 23 and 55. RGB value is (96,35,85). Sum of RGB (Red+Green+Blue) = 96+35+85=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #602355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602355 is #9FDCAA. Grayscale: #3A3A3A. Windows color (decimal): -10476715 or 5579616. OLE color: 5579616.
HSL color Cylindrical-coordinate representation of color #602355: hue angle of 310.82º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602355 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 35 | 85 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.62 |
| HSL | 310.82º | 0.47% | 0.26% | - |
| HSV(B) | 310.82º | 0.64% | 0.38% | - |
| XYZ | 7.06 | 4.34 | 9.06 | - |
| YUV | 58.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 85 | 0 | 0.64 | 0.11 | 0.62 | 310.82 | 0.47 | 0.26 |
| Hex | 60 | 23 | 55 | 0 | 40 | B | 3E | 137 | 2F | 1A |
| Octal | 140 | 43 | 125 | 0 | 100 | 13 | 76 | 467 | 57 | 32 |
| Binary | 1100000 | 100011 | 1010101 | 0 | 1000000 | 1011 | 111110 | 100110111 | 101111 | 11010 |
Color Harmonies of #602355
Complementary color
Monochromatic Colors of #602355
Black with #602355
Text Example
Text Example
White with #602355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602355; }
p { color: rgb(96,35,85); }
H1.HeaderClassName
{
color: #602355;
}
.AnyTagClassName
{
color: #602355;
}
</style>
background-color css
<style>
a { background-color: #602355; }
a { background-color: rgb(96,35,85); }
div.DivClassName
{
background-color: #602355;
}
.BgClassName
{
background-color: #602355;
}
</style>
border-color css
<style>
span { border-color: #602355; }
span { border-color: rgb(96,35,85); }
td.TdClassName
{
border-color: #602355;
}
.TagClassName
{
border-color: #602355;
}
</style>