Shades of Palatinate Purple #60116B
Tints of Palatinate Purple #60116B
RGB
CMYK
RGB Variations
Color information
#60116B (or 0x60116B) is known color: Palatinate Purple. HEX triplet: 60, 11 and 6B. RGB value is (96,17,107). Sum of RGB (Red+Green+Blue) = 96+17+107=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #60116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60116B is #9FEE94. Grayscale: #323232. Windows color (decimal): -10481301 or 7016800. OLE color: 7016800.
HSL color Cylindrical-coordinate representation of color #60116B: hue angle of 292.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60116B is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 17 | 107 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.58 |
| HSL | 292.67º | 0.73% | 0.24% | - |
| HSV(B) | 292.67º | 0.84% | 0.42% | - |
| XYZ | 7.68 | 3.95 | 14.27 | - |
| YUV | 50.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 107 | 0.10 | 0.84 | 0 | 0.58 | 292.67 | 0.73 | 0.24 |
| Hex | 60 | 11 | 6B | A | 54 | 0 | 3A | 125 | 49 | 18 |
| Octal | 140 | 21 | 153 | 12 | 124 | 0 | 72 | 445 | 111 | 30 |
| Binary | 1100000 | 10001 | 1101011 | 1010 | 1010100 | 0 | 111010 | 100100101 | 1001001 | 11000 |
Color Harmonies of #60116B
Complementary color
Monochromatic Colors of #60116B
Black with #60116B
Text Example
Text Example
White with #60116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60116B; }
p { color: rgb(96,17,107); }
H1.HeaderClassName
{
color: #60116B;
}
.AnyTagClassName
{
color: #60116B;
}
</style>
background-color css
<style>
a { background-color: #60116B; }
a { background-color: rgb(96,17,107); }
div.DivClassName
{
background-color: #60116B;
}
.BgClassName
{
background-color: #60116B;
}
</style>
border-color css
<style>
span { border-color: #60116B; }
span { border-color: rgb(96,17,107); }
td.TdClassName
{
border-color: #60116B;
}
.TagClassName
{
border-color: #60116B;
}
</style>