Shades of Palatinate Purple #680965
Tints of Palatinate Purple #680965
RGB
CMYK
RGB Variations
Color information
#680965 (or 0x680965) is known color: Palatinate Purple. HEX triplet: 68, 09 and 65. RGB value is (104,9,101). Sum of RGB (Red+Green+Blue) = 104+9+101=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680965 is #97F69A. Grayscale: #2F2F2F. Windows color (decimal): -9959067 or 6621544. OLE color: 6621544.
HSL color Cylindrical-coordinate representation of color #680965: hue angle of 301.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680965 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 101 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.59 |
| HSL | 301.89º | 0.84% | 0.22% | - |
| HSV(B) | 301.89º | 0.91% | 0.41% | - |
| XYZ | 8.16 | 4.08 | 12.67 | - |
| YUV | 47.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 101 | 0 | 0.91 | 0.03 | 0.59 | 301.89 | 0.84 | 0.22 |
| Hex | 68 | 9 | 65 | 0 | 5B | 3 | 3B | 12E | 54 | 16 |
| Octal | 150 | 11 | 145 | 0 | 133 | 3 | 73 | 456 | 124 | 26 |
| Binary | 1101000 | 1001 | 1100101 | 0 | 1011011 | 11 | 111011 | 100101110 | 1010100 | 10110 |
Color Harmonies of #680965
Complementary color
Monochromatic Colors of #680965
Black with #680965
Text Example
Text Example
White with #680965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680965; }
p { color: rgb(104,9,101); }
H1.HeaderClassName
{
color: #680965;
}
.AnyTagClassName
{
color: #680965;
}
</style>
background-color css
<style>
a { background-color: #680965; }
a { background-color: rgb(104,9,101); }
div.DivClassName
{
background-color: #680965;
}
.BgClassName
{
background-color: #680965;
}
</style>
border-color css
<style>
span { border-color: #680965; }
span { border-color: rgb(104,9,101); }
td.TdClassName
{
border-color: #680965;
}
.TagClassName
{
border-color: #680965;
}
</style>