Shades of Palatinate Purple #68116E
Tints of Palatinate Purple #68116E
RGB
CMYK
RGB Variations
Color information
#68116E (or 0x68116E) is known color: Palatinate Purple. HEX triplet: 68, 11 and 6E. RGB value is (104,17,110). Sum of RGB (Red+Green+Blue) = 104+17+110=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #68116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116E is #97EE91. Grayscale: #353535. Windows color (decimal): -9957010 or 7213416. OLE color: 7213416.
HSL color Cylindrical-coordinate representation of color #68116E: hue angle of 296.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68116E is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 17 | 110 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.57 |
| HSL | 296.13º | 0.73% | 0.25% | - |
| HSV(B) | 296.13º | 0.85% | 0.43% | - |
| XYZ | 8.72 | 4.47 | 15.15 | - |
| YUV | 53.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 110 | 0.05 | 0.85 | 0 | 0.57 | 296.13 | 0.73 | 0.25 |
| Hex | 68 | 11 | 6E | 5 | 55 | 0 | 39 | 128 | 49 | 19 |
| Octal | 150 | 21 | 156 | 5 | 125 | 0 | 71 | 450 | 111 | 31 |
| Binary | 1101000 | 10001 | 1101110 | 101 | 1010101 | 0 | 111001 | 100101000 | 1001001 | 11001 |
Color Harmonies of #68116E
Complementary color
Monochromatic Colors of #68116E
Black with #68116E
Text Example
Text Example
White with #68116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68116E; }
p { color: rgb(104,17,110); }
H1.HeaderClassName
{
color: #68116E;
}
.AnyTagClassName
{
color: #68116E;
}
</style>
background-color css
<style>
a { background-color: #68116E; }
a { background-color: rgb(104,17,110); }
div.DivClassName
{
background-color: #68116E;
}
.BgClassName
{
background-color: #68116E;
}
</style>
border-color css
<style>
span { border-color: #68116E; }
span { border-color: rgb(104,17,110); }
td.TdClassName
{
border-color: #68116E;
}
.TagClassName
{
border-color: #68116E;
}
</style>