Shades of Palatinate Purple #680C66
Tints of Palatinate Purple #680C66
RGB
CMYK
RGB Variations
Color information
#680C66 (or 0x680C66) is known color: Palatinate Purple. HEX triplet: 68, 0C and 66. RGB value is (104,12,102). Sum of RGB (Red+Green+Blue) = 104+12+102=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #680C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C66 is #97F399. Grayscale: #313131. Windows color (decimal): -9958298 or 6687848. OLE color: 6687848.
HSL color Cylindrical-coordinate representation of color #680C66: hue angle of 301.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C66 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 102 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.59 |
| HSL | 301.3º | 0.79% | 0.23% | - |
| HSV(B) | 301.3º | 0.88% | 0.41% | - |
| XYZ | 8.24 | 4.17 | 12.94 | - |
| YUV | 49.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 102 | 0 | 0.88 | 0.02 | 0.59 | 301.3 | 0.79 | 0.23 |
| Hex | 68 | C | 66 | 0 | 58 | 2 | 3B | 12D | 4F | 17 |
| Octal | 150 | 14 | 146 | 0 | 130 | 2 | 73 | 455 | 117 | 27 |
| Binary | 1101000 | 1100 | 1100110 | 0 | 1011000 | 10 | 111011 | 100101101 | 1001111 | 10111 |
Color Harmonies of #680C66
Complementary color
Monochromatic Colors of #680C66
Black with #680C66
Text Example
Text Example
White with #680C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C66; }
p { color: rgb(104,12,102); }
H1.HeaderClassName
{
color: #680C66;
}
.AnyTagClassName
{
color: #680C66;
}
</style>
background-color css
<style>
a { background-color: #680C66; }
a { background-color: rgb(104,12,102); }
div.DivClassName
{
background-color: #680C66;
}
.BgClassName
{
background-color: #680C66;
}
</style>
border-color css
<style>
span { border-color: #680C66; }
span { border-color: rgb(104,12,102); }
td.TdClassName
{
border-color: #680C66;
}
.TagClassName
{
border-color: #680C66;
}
</style>