Shades of Palatinate Purple #68065F
Tints of Palatinate Purple #68065F
RGB
CMYK
RGB Variations
Color information
#68065F (or 0x68065F) is known color: Palatinate Purple. HEX triplet: 68, 06 and 5F. RGB value is (104,6,95). Sum of RGB (Red+Green+Blue) = 104+6+95=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68065F is #97F9A0. Grayscale: #2D2D2D. Windows color (decimal): -9959841 or 6227560. OLE color: 6227560.
HSL color Cylindrical-coordinate representation of color #68065F: hue angle of 305.51º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68065F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 95 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.59 |
| HSL | 305.51º | 0.89% | 0.22% | - |
| HSV(B) | 305.51º | 0.94% | 0.41% | - |
| XYZ | 7.84 | 3.9 | 11.17 | - |
| YUV | 45.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 95 | 0 | 0.94 | 0.09 | 0.59 | 305.51 | 0.89 | 0.22 |
| Hex | 68 | 6 | 5F | 0 | 5E | 9 | 3B | 132 | 59 | 16 |
| Octal | 150 | 6 | 137 | 0 | 136 | 11 | 73 | 462 | 131 | 26 |
| Binary | 1101000 | 110 | 1011111 | 0 | 1011110 | 1001 | 111011 | 100110010 | 1011001 | 10110 |
Color Harmonies of #68065F
Complementary color
Monochromatic Colors of #68065F
Black with #68065F
Text Example
Text Example
White with #68065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68065F; }
p { color: rgb(104,6,95); }
H1.HeaderClassName
{
color: #68065F;
}
.AnyTagClassName
{
color: #68065F;
}
</style>
background-color css
<style>
a { background-color: #68065F; }
a { background-color: rgb(104,6,95); }
div.DivClassName
{
background-color: #68065F;
}
.BgClassName
{
background-color: #68065F;
}
</style>
border-color css
<style>
span { border-color: #68065F; }
span { border-color: rgb(104,6,95); }
td.TdClassName
{
border-color: #68065F;
}
.TagClassName
{
border-color: #68065F;
}
</style>