Shades of Palatinate Purple #680B68
Tints of Palatinate Purple #680B68
RGB
CMYK
RGB Variations
Color information
#680B68 (or 0x680B68) is known color: Palatinate Purple. HEX triplet: 68, 0B and 68. RGB value is (104,11,104). Sum of RGB (Red+Green+Blue) = 104+11+104=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B68 is #97F497. Grayscale: #313131. Windows color (decimal): -9958552 or 6818664. OLE color: 6818664.
HSL color Cylindrical-coordinate representation of color #680B68: hue angle of 300º 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 #680B68 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 104 | - |
| CMYK | 0 | 0.89 | 0 | 0.59 |
| HSL | 300º | 0.81% | 0.23% | - |
| HSV(B) | 300º | 0.89% | 0.41% | - |
| XYZ | 8.33 | 4.18 | 13.46 | - |
| YUV | 49.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 104 | 0 | 0.89 | 0 | 0.59 | 300 | 0.81 | 0.23 |
| Hex | 68 | B | 68 | 0 | 59 | 0 | 3B | 12C | 51 | 17 |
| Octal | 150 | 13 | 150 | 0 | 131 | 0 | 73 | 454 | 121 | 27 |
| Binary | 1101000 | 1011 | 1101000 | 0 | 1011001 | 0 | 111011 | 100101100 | 1010001 | 10111 |
Color Harmonies of #680B68
Complementary color
Monochromatic Colors of #680B68
Black with #680B68
Text Example
Text Example
White with #680B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B68; }
p { color: rgb(104,11,104); }
H1.HeaderClassName
{
color: #680B68;
}
.AnyTagClassName
{
color: #680B68;
}
</style>
background-color css
<style>
a { background-color: #680B68; }
a { background-color: rgb(104,11,104); }
div.DivClassName
{
background-color: #680B68;
}
.BgClassName
{
background-color: #680B68;
}
</style>
border-color css
<style>
span { border-color: #680B68; }
span { border-color: rgb(104,11,104); }
td.TdClassName
{
border-color: #680B68;
}
.TagClassName
{
border-color: #680B68;
}
</style>