Shades of Palatinate Purple #680E58
Tints of Palatinate Purple #680E58
RGB
CMYK
RGB Variations
Color information
#680E58 (or 0x680E58) is known color: Palatinate Purple. HEX triplet: 68, 0E and 58. RGB value is (104,14,88). Sum of RGB (Red+Green+Blue) = 104+14+88=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E58 is #97F1A7. Grayscale: #313131. Windows color (decimal): -9957800 or 5770856. OLE color: 5770856.
HSL color Cylindrical-coordinate representation of color #680E58: hue angle of 310.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E58 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 88 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.59 |
| HSL | 310.67º | 0.76% | 0.23% | - |
| HSV(B) | 310.67º | 0.87% | 0.41% | - |
| XYZ | 7.63 | 3.96 | 9.6 | - |
| YUV | 49.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 88 | 0 | 0.87 | 0.15 | 0.59 | 310.67 | 0.76 | 0.23 |
| Hex | 68 | E | 58 | 0 | 57 | F | 3B | 137 | 4C | 17 |
| Octal | 150 | 16 | 130 | 0 | 127 | 17 | 73 | 467 | 114 | 27 |
| Binary | 1101000 | 1110 | 1011000 | 0 | 1010111 | 1111 | 111011 | 100110111 | 1001100 | 10111 |
Color Harmonies of #680E58
Complementary color
Monochromatic Colors of #680E58
Black with #680E58
Text Example
Text Example
White with #680E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E58; }
p { color: rgb(104,14,88); }
H1.HeaderClassName
{
color: #680E58;
}
.AnyTagClassName
{
color: #680E58;
}
</style>
background-color css
<style>
a { background-color: #680E58; }
a { background-color: rgb(104,14,88); }
div.DivClassName
{
background-color: #680E58;
}
.BgClassName
{
background-color: #680E58;
}
</style>
border-color css
<style>
span { border-color: #680E58; }
span { border-color: rgb(104,14,88); }
td.TdClassName
{
border-color: #680E58;
}
.TagClassName
{
border-color: #680E58;
}
</style>