Shades of Palatinate Purple #680A64
Tints of Palatinate Purple #680A64
RGB
CMYK
RGB Variations
Color information
#680A64 (or 0x680A64) is known color: Palatinate Purple. HEX triplet: 68, 0A and 64. RGB value is (104,10,100). Sum of RGB (Red+Green+Blue) = 104+10+100=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A64 is #97F59B. Grayscale: #303030. Windows color (decimal): -9958812 or 6556264. OLE color: 6556264.
HSL color Cylindrical-coordinate representation of color #680A64: hue angle of 302.55º 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 #680A64 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 100 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.59 |
| HSL | 302.55º | 0.82% | 0.22% | - |
| HSV(B) | 302.55º | 0.9% | 0.41% | - |
| XYZ | 8.12 | 4.08 | 12.42 | - |
| YUV | 48.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 100 | 0 | 0.90 | 0.04 | 0.59 | 302.55 | 0.82 | 0.22 |
| Hex | 68 | A | 64 | 0 | 5A | 4 | 3B | 12F | 52 | 16 |
| Octal | 150 | 12 | 144 | 0 | 132 | 4 | 73 | 457 | 122 | 26 |
| Binary | 1101000 | 1010 | 1100100 | 0 | 1011010 | 100 | 111011 | 100101111 | 1010010 | 10110 |
Color Harmonies of #680A64
Complementary color
Monochromatic Colors of #680A64
Black with #680A64
Text Example
Text Example
White with #680A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A64; }
p { color: rgb(104,10,100); }
H1.HeaderClassName
{
color: #680A64;
}
.AnyTagClassName
{
color: #680A64;
}
</style>
background-color css
<style>
a { background-color: #680A64; }
a { background-color: rgb(104,10,100); }
div.DivClassName
{
background-color: #680A64;
}
.BgClassName
{
background-color: #680A64;
}
</style>
border-color css
<style>
span { border-color: #680A64; }
span { border-color: rgb(104,10,100); }
td.TdClassName
{
border-color: #680A64;
}
.TagClassName
{
border-color: #680A64;
}
</style>