Shades of Palatinate Purple #68196B
Tints of Palatinate Purple #68196B
RGB
CMYK
RGB Variations
Color information
#68196B (or 0x68196B) is known color: Palatinate Purple. HEX triplet: 68, 19 and 6B. RGB value is (104,25,107). Sum of RGB (Red+Green+Blue) = 104+25+107=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #68196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68196B is #97E694. Grayscale: #393939. Windows color (decimal): -9954965 or 7018856. OLE color: 7018856.
HSL color Cylindrical-coordinate representation of color #68196B: hue angle of 297.8º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68196B is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 25 | 107 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.58 |
| HSL | 297.8º | 0.62% | 0.26% | - |
| HSV(B) | 297.8º | 0.77% | 0.42% | - |
| XYZ | 8.71 | 4.7 | 14.36 | - |
| YUV | 57.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 107 | 0.03 | 0.77 | 0 | 0.58 | 297.8 | 0.62 | 0.26 |
| Hex | 68 | 19 | 6B | 3 | 4D | 0 | 3A | 12A | 3E | 1A |
| Octal | 150 | 31 | 153 | 3 | 115 | 0 | 72 | 452 | 76 | 32 |
| Binary | 1101000 | 11001 | 1101011 | 11 | 1001101 | 0 | 111010 | 100101010 | 111110 | 11010 |
Color Harmonies of #68196B
Complementary color
Monochromatic Colors of #68196B
Black with #68196B
Text Example
Text Example
White with #68196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68196B; }
p { color: rgb(104,25,107); }
H1.HeaderClassName
{
color: #68196B;
}
.AnyTagClassName
{
color: #68196B;
}
</style>
background-color css
<style>
a { background-color: #68196B; }
a { background-color: rgb(104,25,107); }
div.DivClassName
{
background-color: #68196B;
}
.BgClassName
{
background-color: #68196B;
}
</style>
border-color css
<style>
span { border-color: #68196B; }
span { border-color: rgb(104,25,107); }
td.TdClassName
{
border-color: #68196B;
}
.TagClassName
{
border-color: #68196B;
}
</style>