Shades of Palatinate Purple #60315C
Tints of Palatinate Purple #60315C
RGB
CMYK
RGB Variations
Color information
#60315C (or 0x60315C) is known color: Palatinate Purple. HEX triplet: 60, 31 and 5C. RGB value is (96,49,92). Sum of RGB (Red+Green+Blue) = 96+49+92=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #60315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60315C is #9FCEA3. Grayscale: #434343. Windows color (decimal): -10473124 or 6041952. OLE color: 6041952.
HSL color Cylindrical-coordinate representation of color #60315C: hue angle of 305.11º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60315C is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 92 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.62 |
| HSL | 305.11º | 0.32% | 0.28% | - |
| HSV(B) | 305.11º | 0.49% | 0.38% | - |
| XYZ | 7.85 | 5.46 | 10.76 | - |
| YUV | 67.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 92 | 0 | 0.49 | 0.04 | 0.62 | 305.11 | 0.32 | 0.28 |
| Hex | 60 | 31 | 5C | 0 | 31 | 4 | 3E | 131 | 20 | 1C |
| Octal | 140 | 61 | 134 | 0 | 61 | 4 | 76 | 461 | 40 | 34 |
| Binary | 1100000 | 110001 | 1011100 | 0 | 110001 | 100 | 111110 | 100110001 | 100000 | 11100 |
Color Harmonies of #60315C
Complementary color
Monochromatic Colors of #60315C
Black with #60315C
Text Example
Text Example
White with #60315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60315C; }
p { color: rgb(96,49,92); }
H1.HeaderClassName
{
color: #60315C;
}
.AnyTagClassName
{
color: #60315C;
}
</style>
background-color css
<style>
a { background-color: #60315C; }
a { background-color: rgb(96,49,92); }
div.DivClassName
{
background-color: #60315C;
}
.BgClassName
{
background-color: #60315C;
}
</style>
border-color css
<style>
span { border-color: #60315C; }
span { border-color: rgb(96,49,92); }
td.TdClassName
{
border-color: #60315C;
}
.TagClassName
{
border-color: #60315C;
}
</style>