Shades of Palatinate Purple #680A63
Tints of Palatinate Purple #680A63
RGB
CMYK
RGB Variations
Color information
#680A63 (or 0x680A63) is known color: Palatinate Purple. HEX triplet: 68, 0A and 63. RGB value is (104,10,99). Sum of RGB (Red+Green+Blue) = 104+10+99=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #680A63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A63 is #97F59C. Grayscale: #2F2F2F. Windows color (decimal): -9958813 or 6490728. OLE color: 6490728.
HSL color Cylindrical-coordinate representation of color #680A63: hue angle of 303.19º 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 #680A63 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 99 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.59 |
| HSL | 303.19º | 0.82% | 0.22% | - |
| HSV(B) | 303.19º | 0.9% | 0.41% | - |
| XYZ | 8.07 | 4.06 | 12.16 | - |
| YUV | 48.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 99 | 0 | 0.90 | 0.05 | 0.59 | 303.19 | 0.82 | 0.22 |
| Hex | 68 | A | 63 | 0 | 5A | 5 | 3B | 12F | 52 | 16 |
| Octal | 150 | 12 | 143 | 0 | 132 | 5 | 73 | 457 | 122 | 26 |
| Binary | 1101000 | 1010 | 1100011 | 0 | 1011010 | 101 | 111011 | 100101111 | 1010010 | 10110 |
Color Harmonies of #680A63
Complementary color
Monochromatic Colors of #680A63
Black with #680A63
Text Example
Text Example
White with #680A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A63; }
p { color: rgb(104,10,99); }
H1.HeaderClassName
{
color: #680A63;
}
.AnyTagClassName
{
color: #680A63;
}
</style>
background-color css
<style>
a { background-color: #680A63; }
a { background-color: rgb(104,10,99); }
div.DivClassName
{
background-color: #680A63;
}
.BgClassName
{
background-color: #680A63;
}
</style>
border-color css
<style>
span { border-color: #680A63; }
span { border-color: rgb(104,10,99); }
td.TdClassName
{
border-color: #680A63;
}
.TagClassName
{
border-color: #680A63;
}
</style>