Shades of Palatinate Purple #60345C
Tints of Palatinate Purple #60345C
RGB
CMYK
RGB Variations
Color information
#60345C (or 0x60345C) is known color: Palatinate Purple. HEX triplet: 60, 34 and 5C. RGB value is (96,52,92). Sum of RGB (Red+Green+Blue) = 96+52+92=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60345C is #9FCBA3. Grayscale: #454545. Windows color (decimal): -10472356 or 6042720. OLE color: 6042720.
HSL color Cylindrical-coordinate representation of color #60345C: hue angle of 305.45º 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 #60345C is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 92 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.62 |
| HSL | 305.45º | 0.3% | 0.29% | - |
| HSV(B) | 305.45º | 0.46% | 0.38% | - |
| XYZ | 7.98 | 5.72 | 10.81 | - |
| YUV | 69.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 92 | 0 | 0.46 | 0.04 | 0.62 | 305.45 | 0.3 | 0.29 |
| Hex | 60 | 34 | 5C | 0 | 2E | 4 | 3E | 131 | 1E | 1D |
| Octal | 140 | 64 | 134 | 0 | 56 | 4 | 76 | 461 | 36 | 35 |
| Binary | 1100000 | 110100 | 1011100 | 0 | 101110 | 100 | 111110 | 100110001 | 11110 | 11101 |
Color Harmonies of #60345C
Complementary color
Monochromatic Colors of #60345C
Black with #60345C
Text Example
Text Example
White with #60345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60345C; }
p { color: rgb(96,52,92); }
H1.HeaderClassName
{
color: #60345C;
}
.AnyTagClassName
{
color: #60345C;
}
</style>
background-color css
<style>
a { background-color: #60345C; }
a { background-color: rgb(96,52,92); }
div.DivClassName
{
background-color: #60345C;
}
.BgClassName
{
background-color: #60345C;
}
</style>
border-color css
<style>
span { border-color: #60345C; }
span { border-color: rgb(96,52,92); }
td.TdClassName
{
border-color: #60345C;
}
.TagClassName
{
border-color: #60345C;
}
</style>