Shades of Palatinate Purple #681166
Tints of Palatinate Purple #681166
RGB
CMYK
RGB Variations
Color information
#681166 (or 0x681166) is known color: Palatinate Purple. HEX triplet: 68, 11 and 66. RGB value is (104,17,102). Sum of RGB (Red+Green+Blue) = 104+17+102=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681166 is #97EE99. Grayscale: #343434. Windows color (decimal): -9957018 or 6689128. OLE color: 6689128.
HSL color Cylindrical-coordinate representation of color #681166: hue angle of 301.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681166 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 102 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.59 |
| HSL | 301.38º | 0.72% | 0.24% | - |
| HSV(B) | 301.38º | 0.84% | 0.41% | - |
| XYZ | 8.31 | 4.3 | 12.96 | - |
| YUV | 52.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 102 | 0 | 0.84 | 0.02 | 0.59 | 301.38 | 0.72 | 0.24 |
| Hex | 68 | 11 | 66 | 0 | 54 | 2 | 3B | 12D | 48 | 18 |
| Octal | 150 | 21 | 146 | 0 | 124 | 2 | 73 | 455 | 110 | 30 |
| Binary | 1101000 | 10001 | 1100110 | 0 | 1010100 | 10 | 111011 | 100101101 | 1001000 | 11000 |
Color Harmonies of #681166
Complementary color
Monochromatic Colors of #681166
Black with #681166
Text Example
Text Example
White with #681166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681166; }
p { color: rgb(104,17,102); }
H1.HeaderClassName
{
color: #681166;
}
.AnyTagClassName
{
color: #681166;
}
</style>
background-color css
<style>
a { background-color: #681166; }
a { background-color: rgb(104,17,102); }
div.DivClassName
{
background-color: #681166;
}
.BgClassName
{
background-color: #681166;
}
</style>
border-color css
<style>
span { border-color: #681166; }
span { border-color: rgb(104,17,102); }
td.TdClassName
{
border-color: #681166;
}
.TagClassName
{
border-color: #681166;
}
</style>