Shades of Palatinate Purple #680663
Tints of Palatinate Purple #680663
RGB
CMYK
RGB Variations
Color information
#680663 (or 0x680663) is known color: Palatinate Purple. HEX triplet: 68, 06 and 63. RGB value is (104,6,99). Sum of RGB (Red+Green+Blue) = 104+6+99=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680663 is #97F99C. Grayscale: #2D2D2D. Windows color (decimal): -9959837 or 6489704. OLE color: 6489704.
HSL color Cylindrical-coordinate representation of color #680663: hue angle of 303.06º 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 #680663 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 99 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.59 |
| HSL | 303.06º | 0.89% | 0.22% | - |
| HSV(B) | 303.06º | 0.94% | 0.41% | - |
| XYZ | 8.03 | 3.97 | 12.15 | - |
| YUV | 45.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 99 | 0 | 0.94 | 0.05 | 0.59 | 303.06 | 0.89 | 0.22 |
| Hex | 68 | 6 | 63 | 0 | 5E | 5 | 3B | 12F | 59 | 16 |
| Octal | 150 | 6 | 143 | 0 | 136 | 5 | 73 | 457 | 131 | 26 |
| Binary | 1101000 | 110 | 1100011 | 0 | 1011110 | 101 | 111011 | 100101111 | 1011001 | 10110 |
Color Harmonies of #680663
Complementary color
Monochromatic Colors of #680663
Black with #680663
Text Example
Text Example
White with #680663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680663; }
p { color: rgb(104,6,99); }
H1.HeaderClassName
{
color: #680663;
}
.AnyTagClassName
{
color: #680663;
}
</style>
background-color css
<style>
a { background-color: #680663; }
a { background-color: rgb(104,6,99); }
div.DivClassName
{
background-color: #680663;
}
.BgClassName
{
background-color: #680663;
}
</style>
border-color css
<style>
span { border-color: #680663; }
span { border-color: rgb(104,6,99); }
td.TdClassName
{
border-color: #680663;
}
.TagClassName
{
border-color: #680663;
}
</style>