Shades of Palatinate Purple #680660
Tints of Palatinate Purple #680660
RGB
CMYK
RGB Variations
Color information
#680660 (or 0x680660) is known color: Palatinate Purple. HEX triplet: 68, 06 and 60. RGB value is (104,6,96). Sum of RGB (Red+Green+Blue) = 104+6+96=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680660 is #97F99F. Grayscale: #2D2D2D. Windows color (decimal): -9959840 or 6293096. OLE color: 6293096.
HSL color Cylindrical-coordinate representation of color #680660: hue angle of 304.9º 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 #680660 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 96 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.59 |
| HSL | 304.9º | 0.89% | 0.22% | - |
| HSV(B) | 304.9º | 0.94% | 0.41% | - |
| XYZ | 7.89 | 3.92 | 11.41 | - |
| YUV | 45.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 96 | 0 | 0.94 | 0.08 | 0.59 | 304.9 | 0.89 | 0.22 |
| Hex | 68 | 6 | 60 | 0 | 5E | 8 | 3B | 131 | 59 | 16 |
| Octal | 150 | 6 | 140 | 0 | 136 | 10 | 73 | 461 | 131 | 26 |
| Binary | 1101000 | 110 | 1100000 | 0 | 1011110 | 1000 | 111011 | 100110001 | 1011001 | 10110 |
Color Harmonies of #680660
Complementary color
Monochromatic Colors of #680660
Black with #680660
Text Example
Text Example
White with #680660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680660; }
p { color: rgb(104,6,96); }
H1.HeaderClassName
{
color: #680660;
}
.AnyTagClassName
{
color: #680660;
}
</style>
background-color css
<style>
a { background-color: #680660; }
a { background-color: rgb(104,6,96); }
div.DivClassName
{
background-color: #680660;
}
.BgClassName
{
background-color: #680660;
}
</style>
border-color css
<style>
span { border-color: #680660; }
span { border-color: rgb(104,6,96); }
td.TdClassName
{
border-color: #680660;
}
.TagClassName
{
border-color: #680660;
}
</style>