Shades of Palatinate Purple #680A66
Tints of Palatinate Purple #680A66
RGB
CMYK
RGB Variations
Color information
#680A66 (or 0x680A66) is known color: Palatinate Purple. HEX triplet: 68, 0A and 66. RGB value is (104,10,102). Sum of RGB (Red+Green+Blue) = 104+10+102=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #680A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A66 is #97F599. Grayscale: #303030. Windows color (decimal): -9958810 or 6687336. OLE color: 6687336.
HSL color Cylindrical-coordinate representation of color #680A66: hue angle of 301.28º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A66 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 102 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.59 |
| HSL | 301.28º | 0.82% | 0.22% | - |
| HSV(B) | 301.28º | 0.9% | 0.41% | - |
| XYZ | 8.22 | 4.12 | 12.93 | - |
| YUV | 48.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 102 | 0 | 0.90 | 0.02 | 0.59 | 301.28 | 0.82 | 0.22 |
| Hex | 68 | A | 66 | 0 | 5A | 2 | 3B | 12D | 52 | 16 |
| Octal | 150 | 12 | 146 | 0 | 132 | 2 | 73 | 455 | 122 | 26 |
| Binary | 1101000 | 1010 | 1100110 | 0 | 1011010 | 10 | 111011 | 100101101 | 1010010 | 10110 |
Color Harmonies of #680A66
Complementary color
Monochromatic Colors of #680A66
Black with #680A66
Text Example
Text Example
White with #680A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A66; }
p { color: rgb(104,10,102); }
H1.HeaderClassName
{
color: #680A66;
}
.AnyTagClassName
{
color: #680A66;
}
</style>
background-color css
<style>
a { background-color: #680A66; }
a { background-color: rgb(104,10,102); }
div.DivClassName
{
background-color: #680A66;
}
.BgClassName
{
background-color: #680A66;
}
</style>
border-color css
<style>
span { border-color: #680A66; }
span { border-color: rgb(104,10,102); }
td.TdClassName
{
border-color: #680A66;
}
.TagClassName
{
border-color: #680A66;
}
</style>