Shades of Palatinate Purple #681164
Tints of Palatinate Purple #681164
RGB
CMYK
RGB Variations
Color information
#681164 (or 0x681164) is known color: Palatinate Purple. HEX triplet: 68, 11 and 64. RGB value is (104,17,100). Sum of RGB (Red+Green+Blue) = 104+17+100=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681164 is #97EE9B. Grayscale: #343434. Windows color (decimal): -9957020 or 6558056. OLE color: 6558056.
HSL color Cylindrical-coordinate representation of color #681164: hue angle of 302.76º 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 #681164 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 100 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.59 |
| HSL | 302.76º | 0.72% | 0.24% | - |
| HSV(B) | 302.76º | 0.84% | 0.41% | - |
| XYZ | 8.21 | 4.26 | 12.45 | - |
| YUV | 52.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 100 | 0 | 0.84 | 0.04 | 0.59 | 302.76 | 0.72 | 0.24 |
| Hex | 68 | 11 | 64 | 0 | 54 | 4 | 3B | 12F | 48 | 18 |
| Octal | 150 | 21 | 144 | 0 | 124 | 4 | 73 | 457 | 110 | 30 |
| Binary | 1101000 | 10001 | 1100100 | 0 | 1010100 | 100 | 111011 | 100101111 | 1001000 | 11000 |
Color Harmonies of #681164
Complementary color
Monochromatic Colors of #681164
Black with #681164
Text Example
Text Example
White with #681164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681164; }
p { color: rgb(104,17,100); }
H1.HeaderClassName
{
color: #681164;
}
.AnyTagClassName
{
color: #681164;
}
</style>
background-color css
<style>
a { background-color: #681164; }
a { background-color: rgb(104,17,100); }
div.DivClassName
{
background-color: #681164;
}
.BgClassName
{
background-color: #681164;
}
</style>
border-color css
<style>
span { border-color: #681164; }
span { border-color: rgb(104,17,100); }
td.TdClassName
{
border-color: #681164;
}
.TagClassName
{
border-color: #681164;
}
</style>