Shades of Palatinate Purple #60115D
Tints of Palatinate Purple #60115D
RGB
CMYK
RGB Variations
Color information
#60115D (or 0x60115D) is known color: Palatinate Purple. HEX triplet: 60, 11 and 5D. RGB value is (96,17,93). Sum of RGB (Red+Green+Blue) = 96+17+93=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115D is #9FEEA2. Grayscale: #313131. Windows color (decimal): -10481315 or 6099296. OLE color: 6099296.
HSL color Cylindrical-coordinate representation of color #60115D: hue angle of 302.28º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60115D is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 17 | 93 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.62 |
| HSL | 302.28º | 0.7% | 0.22% | - |
| HSV(B) | 302.28º | 0.82% | 0.38% | - |
| XYZ | 7 | 3.68 | 10.7 | - |
| YUV | 49.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 93 | 0 | 0.82 | 0.03 | 0.62 | 302.28 | 0.7 | 0.22 |
| Hex | 60 | 11 | 5D | 0 | 52 | 3 | 3E | 12E | 46 | 16 |
| Octal | 140 | 21 | 135 | 0 | 122 | 3 | 76 | 456 | 106 | 26 |
| Binary | 1100000 | 10001 | 1011101 | 0 | 1010010 | 11 | 111110 | 100101110 | 1000110 | 10110 |
Color Harmonies of #60115D
Complementary color
Monochromatic Colors of #60115D
Black with #60115D
Text Example
Text Example
White with #60115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60115D; }
p { color: rgb(96,17,93); }
H1.HeaderClassName
{
color: #60115D;
}
.AnyTagClassName
{
color: #60115D;
}
</style>
background-color css
<style>
a { background-color: #60115D; }
a { background-color: rgb(96,17,93); }
div.DivClassName
{
background-color: #60115D;
}
.BgClassName
{
background-color: #60115D;
}
</style>
border-color css
<style>
span { border-color: #60115D; }
span { border-color: rgb(96,17,93); }
td.TdClassName
{
border-color: #60115D;
}
.TagClassName
{
border-color: #60115D;
}
</style>