Shades of Palatinate Purple #68105C
Tints of Palatinate Purple #68105C
RGB
CMYK
RGB Variations
Color information
#68105C (or 0x68105C) is known color: Palatinate Purple. HEX triplet: 68, 10 and 5C. RGB value is (104,16,92). Sum of RGB (Red+Green+Blue) = 104+16+92=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105C is #97EFA3. Grayscale: #323232. Windows color (decimal): -9957284 or 6033512. OLE color: 6033512.
HSL color Cylindrical-coordinate representation of color #68105C: hue angle of 308.18º 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 #68105C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 92 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.59 |
| HSL | 308.18º | 0.73% | 0.24% | - |
| HSV(B) | 308.18º | 0.85% | 0.41% | - |
| XYZ | 7.83 | 4.09 | 10.5 | - |
| YUV | 50.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 92 | 0 | 0.85 | 0.12 | 0.59 | 308.18 | 0.73 | 0.24 |
| Hex | 68 | 10 | 5C | 0 | 55 | C | 3B | 134 | 49 | 18 |
| Octal | 150 | 20 | 134 | 0 | 125 | 14 | 73 | 464 | 111 | 30 |
| Binary | 1101000 | 10000 | 1011100 | 0 | 1010101 | 1100 | 111011 | 100110100 | 1001001 | 11000 |
Color Harmonies of #68105C
Complementary color
Monochromatic Colors of #68105C
Black with #68105C
Text Example
Text Example
White with #68105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68105C; }
p { color: rgb(104,16,92); }
H1.HeaderClassName
{
color: #68105C;
}
.AnyTagClassName
{
color: #68105C;
}
</style>
background-color css
<style>
a { background-color: #68105C; }
a { background-color: rgb(104,16,92); }
div.DivClassName
{
background-color: #68105C;
}
.BgClassName
{
background-color: #68105C;
}
</style>
border-color css
<style>
span { border-color: #68105C; }
span { border-color: rgb(104,16,92); }
td.TdClassName
{
border-color: #68105C;
}
.TagClassName
{
border-color: #68105C;
}
</style>