Shades of Palatinate Purple #680865
Tints of Palatinate Purple #680865
RGB
CMYK
RGB Variations
Color information
#680865 (or 0x680865) is known color: Palatinate Purple. HEX triplet: 68, 08 and 65. RGB value is (104,8,101). Sum of RGB (Red+Green+Blue) = 104+8+101=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #680865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680865 is #97F79A. Grayscale: #2F2F2F. Windows color (decimal): -9959323 or 6621288. OLE color: 6621288.
HSL color Cylindrical-coordinate representation of color #680865: hue angle of 301.88º 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 #680865 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 101 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.59 |
| HSL | 301.88º | 0.86% | 0.22% | - |
| HSV(B) | 301.88º | 0.92% | 0.41% | - |
| XYZ | 8.14 | 4.06 | 12.67 | - |
| YUV | 47.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 101 | 0 | 0.92 | 0.03 | 0.59 | 301.88 | 0.86 | 0.22 |
| Hex | 68 | 8 | 65 | 0 | 5C | 3 | 3B | 12E | 56 | 16 |
| Octal | 150 | 10 | 145 | 0 | 134 | 3 | 73 | 456 | 126 | 26 |
| Binary | 1101000 | 1000 | 1100101 | 0 | 1011100 | 11 | 111011 | 100101110 | 1010110 | 10110 |
Color Harmonies of #680865
Complementary color
Monochromatic Colors of #680865
Black with #680865
Text Example
Text Example
White with #680865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680865; }
p { color: rgb(104,8,101); }
H1.HeaderClassName
{
color: #680865;
}
.AnyTagClassName
{
color: #680865;
}
</style>
background-color css
<style>
a { background-color: #680865; }
a { background-color: rgb(104,8,101); }
div.DivClassName
{
background-color: #680865;
}
.BgClassName
{
background-color: #680865;
}
</style>
border-color css
<style>
span { border-color: #680865; }
span { border-color: rgb(104,8,101); }
td.TdClassName
{
border-color: #680865;
}
.TagClassName
{
border-color: #680865;
}
</style>