Shades of Palatinate Purple #680A65
Tints of Palatinate Purple #680A65
RGB
CMYK
RGB Variations
Color information
#680A65 (or 0x680A65) is known color: Palatinate Purple. HEX triplet: 68, 0A and 65. RGB value is (104,10,101). Sum of RGB (Red+Green+Blue) = 104+10+101=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #680A65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A65 is #97F59A. Grayscale: #303030. Windows color (decimal): -9958811 or 6621800. OLE color: 6621800.
HSL color Cylindrical-coordinate representation of color #680A65: hue angle of 301.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A65 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 101 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.59 |
| HSL | 301.91º | 0.82% | 0.22% | - |
| HSV(B) | 301.91º | 0.9% | 0.41% | - |
| XYZ | 8.17 | 4.1 | 12.67 | - |
| YUV | 48.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 101 | 0 | 0.90 | 0.03 | 0.59 | 301.91 | 0.82 | 0.22 |
| Hex | 68 | A | 65 | 0 | 5A | 3 | 3B | 12E | 52 | 16 |
| Octal | 150 | 12 | 145 | 0 | 132 | 3 | 73 | 456 | 122 | 26 |
| Binary | 1101000 | 1010 | 1100101 | 0 | 1011010 | 11 | 111011 | 100101110 | 1010010 | 10110 |
Color Harmonies of #680A65
Complementary color
Monochromatic Colors of #680A65
Black with #680A65
Text Example
Text Example
White with #680A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A65; }
p { color: rgb(104,10,101); }
H1.HeaderClassName
{
color: #680A65;
}
.AnyTagClassName
{
color: #680A65;
}
</style>
background-color css
<style>
a { background-color: #680A65; }
a { background-color: rgb(104,10,101); }
div.DivClassName
{
background-color: #680A65;
}
.BgClassName
{
background-color: #680A65;
}
</style>
border-color css
<style>
span { border-color: #680A65; }
span { border-color: rgb(104,10,101); }
td.TdClassName
{
border-color: #680A65;
}
.TagClassName
{
border-color: #680A65;
}
</style>