Shades of Palatinate Purple #68105F
Tints of Palatinate Purple #68105F
RGB
CMYK
RGB Variations
Color information
#68105F (or 0x68105F) is known color: Palatinate Purple. HEX triplet: 68, 10 and 5F. RGB value is (104,16,95). Sum of RGB (Red+Green+Blue) = 104+16+95=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105F is #97EFA0. Grayscale: #333333. Windows color (decimal): -9957281 or 6230120. OLE color: 6230120.
HSL color Cylindrical-coordinate representation of color #68105F: hue angle of 306.14º 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 #68105F is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 95 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.59 |
| HSL | 306.14º | 0.73% | 0.24% | - |
| HSV(B) | 306.14º | 0.85% | 0.41% | - |
| XYZ | 7.96 | 4.14 | 11.21 | - |
| YUV | 51.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 95 | 0 | 0.85 | 0.09 | 0.59 | 306.14 | 0.73 | 0.24 |
| Hex | 68 | 10 | 5F | 0 | 55 | 9 | 3B | 132 | 49 | 18 |
| Octal | 150 | 20 | 137 | 0 | 125 | 11 | 73 | 462 | 111 | 30 |
| Binary | 1101000 | 10000 | 1011111 | 0 | 1010101 | 1001 | 111011 | 100110010 | 1001001 | 11000 |
Color Harmonies of #68105F
Complementary color
Monochromatic Colors of #68105F
Black with #68105F
Text Example
Text Example
White with #68105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68105F; }
p { color: rgb(104,16,95); }
H1.HeaderClassName
{
color: #68105F;
}
.AnyTagClassName
{
color: #68105F;
}
</style>
background-color css
<style>
a { background-color: #68105F; }
a { background-color: rgb(104,16,95); }
div.DivClassName
{
background-color: #68105F;
}
.BgClassName
{
background-color: #68105F;
}
</style>
border-color css
<style>
span { border-color: #68105F; }
span { border-color: rgb(104,16,95); }
td.TdClassName
{
border-color: #68105F;
}
.TagClassName
{
border-color: #68105F;
}
</style>