Shades of Palatinate Purple #680862
Tints of Palatinate Purple #680862
RGB
CMYK
RGB Variations
Color information
#680862 (or 0x680862) is known color: Palatinate Purple. HEX triplet: 68, 08 and 62. RGB value is (104,8,98). Sum of RGB (Red+Green+Blue) = 104+8+98=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680862 is #97F79D. Grayscale: #2E2E2E. Windows color (decimal): -9959326 or 6424680. OLE color: 6424680.
HSL color Cylindrical-coordinate representation of color #680862: hue angle of 303.75º 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 #680862 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 98 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.59 |
| HSL | 303.75º | 0.86% | 0.22% | - |
| HSV(B) | 303.75º | 0.92% | 0.41% | - |
| XYZ | 8 | 4 | 11.91 | - |
| YUV | 46.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 98 | 0 | 0.92 | 0.06 | 0.59 | 303.75 | 0.86 | 0.22 |
| Hex | 68 | 8 | 62 | 0 | 5C | 6 | 3B | 130 | 56 | 16 |
| Octal | 150 | 10 | 142 | 0 | 134 | 6 | 73 | 460 | 126 | 26 |
| Binary | 1101000 | 1000 | 1100010 | 0 | 1011100 | 110 | 111011 | 100110000 | 1010110 | 10110 |
Color Harmonies of #680862
Complementary color
Monochromatic Colors of #680862
Black with #680862
Text Example
Text Example
White with #680862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680862; }
p { color: rgb(104,8,98); }
H1.HeaderClassName
{
color: #680862;
}
.AnyTagClassName
{
color: #680862;
}
</style>
background-color css
<style>
a { background-color: #680862; }
a { background-color: rgb(104,8,98); }
div.DivClassName
{
background-color: #680862;
}
.BgClassName
{
background-color: #680862;
}
</style>
border-color css
<style>
span { border-color: #680862; }
span { border-color: rgb(104,8,98); }
td.TdClassName
{
border-color: #680862;
}
.TagClassName
{
border-color: #680862;
}
</style>