Shades of Palatinate Purple #680959
Tints of Palatinate Purple #680959
RGB
CMYK
RGB Variations
Color information
#680959 (or 0x680959) is known color: Palatinate Purple. HEX triplet: 68, 09 and 59. RGB value is (104,9,89). Sum of RGB (Red+Green+Blue) = 104+9+89=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680959 is #97F6A6. Grayscale: #2E2E2E. Windows color (decimal): -9959079 or 5835112. OLE color: 5835112.
HSL color Cylindrical-coordinate representation of color #680959: hue angle of 309.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680959 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 89 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.59 |
| HSL | 309.47º | 0.84% | 0.22% | - |
| HSV(B) | 309.47º | 0.91% | 0.41% | - |
| XYZ | 7.61 | 3.86 | 9.8 | - |
| YUV | 46.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 89 | 0 | 0.91 | 0.14 | 0.59 | 309.47 | 0.84 | 0.22 |
| Hex | 68 | 9 | 59 | 0 | 5B | E | 3B | 135 | 54 | 16 |
| Octal | 150 | 11 | 131 | 0 | 133 | 16 | 73 | 465 | 124 | 26 |
| Binary | 1101000 | 1001 | 1011001 | 0 | 1011011 | 1110 | 111011 | 100110101 | 1010100 | 10110 |
Color Harmonies of #680959
Complementary color
Monochromatic Colors of #680959
Black with #680959
Text Example
Text Example
White with #680959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680959; }
p { color: rgb(104,9,89); }
H1.HeaderClassName
{
color: #680959;
}
.AnyTagClassName
{
color: #680959;
}
</style>
background-color css
<style>
a { background-color: #680959; }
a { background-color: rgb(104,9,89); }
div.DivClassName
{
background-color: #680959;
}
.BgClassName
{
background-color: #680959;
}
</style>
border-color css
<style>
span { border-color: #680959; }
span { border-color: rgb(104,9,89); }
td.TdClassName
{
border-color: #680959;
}
.TagClassName
{
border-color: #680959;
}
</style>