Shades of Palatinate Purple #603558
Tints of Palatinate Purple #603558
RGB
CMYK
RGB Variations
Color information
#603558 (or 0x603558) is known color: Palatinate Purple. HEX triplet: 60, 35 and 58. RGB value is (96,53,88). Sum of RGB (Red+Green+Blue) = 96+53+88=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #603558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603558 is #9FCAA7. Grayscale: #454545. Windows color (decimal): -10472104 or 5780832. OLE color: 5780832.
HSL color Cylindrical-coordinate representation of color #603558: hue angle of 311.16º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603558 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 88 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.62 |
| HSL | 311.16º | 0.29% | 0.29% | - |
| HSV(B) | 311.16º | 0.45% | 0.38% | - |
| XYZ | 7.86 | 5.74 | 9.93 | - |
| YUV | 69.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 88 | 0 | 0.45 | 0.08 | 0.62 | 311.16 | 0.29 | 0.29 |
| Hex | 60 | 35 | 58 | 0 | 2D | 8 | 3E | 137 | 1D | 1D |
| Octal | 140 | 65 | 130 | 0 | 55 | 10 | 76 | 467 | 35 | 35 |
| Binary | 1100000 | 110101 | 1011000 | 0 | 101101 | 1000 | 111110 | 100110111 | 11101 | 11101 |
Color Harmonies of #603558
Complementary color
Monochromatic Colors of #603558
Black with #603558
Text Example
Text Example
White with #603558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603558; }
p { color: rgb(96,53,88); }
H1.HeaderClassName
{
color: #603558;
}
.AnyTagClassName
{
color: #603558;
}
</style>
background-color css
<style>
a { background-color: #603558; }
a { background-color: rgb(96,53,88); }
div.DivClassName
{
background-color: #603558;
}
.BgClassName
{
background-color: #603558;
}
</style>
border-color css
<style>
span { border-color: #603558; }
span { border-color: rgb(96,53,88); }
td.TdClassName
{
border-color: #603558;
}
.TagClassName
{
border-color: #603558;
}
</style>