Shades of Palatinate Purple #68105D
Tints of Palatinate Purple #68105D
RGB
CMYK
RGB Variations
Color information
#68105D (or 0x68105D) is known color: Palatinate Purple. HEX triplet: 68, 10 and 5D. RGB value is (104,16,93). Sum of RGB (Red+Green+Blue) = 104+16+93=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105D is #97EFA2. Grayscale: #323232. Windows color (decimal): -9957283 or 6099048. OLE color: 6099048.
HSL color Cylindrical-coordinate representation of color #68105D: hue angle of 307.5º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68105D is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 93 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.59 |
| HSL | 307.5º | 0.73% | 0.24% | - |
| HSV(B) | 307.5º | 0.85% | 0.41% | - |
| XYZ | 7.87 | 4.1 | 10.73 | - |
| YUV | 51.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 93 | 0 | 0.85 | 0.11 | 0.59 | 307.5 | 0.73 | 0.24 |
| Hex | 68 | 10 | 5D | 0 | 55 | B | 3B | 134 | 49 | 18 |
| Octal | 150 | 20 | 135 | 0 | 125 | 13 | 73 | 464 | 111 | 30 |
| Binary | 1101000 | 10000 | 1011101 | 0 | 1010101 | 1011 | 111011 | 100110100 | 1001001 | 11000 |
Color Harmonies of #68105D
Complementary color
Monochromatic Colors of #68105D
Black with #68105D
Text Example
Text Example
White with #68105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68105D; }
p { color: rgb(104,16,93); }
H1.HeaderClassName
{
color: #68105D;
}
.AnyTagClassName
{
color: #68105D;
}
</style>
background-color css
<style>
a { background-color: #68105D; }
a { background-color: rgb(104,16,93); }
div.DivClassName
{
background-color: #68105D;
}
.BgClassName
{
background-color: #68105D;
}
</style>
border-color css
<style>
span { border-color: #68105D; }
span { border-color: rgb(104,16,93); }
td.TdClassName
{
border-color: #68105D;
}
.TagClassName
{
border-color: #68105D;
}
</style>