Shades of Palatinate Purple #680662
Tints of Palatinate Purple #680662
RGB
CMYK
RGB Variations
Color information
#680662 (or 0x680662) is known color: Palatinate Purple. HEX triplet: 68, 06 and 62. RGB value is (104,6,98). Sum of RGB (Red+Green+Blue) = 104+6+98=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680662 is #97F99D. Grayscale: #2D2D2D. Windows color (decimal): -9959838 or 6424168. OLE color: 6424168.
HSL color Cylindrical-coordinate representation of color #680662: hue angle of 303.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680662 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 98 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.59 |
| HSL | 303.67º | 0.89% | 0.22% | - |
| HSV(B) | 303.67º | 0.94% | 0.41% | - |
| XYZ | 7.98 | 3.96 | 11.9 | - |
| YUV | 45.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 98 | 0 | 0.94 | 0.06 | 0.59 | 303.67 | 0.89 | 0.22 |
| Hex | 68 | 6 | 62 | 0 | 5E | 6 | 3B | 130 | 59 | 16 |
| Octal | 150 | 6 | 142 | 0 | 136 | 6 | 73 | 460 | 131 | 26 |
| Binary | 1101000 | 110 | 1100010 | 0 | 1011110 | 110 | 111011 | 100110000 | 1011001 | 10110 |
Color Harmonies of #680662
Complementary color
Monochromatic Colors of #680662
Black with #680662
Text Example
Text Example
White with #680662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680662; }
p { color: rgb(104,6,98); }
H1.HeaderClassName
{
color: #680662;
}
.AnyTagClassName
{
color: #680662;
}
</style>
background-color css
<style>
a { background-color: #680662; }
a { background-color: rgb(104,6,98); }
div.DivClassName
{
background-color: #680662;
}
.BgClassName
{
background-color: #680662;
}
</style>
border-color css
<style>
span { border-color: #680662; }
span { border-color: rgb(104,6,98); }
td.TdClassName
{
border-color: #680662;
}
.TagClassName
{
border-color: #680662;
}
</style>