Shades of Palatinate Purple #680861
Tints of Palatinate Purple #680861
RGB
CMYK
RGB Variations
Color information
#680861 (or 0x680861) is known color: Palatinate Purple. HEX triplet: 68, 08 and 61. RGB value is (104,8,97). Sum of RGB (Red+Green+Blue) = 104+8+97=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680861 is #97F79E. Grayscale: #2E2E2E. Windows color (decimal): -9959327 or 6359144. OLE color: 6359144.
HSL color Cylindrical-coordinate representation of color #680861: hue angle of 304.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680861 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 97 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.59 |
| HSL | 304.38º | 0.86% | 0.22% | - |
| HSV(B) | 304.38º | 0.92% | 0.41% | - |
| XYZ | 7.95 | 3.98 | 11.66 | - |
| YUV | 46.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 97 | 0 | 0.92 | 0.07 | 0.59 | 304.38 | 0.86 | 0.22 |
| Hex | 68 | 8 | 61 | 0 | 5C | 7 | 3B | 130 | 56 | 16 |
| Octal | 150 | 10 | 141 | 0 | 134 | 7 | 73 | 460 | 126 | 26 |
| Binary | 1101000 | 1000 | 1100001 | 0 | 1011100 | 111 | 111011 | 100110000 | 1010110 | 10110 |
Color Harmonies of #680861
Complementary color
Monochromatic Colors of #680861
Black with #680861
Text Example
Text Example
White with #680861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680861; }
p { color: rgb(104,8,97); }
H1.HeaderClassName
{
color: #680861;
}
.AnyTagClassName
{
color: #680861;
}
</style>
background-color css
<style>
a { background-color: #680861; }
a { background-color: rgb(104,8,97); }
div.DivClassName
{
background-color: #680861;
}
.BgClassName
{
background-color: #680861;
}
</style>
border-color css
<style>
span { border-color: #680861; }
span { border-color: rgb(104,8,97); }
td.TdClassName
{
border-color: #680861;
}
.TagClassName
{
border-color: #680861;
}
</style>