Shades of Palatinate Purple #680A62
Tints of Palatinate Purple #680A62
RGB
CMYK
RGB Variations
Color information
#680A62 (or 0x680A62) is known color: Palatinate Purple. HEX triplet: 68, 0A and 62. RGB value is (104,10,98). Sum of RGB (Red+Green+Blue) = 104+10+98=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #680A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A62 is #97F59D. Grayscale: #2F2F2F. Windows color (decimal): -9958814 or 6425192. OLE color: 6425192.
HSL color Cylindrical-coordinate representation of color #680A62: hue angle of 303.83º 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 #680A62 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 98 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.59 |
| HSL | 303.83º | 0.82% | 0.22% | - |
| HSV(B) | 303.83º | 0.9% | 0.41% | - |
| XYZ | 8.02 | 4.04 | 11.91 | - |
| YUV | 48.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 98 | 0 | 0.90 | 0.06 | 0.59 | 303.83 | 0.82 | 0.22 |
| Hex | 68 | A | 62 | 0 | 5A | 6 | 3B | 130 | 52 | 16 |
| Octal | 150 | 12 | 142 | 0 | 132 | 6 | 73 | 460 | 122 | 26 |
| Binary | 1101000 | 1010 | 1100010 | 0 | 1011010 | 110 | 111011 | 100110000 | 1010010 | 10110 |
Color Harmonies of #680A62
Complementary color
Monochromatic Colors of #680A62
Black with #680A62
Text Example
Text Example
White with #680A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A62; }
p { color: rgb(104,10,98); }
H1.HeaderClassName
{
color: #680A62;
}
.AnyTagClassName
{
color: #680A62;
}
</style>
background-color css
<style>
a { background-color: #680A62; }
a { background-color: rgb(104,10,98); }
div.DivClassName
{
background-color: #680A62;
}
.BgClassName
{
background-color: #680A62;
}
</style>
border-color css
<style>
span { border-color: #680A62; }
span { border-color: rgb(104,10,98); }
td.TdClassName
{
border-color: #680A62;
}
.TagClassName
{
border-color: #680A62;
}
</style>