Shades of Palatinate Purple #60345D
Tints of Palatinate Purple #60345D
RGB
CMYK
RGB Variations
Color information
#60345D (or 0x60345D) is known color: Palatinate Purple. HEX triplet: 60, 34 and 5D. RGB value is (96,52,93). Sum of RGB (Red+Green+Blue) = 96+52+93=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60345D is #9FCBA2. Grayscale: #454545. Windows color (decimal): -10472355 or 6108256. OLE color: 6108256.
HSL color Cylindrical-coordinate representation of color #60345D: hue angle of 304.09º 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 #60345D is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 93 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.62 |
| HSL | 304.09º | 0.3% | 0.29% | - |
| HSV(B) | 304.09º | 0.46% | 0.38% | - |
| XYZ | 8.03 | 5.73 | 11.04 | - |
| YUV | 69.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 93 | 0 | 0.46 | 0.03 | 0.62 | 304.09 | 0.3 | 0.29 |
| Hex | 60 | 34 | 5D | 0 | 2E | 3 | 3E | 130 | 1E | 1D |
| Octal | 140 | 64 | 135 | 0 | 56 | 3 | 76 | 460 | 36 | 35 |
| Binary | 1100000 | 110100 | 1011101 | 0 | 101110 | 11 | 111110 | 100110000 | 11110 | 11101 |
Color Harmonies of #60345D
Complementary color
Monochromatic Colors of #60345D
Black with #60345D
Text Example
Text Example
White with #60345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60345D; }
p { color: rgb(96,52,93); }
H1.HeaderClassName
{
color: #60345D;
}
.AnyTagClassName
{
color: #60345D;
}
</style>
background-color css
<style>
a { background-color: #60345D; }
a { background-color: rgb(96,52,93); }
div.DivClassName
{
background-color: #60345D;
}
.BgClassName
{
background-color: #60345D;
}
</style>
border-color css
<style>
span { border-color: #60345D; }
span { border-color: rgb(96,52,93); }
td.TdClassName
{
border-color: #60345D;
}
.TagClassName
{
border-color: #60345D;
}
</style>