Shades of Palatinate Purple #680661
Tints of Palatinate Purple #680661
RGB
CMYK
RGB Variations
Color information
#680661 (or 0x680661) is known color: Palatinate Purple. HEX triplet: 68, 06 and 61. RGB value is (104,6,97). Sum of RGB (Red+Green+Blue) = 104+6+97=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680661 is #97F99E. Grayscale: #2D2D2D. Windows color (decimal): -9959839 or 6358632. OLE color: 6358632.
HSL color Cylindrical-coordinate representation of color #680661: hue angle of 304.29º 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 #680661 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 97 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.59 |
| HSL | 304.29º | 0.89% | 0.22% | - |
| HSV(B) | 304.29º | 0.94% | 0.41% | - |
| XYZ | 7.93 | 3.94 | 11.65 | - |
| YUV | 45.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 97 | 0 | 0.94 | 0.07 | 0.59 | 304.29 | 0.89 | 0.22 |
| Hex | 68 | 6 | 61 | 0 | 5E | 7 | 3B | 130 | 59 | 16 |
| Octal | 150 | 6 | 141 | 0 | 136 | 7 | 73 | 460 | 131 | 26 |
| Binary | 1101000 | 110 | 1100001 | 0 | 1011110 | 111 | 111011 | 100110000 | 1011001 | 10110 |
Color Harmonies of #680661
Complementary color
Monochromatic Colors of #680661
Black with #680661
Text Example
Text Example
White with #680661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680661; }
p { color: rgb(104,6,97); }
H1.HeaderClassName
{
color: #680661;
}
.AnyTagClassName
{
color: #680661;
}
</style>
background-color css
<style>
a { background-color: #680661; }
a { background-color: rgb(104,6,97); }
div.DivClassName
{
background-color: #680661;
}
.BgClassName
{
background-color: #680661;
}
</style>
border-color css
<style>
span { border-color: #680661; }
span { border-color: rgb(104,6,97); }
td.TdClassName
{
border-color: #680661;
}
.TagClassName
{
border-color: #680661;
}
</style>