Shades of Palatinate Purple #603253
Tints of Palatinate Purple #603253
RGB
CMYK
RGB Variations
Color information
#603253 (or 0x603253) is known color: Palatinate Purple. HEX triplet: 60, 32 and 53. RGB value is (96,50,83). Sum of RGB (Red+Green+Blue) = 96+50+83=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603253 is #9FCDAC. Grayscale: #434343. Windows color (decimal): -10472877 or 5452384. OLE color: 5452384.
HSL color Cylindrical-coordinate representation of color #603253: hue angle of 316.96º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603253 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 83 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.62 |
| HSL | 316.96º | 0.32% | 0.29% | - |
| HSV(B) | 316.96º | 0.48% | 0.38% | - |
| XYZ | 7.53 | 5.39 | 8.83 | - |
| YUV | 67.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 83 | 0 | 0.48 | 0.14 | 0.62 | 316.96 | 0.32 | 0.29 |
| Hex | 60 | 32 | 53 | 0 | 30 | E | 3E | 13D | 20 | 1D |
| Octal | 140 | 62 | 123 | 0 | 60 | 16 | 76 | 475 | 40 | 35 |
| Binary | 1100000 | 110010 | 1010011 | 0 | 110000 | 1110 | 111110 | 100111101 | 100000 | 11101 |
Color Harmonies of #603253
Complementary color
Monochromatic Colors of #603253
Black with #603253
Text Example
Text Example
White with #603253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603253; }
p { color: rgb(96,50,83); }
H1.HeaderClassName
{
color: #603253;
}
.AnyTagClassName
{
color: #603253;
}
</style>
background-color css
<style>
a { background-color: #603253; }
a { background-color: rgb(96,50,83); }
div.DivClassName
{
background-color: #603253;
}
.BgClassName
{
background-color: #603253;
}
</style>
border-color css
<style>
span { border-color: #603253; }
span { border-color: rgb(96,50,83); }
td.TdClassName
{
border-color: #603253;
}
.TagClassName
{
border-color: #603253;
}
</style>