Shades of Purple #68117A
Tints of Purple #68117A
RGB
CMYK
RGB Variations
Color information
#68117A (or 0x68117A) is known color: Purple. HEX triplet: 68, 11 and 7A. RGB value is (104,17,122). Sum of RGB (Red+Green+Blue) = 104+17+122=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #68117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68117A is #97EE85. Grayscale: #363636. Windows color (decimal): -9956998 or 7999848. OLE color: 7999848.
HSL color Cylindrical-coordinate representation of color #68117A: hue angle of 289.71º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68117A is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 17 | 122 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.52 |
| HSL | 289.71º | 0.76% | 0.27% | - |
| HSV(B) | 289.71º | 0.86% | 0.48% | - |
| XYZ | 9.42 | 4.75 | 18.83 | - |
| YUV | 54.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 122 | 0.15 | 0.86 | 0 | 0.52 | 289.71 | 0.76 | 0.27 |
| Hex | 68 | 11 | 7A | F | 56 | 0 | 34 | 122 | 4C | 1B |
| Octal | 150 | 21 | 172 | 17 | 126 | 0 | 64 | 442 | 114 | 33 |
| Binary | 1101000 | 10001 | 1111010 | 1111 | 1010110 | 0 | 110100 | 100100010 | 1001100 | 11011 |
Color Harmonies of #68117A
Complementary color
Monochromatic Colors of #68117A
Black with #68117A
Text Example
Text Example
White with #68117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68117A; }
p { color: rgb(104,17,122); }
H1.HeaderClassName
{
color: #68117A;
}
.AnyTagClassName
{
color: #68117A;
}
</style>
background-color css
<style>
a { background-color: #68117A; }
a { background-color: rgb(104,17,122); }
div.DivClassName
{
background-color: #68117A;
}
.BgClassName
{
background-color: #68117A;
}
</style>
border-color css
<style>
span { border-color: #68117A; }
span { border-color: rgb(104,17,122); }
td.TdClassName
{
border-color: #68117A;
}
.TagClassName
{
border-color: #68117A;
}
</style>