Shades of Purple #68117E
Tints of Purple #68117E
RGB
CMYK
RGB Variations
Color information
#68117E (or 0x68117E) is known color: Purple. HEX triplet: 68, 11 and 7E. RGB value is (104,17,126). Sum of RGB (Red+Green+Blue) = 104+17+126=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #68117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68117E is #97EE81. Grayscale: #373737. Windows color (decimal): -9956994 or 8261992. OLE color: 8261992.
HSL color Cylindrical-coordinate representation of color #68117E: hue angle of 287.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68117E is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 17 | 126 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.51 |
| HSL | 287.89º | 0.76% | 0.28% | - |
| HSV(B) | 287.89º | 0.87% | 0.49% | - |
| XYZ | 9.68 | 4.85 | 20.16 | - |
| YUV | 55.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 126 | 0.17 | 0.87 | 0 | 0.51 | 287.89 | 0.76 | 0.28 |
| Hex | 68 | 11 | 7E | 11 | 57 | 0 | 33 | 120 | 4C | 1C |
| Octal | 150 | 21 | 176 | 21 | 127 | 0 | 63 | 440 | 114 | 34 |
| Binary | 1101000 | 10001 | 1111110 | 10001 | 1010111 | 0 | 110011 | 100100000 | 1001100 | 11100 |
Color Harmonies of #68117E
Complementary color
Monochromatic Colors of #68117E
Black with #68117E
Text Example
Text Example
White with #68117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68117E; }
p { color: rgb(104,17,126); }
H1.HeaderClassName
{
color: #68117E;
}
.AnyTagClassName
{
color: #68117E;
}
</style>
background-color css
<style>
a { background-color: #68117E; }
a { background-color: rgb(104,17,126); }
div.DivClassName
{
background-color: #68117E;
}
.BgClassName
{
background-color: #68117E;
}
</style>
border-color css
<style>
span { border-color: #68117E; }
span { border-color: rgb(104,17,126); }
td.TdClassName
{
border-color: #68117E;
}
.TagClassName
{
border-color: #68117E;
}
</style>