Shades of Palatinate Purple #680962
Tints of Palatinate Purple #680962
RGB
CMYK
RGB Variations
Color information
#680962 (or 0x680962) is known color: Palatinate Purple. HEX triplet: 68, 09 and 62. RGB value is (104,9,98). Sum of RGB (Red+Green+Blue) = 104+9+98=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680962 is #97F69D. Grayscale: #2F2F2F. Windows color (decimal): -9959070 or 6424936. OLE color: 6424936.
HSL color Cylindrical-coordinate representation of color #680962: hue angle of 303.79º 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 #680962 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 98 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.59 |
| HSL | 303.79º | 0.84% | 0.22% | - |
| HSV(B) | 303.79º | 0.91% | 0.41% | - |
| XYZ | 8.01 | 4.02 | 11.91 | - |
| YUV | 47.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 98 | 0 | 0.91 | 0.06 | 0.59 | 303.79 | 0.84 | 0.22 |
| Hex | 68 | 9 | 62 | 0 | 5B | 6 | 3B | 130 | 54 | 16 |
| Octal | 150 | 11 | 142 | 0 | 133 | 6 | 73 | 460 | 124 | 26 |
| Binary | 1101000 | 1001 | 1100010 | 0 | 1011011 | 110 | 111011 | 100110000 | 1010100 | 10110 |
Color Harmonies of #680962
Complementary color
Monochromatic Colors of #680962
Black with #680962
Text Example
Text Example
White with #680962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680962; }
p { color: rgb(104,9,98); }
H1.HeaderClassName
{
color: #680962;
}
.AnyTagClassName
{
color: #680962;
}
</style>
background-color css
<style>
a { background-color: #680962; }
a { background-color: rgb(104,9,98); }
div.DivClassName
{
background-color: #680962;
}
.BgClassName
{
background-color: #680962;
}
</style>
border-color css
<style>
span { border-color: #680962; }
span { border-color: rgb(104,9,98); }
td.TdClassName
{
border-color: #680962;
}
.TagClassName
{
border-color: #680962;
}
</style>