Shades of Palatinate Purple #680859
Tints of Palatinate Purple #680859
RGB
CMYK
RGB Variations
Color information
#680859 (or 0x680859) is known color: Palatinate Purple. HEX triplet: 68, 08 and 59. RGB value is (104,8,89). Sum of RGB (Red+Green+Blue) = 104+8+89=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680859 is #97F7A6. Grayscale: #2D2D2D. Windows color (decimal): -9959335 or 5834856. OLE color: 5834856.
HSL color Cylindrical-coordinate representation of color #680859: hue angle of 309.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 #680859 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 89 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.59 |
| HSL | 309.38º | 0.86% | 0.22% | - |
| HSV(B) | 309.38º | 0.92% | 0.41% | - |
| XYZ | 7.6 | 3.84 | 9.79 | - |
| YUV | 45.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 89 | 0 | 0.92 | 0.14 | 0.59 | 309.38 | 0.86 | 0.22 |
| Hex | 68 | 8 | 59 | 0 | 5C | E | 3B | 135 | 56 | 16 |
| Octal | 150 | 10 | 131 | 0 | 134 | 16 | 73 | 465 | 126 | 26 |
| Binary | 1101000 | 1000 | 1011001 | 0 | 1011100 | 1110 | 111011 | 100110101 | 1010110 | 10110 |
Color Harmonies of #680859
Complementary color
Monochromatic Colors of #680859
Black with #680859
Text Example
Text Example
White with #680859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680859; }
p { color: rgb(104,8,89); }
H1.HeaderClassName
{
color: #680859;
}
.AnyTagClassName
{
color: #680859;
}
</style>
background-color css
<style>
a { background-color: #680859; }
a { background-color: rgb(104,8,89); }
div.DivClassName
{
background-color: #680859;
}
.BgClassName
{
background-color: #680859;
}
</style>
border-color css
<style>
span { border-color: #680859; }
span { border-color: rgb(104,8,89); }
td.TdClassName
{
border-color: #680859;
}
.TagClassName
{
border-color: #680859;
}
</style>