Shades of Palatinate Purple #68196A
Tints of Palatinate Purple #68196A
RGB
CMYK
RGB Variations
Color information
#68196A (or 0x68196A) is known color: Palatinate Purple. HEX triplet: 68, 19 and 6A. RGB value is (104,25,106). Sum of RGB (Red+Green+Blue) = 104+25+106=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #68196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68196A is #97E695. Grayscale: #393939. Windows color (decimal): -9954966 or 6953320. OLE color: 6953320.
HSL color Cylindrical-coordinate representation of color #68196A: hue angle of 298.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68196A is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 25 | 106 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.58 |
| HSL | 298.52º | 0.62% | 0.26% | - |
| HSV(B) | 298.52º | 0.76% | 0.42% | - |
| XYZ | 8.66 | 4.68 | 14.08 | - |
| YUV | 57.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 106 | 0.02 | 0.76 | 0 | 0.58 | 298.52 | 0.62 | 0.26 |
| Hex | 68 | 19 | 6A | 2 | 4C | 0 | 3A | 12B | 3E | 1A |
| Octal | 150 | 31 | 152 | 2 | 114 | 0 | 72 | 453 | 76 | 32 |
| Binary | 1101000 | 11001 | 1101010 | 10 | 1001100 | 0 | 111010 | 100101011 | 111110 | 11010 |
Color Harmonies of #68196A
Complementary color
Monochromatic Colors of #68196A
Black with #68196A
Text Example
Text Example
White with #68196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68196A; }
p { color: rgb(104,25,106); }
H1.HeaderClassName
{
color: #68196A;
}
.AnyTagClassName
{
color: #68196A;
}
</style>
background-color css
<style>
a { background-color: #68196A; }
a { background-color: rgb(104,25,106); }
div.DivClassName
{
background-color: #68196A;
}
.BgClassName
{
background-color: #68196A;
}
</style>
border-color css
<style>
span { border-color: #68196A; }
span { border-color: rgb(104,25,106); }
td.TdClassName
{
border-color: #68196A;
}
.TagClassName
{
border-color: #68196A;
}
</style>