Shades of Palatinate Purple #681162
Tints of Palatinate Purple #681162
RGB
CMYK
RGB Variations
Color information
#681162 (or 0x681162) is known color: Palatinate Purple. HEX triplet: 68, 11 and 62. RGB value is (104,17,98). Sum of RGB (Red+Green+Blue) = 104+17+98=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681162 is #97EE9D. Grayscale: #343434. Windows color (decimal): -9957022 or 6426984. OLE color: 6426984.
HSL color Cylindrical-coordinate representation of color #681162: hue angle of 304.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681162 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 98 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.59 |
| HSL | 304.14º | 0.72% | 0.24% | - |
| HSV(B) | 304.14º | 0.84% | 0.41% | - |
| XYZ | 8.11 | 4.23 | 11.94 | - |
| YUV | 52.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 98 | 0 | 0.84 | 0.06 | 0.59 | 304.14 | 0.72 | 0.24 |
| Hex | 68 | 11 | 62 | 0 | 54 | 6 | 3B | 130 | 48 | 18 |
| Octal | 150 | 21 | 142 | 0 | 124 | 6 | 73 | 460 | 110 | 30 |
| Binary | 1101000 | 10001 | 1100010 | 0 | 1010100 | 110 | 111011 | 100110000 | 1001000 | 11000 |
Color Harmonies of #681162
Complementary color
Monochromatic Colors of #681162
Black with #681162
Text Example
Text Example
White with #681162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681162; }
p { color: rgb(104,17,98); }
H1.HeaderClassName
{
color: #681162;
}
.AnyTagClassName
{
color: #681162;
}
</style>
background-color css
<style>
a { background-color: #681162; }
a { background-color: rgb(104,17,98); }
div.DivClassName
{
background-color: #681162;
}
.BgClassName
{
background-color: #681162;
}
</style>
border-color css
<style>
span { border-color: #681162; }
span { border-color: rgb(104,17,98); }
td.TdClassName
{
border-color: #681162;
}
.TagClassName
{
border-color: #681162;
}
</style>