Shades of Palatinate Purple #680966
Tints of Palatinate Purple #680966
RGB
CMYK
RGB Variations
Color information
#680966 (or 0x680966) is known color: Palatinate Purple. HEX triplet: 68, 09 and 66. RGB value is (104,9,102). Sum of RGB (Red+Green+Blue) = 104+9+102=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #680966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680966 is #97F699. Grayscale: #2F2F2F. Windows color (decimal): -9959066 or 6687080. OLE color: 6687080.
HSL color Cylindrical-coordinate representation of color #680966: hue angle of 301.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680966 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 102 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.59 |
| HSL | 301.26º | 0.84% | 0.22% | - |
| HSV(B) | 301.26º | 0.91% | 0.41% | - |
| XYZ | 8.2 | 4.1 | 12.93 | - |
| YUV | 48.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 102 | 0 | 0.91 | 0.02 | 0.59 | 301.26 | 0.84 | 0.22 |
| Hex | 68 | 9 | 66 | 0 | 5B | 2 | 3B | 12D | 54 | 16 |
| Octal | 150 | 11 | 146 | 0 | 133 | 2 | 73 | 455 | 124 | 26 |
| Binary | 1101000 | 1001 | 1100110 | 0 | 1011011 | 10 | 111011 | 100101101 | 1010100 | 10110 |
Color Harmonies of #680966
Complementary color
Monochromatic Colors of #680966
Black with #680966
Text Example
Text Example
White with #680966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680966; }
p { color: rgb(104,9,102); }
H1.HeaderClassName
{
color: #680966;
}
.AnyTagClassName
{
color: #680966;
}
</style>
background-color css
<style>
a { background-color: #680966; }
a { background-color: rgb(104,9,102); }
div.DivClassName
{
background-color: #680966;
}
.BgClassName
{
background-color: #680966;
}
</style>
border-color css
<style>
span { border-color: #680966; }
span { border-color: rgb(104,9,102); }
td.TdClassName
{
border-color: #680966;
}
.TagClassName
{
border-color: #680966;
}
</style>