Shades of Palatinate Purple #60345E
Tints of Palatinate Purple #60345E
RGB
CMYK
RGB Variations
Color information
#60345E (or 0x60345E) is known color: Palatinate Purple. HEX triplet: 60, 34 and 5E. RGB value is (96,52,94). Sum of RGB (Red+Green+Blue) = 96+52+94=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60345E is #9FCBA1. Grayscale: #454545. Windows color (decimal): -10472354 or 6173792. OLE color: 6173792.
HSL color Cylindrical-coordinate representation of color #60345E: hue angle of 302.73º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60345E is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 94 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.62 |
| HSL | 302.73º | 0.3% | 0.29% | - |
| HSV(B) | 302.73º | 0.46% | 0.38% | - |
| XYZ | 8.07 | 5.75 | 11.27 | - |
| YUV | 69.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 94 | 0 | 0.46 | 0.02 | 0.62 | 302.73 | 0.3 | 0.29 |
| Hex | 60 | 34 | 5E | 0 | 2E | 2 | 3E | 12F | 1E | 1D |
| Octal | 140 | 64 | 136 | 0 | 56 | 2 | 76 | 457 | 36 | 35 |
| Binary | 1100000 | 110100 | 1011110 | 0 | 101110 | 10 | 111110 | 100101111 | 11110 | 11101 |
Color Harmonies of #60345E
Complementary color
Monochromatic Colors of #60345E
Black with #60345E
Text Example
Text Example
White with #60345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60345E; }
p { color: rgb(96,52,94); }
H1.HeaderClassName
{
color: #60345E;
}
.AnyTagClassName
{
color: #60345E;
}
</style>
background-color css
<style>
a { background-color: #60345E; }
a { background-color: rgb(96,52,94); }
div.DivClassName
{
background-color: #60345E;
}
.BgClassName
{
background-color: #60345E;
}
</style>
border-color css
<style>
span { border-color: #60345E; }
span { border-color: rgb(96,52,94); }
td.TdClassName
{
border-color: #60345E;
}
.TagClassName
{
border-color: #60345E;
}
</style>