Shades of Palatinate Purple #68065C
Tints of Palatinate Purple #68065C
RGB
CMYK
RGB Variations
Color information
#68065C (or 0x68065C) is known color: Palatinate Purple. HEX triplet: 68, 06 and 5C. RGB value is (104,6,92). Sum of RGB (Red+Green+Blue) = 104+6+92=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68065C is #97F9A3. Grayscale: #2C2C2C. Windows color (decimal): -9959844 or 6030952. OLE color: 6030952.
HSL color Cylindrical-coordinate representation of color #68065C: hue angle of 307.35º 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 #68065C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 92 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.59 |
| HSL | 307.35º | 0.89% | 0.22% | - |
| HSV(B) | 307.35º | 0.94% | 0.41% | - |
| XYZ | 7.71 | 3.85 | 10.46 | - |
| YUV | 45.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 92 | 0 | 0.94 | 0.12 | 0.59 | 307.35 | 0.89 | 0.22 |
| Hex | 68 | 6 | 5C | 0 | 5E | C | 3B | 133 | 59 | 16 |
| Octal | 150 | 6 | 134 | 0 | 136 | 14 | 73 | 463 | 131 | 26 |
| Binary | 1101000 | 110 | 1011100 | 0 | 1011110 | 1100 | 111011 | 100110011 | 1011001 | 10110 |
Color Harmonies of #68065C
Complementary color
Monochromatic Colors of #68065C
Black with #68065C
Text Example
Text Example
White with #68065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68065C; }
p { color: rgb(104,6,92); }
H1.HeaderClassName
{
color: #68065C;
}
.AnyTagClassName
{
color: #68065C;
}
</style>
background-color css
<style>
a { background-color: #68065C; }
a { background-color: rgb(104,6,92); }
div.DivClassName
{
background-color: #68065C;
}
.BgClassName
{
background-color: #68065C;
}
</style>
border-color css
<style>
span { border-color: #68065C; }
span { border-color: rgb(104,6,92); }
td.TdClassName
{
border-color: #68065C;
}
.TagClassName
{
border-color: #68065C;
}
</style>