Shades of Palatinate Purple #68166A
Tints of Palatinate Purple #68166A
RGB
CMYK
RGB Variations
Color information
#68166A (or 0x68166A) is known color: Palatinate Purple. HEX triplet: 68, 16 and 6A. RGB value is (104,22,106). Sum of RGB (Red+Green+Blue) = 104+22+106=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #68166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68166A is #97E995. Grayscale: #373737. Windows color (decimal): -9955734 or 6952552. OLE color: 6952552.
HSL color Cylindrical-coordinate representation of color #68166A: hue angle of 298.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68166A is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 22 | 106 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.58 |
| HSL | 298.57º | 0.66% | 0.25% | - |
| HSV(B) | 298.57º | 0.79% | 0.42% | - |
| XYZ | 8.6 | 4.56 | 14.06 | - |
| YUV | 56.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 106 | 0.02 | 0.79 | 0 | 0.58 | 298.57 | 0.66 | 0.25 |
| Hex | 68 | 16 | 6A | 2 | 4F | 0 | 3A | 12B | 42 | 19 |
| Octal | 150 | 26 | 152 | 2 | 117 | 0 | 72 | 453 | 102 | 31 |
| Binary | 1101000 | 10110 | 1101010 | 10 | 1001111 | 0 | 111010 | 100101011 | 1000010 | 11001 |
Color Harmonies of #68166A
Complementary color
Monochromatic Colors of #68166A
Black with #68166A
Text Example
Text Example
White with #68166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68166A; }
p { color: rgb(104,22,106); }
H1.HeaderClassName
{
color: #68166A;
}
.AnyTagClassName
{
color: #68166A;
}
</style>
background-color css
<style>
a { background-color: #68166A; }
a { background-color: rgb(104,22,106); }
div.DivClassName
{
background-color: #68166A;
}
.BgClassName
{
background-color: #68166A;
}
</style>
border-color css
<style>
span { border-color: #68166A; }
span { border-color: rgb(104,22,106); }
td.TdClassName
{
border-color: #68166A;
}
.TagClassName
{
border-color: #68166A;
}
</style>