Shades of Palatinate Purple #680B59
Tints of Palatinate Purple #680B59
RGB
CMYK
RGB Variations
Color information
#680B59 (or 0x680B59) is known color: Palatinate Purple. HEX triplet: 68, 0B and 59. RGB value is (104,11,89). Sum of RGB (Red+Green+Blue) = 104+11+89=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B59 is #97F4A6. Grayscale: #2F2F2F. Windows color (decimal): -9958567 or 5835624. OLE color: 5835624.
HSL color Cylindrical-coordinate representation of color #680B59: hue angle of 309.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B59 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 89 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.59 |
| HSL | 309.68º | 0.81% | 0.23% | - |
| HSV(B) | 309.68º | 0.89% | 0.41% | - |
| XYZ | 7.63 | 3.9 | 9.8 | - |
| YUV | 47.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 89 | 0 | 0.89 | 0.14 | 0.59 | 309.68 | 0.81 | 0.23 |
| Hex | 68 | B | 59 | 0 | 59 | E | 3B | 136 | 51 | 17 |
| Octal | 150 | 13 | 131 | 0 | 131 | 16 | 73 | 466 | 121 | 27 |
| Binary | 1101000 | 1011 | 1011001 | 0 | 1011001 | 1110 | 111011 | 100110110 | 1010001 | 10111 |
Color Harmonies of #680B59
Complementary color
Monochromatic Colors of #680B59
Black with #680B59
Text Example
Text Example
White with #680B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B59; }
p { color: rgb(104,11,89); }
H1.HeaderClassName
{
color: #680B59;
}
.AnyTagClassName
{
color: #680B59;
}
</style>
background-color css
<style>
a { background-color: #680B59; }
a { background-color: rgb(104,11,89); }
div.DivClassName
{
background-color: #680B59;
}
.BgClassName
{
background-color: #680B59;
}
</style>
border-color css
<style>
span { border-color: #680B59; }
span { border-color: rgb(104,11,89); }
td.TdClassName
{
border-color: #680B59;
}
.TagClassName
{
border-color: #680B59;
}
</style>