Shades of Palatinate Purple #680E6B
Tints of Palatinate Purple #680E6B
RGB
CMYK
RGB Variations
Color information
#680E6B (or 0x680E6B) is known color: Palatinate Purple. HEX triplet: 68, 0E and 6B. RGB value is (104,14,107). Sum of RGB (Red+Green+Blue) = 104+14+107=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #680E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E6B is #97F194. Grayscale: #333333. Windows color (decimal): -9957781 or 7016040. OLE color: 7016040.
HSL color Cylindrical-coordinate representation of color #680E6B: hue angle of 298.06º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E6B is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 14 | 107 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.58 |
| HSL | 298.06º | 0.77% | 0.24% | - |
| HSV(B) | 298.06º | 0.87% | 0.42% | - |
| XYZ | 8.52 | 4.32 | 14.29 | - |
| YUV | 51.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 107 | 0.03 | 0.87 | 0 | 0.58 | 298.06 | 0.77 | 0.24 |
| Hex | 68 | E | 6B | 3 | 57 | 0 | 3A | 12A | 4D | 18 |
| Octal | 150 | 16 | 153 | 3 | 127 | 0 | 72 | 452 | 115 | 30 |
| Binary | 1101000 | 1110 | 1101011 | 11 | 1010111 | 0 | 111010 | 100101010 | 1001101 | 11000 |
Color Harmonies of #680E6B
Complementary color
Monochromatic Colors of #680E6B
Black with #680E6B
Text Example
Text Example
White with #680E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E6B; }
p { color: rgb(104,14,107); }
H1.HeaderClassName
{
color: #680E6B;
}
.AnyTagClassName
{
color: #680E6B;
}
</style>
background-color css
<style>
a { background-color: #680E6B; }
a { background-color: rgb(104,14,107); }
div.DivClassName
{
background-color: #680E6B;
}
.BgClassName
{
background-color: #680E6B;
}
</style>
border-color css
<style>
span { border-color: #680E6B; }
span { border-color: rgb(104,14,107); }
td.TdClassName
{
border-color: #680E6B;
}
.TagClassName
{
border-color: #680E6B;
}
</style>