Shades of Palatinate Purple #68165C
Tints of Palatinate Purple #68165C
RGB
CMYK
RGB Variations
Color information
#68165C (or 0x68165C) is known color: Palatinate Purple. HEX triplet: 68, 16 and 5C. RGB value is (104,22,92). Sum of RGB (Red+Green+Blue) = 104+22+92=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165C is #97E9A3. Grayscale: #363636. Windows color (decimal): -9955748 or 6035048. OLE color: 6035048.
HSL color Cylindrical-coordinate representation of color #68165C: hue angle of 308.78º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68165C is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 22 | 92 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.59 |
| HSL | 308.78º | 0.65% | 0.25% | - |
| HSV(B) | 308.78º | 0.79% | 0.41% | - |
| XYZ | 7.93 | 4.29 | 10.54 | - |
| YUV | 54.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 92 | 0 | 0.79 | 0.12 | 0.59 | 308.78 | 0.65 | 0.25 |
| Hex | 68 | 16 | 5C | 0 | 4F | C | 3B | 135 | 41 | 19 |
| Octal | 150 | 26 | 134 | 0 | 117 | 14 | 73 | 465 | 101 | 31 |
| Binary | 1101000 | 10110 | 1011100 | 0 | 1001111 | 1100 | 111011 | 100110101 | 1000001 | 11001 |
Color Harmonies of #68165C
Complementary color
Monochromatic Colors of #68165C
Black with #68165C
Text Example
Text Example
White with #68165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68165C; }
p { color: rgb(104,22,92); }
H1.HeaderClassName
{
color: #68165C;
}
.AnyTagClassName
{
color: #68165C;
}
</style>
background-color css
<style>
a { background-color: #68165C; }
a { background-color: rgb(104,22,92); }
div.DivClassName
{
background-color: #68165C;
}
.BgClassName
{
background-color: #68165C;
}
</style>
border-color css
<style>
span { border-color: #68165C; }
span { border-color: rgb(104,22,92); }
td.TdClassName
{
border-color: #68165C;
}
.TagClassName
{
border-color: #68165C;
}
</style>