Shades of Purple #68117D
Tints of Purple #68117D
RGB
CMYK
RGB Variations
Color information
#68117D (or 0x68117D) is known color: Purple. HEX triplet: 68, 11 and 7D. RGB value is (104,17,125). Sum of RGB (Red+Green+Blue) = 104+17+125=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #68117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68117D is #97EE82. Grayscale: #363636. Windows color (decimal): -9956995 or 8196456. OLE color: 8196456.
HSL color Cylindrical-coordinate representation of color #68117D: hue angle of 288.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68117D is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 17 | 125 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.51 |
| HSL | 288.33º | 0.76% | 0.28% | - |
| HSV(B) | 288.33º | 0.86% | 0.49% | - |
| XYZ | 9.61 | 4.82 | 19.83 | - |
| YUV | 55.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 125 | 0.17 | 0.86 | 0 | 0.51 | 288.33 | 0.76 | 0.28 |
| Hex | 68 | 11 | 7D | 11 | 56 | 0 | 33 | 120 | 4C | 1C |
| Octal | 150 | 21 | 175 | 21 | 126 | 0 | 63 | 440 | 114 | 34 |
| Binary | 1101000 | 10001 | 1111101 | 10001 | 1010110 | 0 | 110011 | 100100000 | 1001100 | 11100 |
Color Harmonies of #68117D
Complementary color
Monochromatic Colors of #68117D
Black with #68117D
Text Example
Text Example
White with #68117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68117D; }
p { color: rgb(104,17,125); }
H1.HeaderClassName
{
color: #68117D;
}
.AnyTagClassName
{
color: #68117D;
}
</style>
background-color css
<style>
a { background-color: #68117D; }
a { background-color: rgb(104,17,125); }
div.DivClassName
{
background-color: #68117D;
}
.BgClassName
{
background-color: #68117D;
}
</style>
border-color css
<style>
span { border-color: #68117D; }
span { border-color: rgb(104,17,125); }
td.TdClassName
{
border-color: #68117D;
}
.TagClassName
{
border-color: #68117D;
}
</style>