Shades of Palatinate Purple #680E6D
Tints of Palatinate Purple #680E6D
RGB
CMYK
RGB Variations
Color information
#680E6D (or 0x680E6D) is known color: Palatinate Purple. HEX triplet: 68, 0E and 6D. RGB value is (104,14,109). Sum of RGB (Red+Green+Blue) = 104+14+109=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #680E6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E6D is #97F192. Grayscale: #333333. Windows color (decimal): -9957779 or 7147112. OLE color: 7147112.
HSL color Cylindrical-coordinate representation of color #680E6D: hue angle of 296.84º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E6D is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 14 | 109 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.57 |
| HSL | 296.84º | 0.77% | 0.24% | - |
| HSV(B) | 296.84º | 0.87% | 0.43% | - |
| XYZ | 8.63 | 4.36 | 14.86 | - |
| YUV | 51.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 109 | 0.05 | 0.87 | 0 | 0.57 | 296.84 | 0.77 | 0.24 |
| Hex | 68 | E | 6D | 5 | 57 | 0 | 39 | 129 | 4D | 18 |
| Octal | 150 | 16 | 155 | 5 | 127 | 0 | 71 | 451 | 115 | 30 |
| Binary | 1101000 | 1110 | 1101101 | 101 | 1010111 | 0 | 111001 | 100101001 | 1001101 | 11000 |
Color Harmonies of #680E6D
Complementary color
Monochromatic Colors of #680E6D
Black with #680E6D
Text Example
Text Example
White with #680E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E6D; }
p { color: rgb(104,14,109); }
H1.HeaderClassName
{
color: #680E6D;
}
.AnyTagClassName
{
color: #680E6D;
}
</style>
background-color css
<style>
a { background-color: #680E6D; }
a { background-color: rgb(104,14,109); }
div.DivClassName
{
background-color: #680E6D;
}
.BgClassName
{
background-color: #680E6D;
}
</style>
border-color css
<style>
span { border-color: #680E6D; }
span { border-color: rgb(104,14,109); }
td.TdClassName
{
border-color: #680E6D;
}
.TagClassName
{
border-color: #680E6D;
}
</style>