Shades of Purple #68077E
Tints of Purple #68077E
RGB
CMYK
RGB Variations
Color information
#68077E (or 0x68077E) is known color: Purple. HEX triplet: 68, 07 and 7E. RGB value is (104,7,126). Sum of RGB (Red+Green+Blue) = 104+7+126=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #68077E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68077E is #97F881. Grayscale: #313131. Windows color (decimal): -9959554 or 8259432. OLE color: 8259432.
HSL color Cylindrical-coordinate representation of color #68077E: hue angle of 288.91º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68077E is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 7 | 126 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.51 |
| HSL | 288.91º | 0.89% | 0.26% | - |
| HSV(B) | 288.91º | 0.94% | 0.49% | - |
| XYZ | 9.55 | 4.6 | 20.12 | - |
| YUV | 49.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 126 | 0.17 | 0.94 | 0 | 0.51 | 288.91 | 0.89 | 0.26 |
| Hex | 68 | 7 | 7E | 11 | 5E | 0 | 33 | 121 | 59 | 1A |
| Octal | 150 | 7 | 176 | 21 | 136 | 0 | 63 | 441 | 131 | 32 |
| Binary | 1101000 | 111 | 1111110 | 10001 | 1011110 | 0 | 110011 | 100100001 | 1011001 | 11010 |
Color Harmonies of #68077E
Complementary color
Monochromatic Colors of #68077E
Black with #68077E
Text Example
Text Example
White with #68077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68077E; }
p { color: rgb(104,7,126); }
H1.HeaderClassName
{
color: #68077E;
}
.AnyTagClassName
{
color: #68077E;
}
</style>
background-color css
<style>
a { background-color: #68077E; }
a { background-color: rgb(104,7,126); }
div.DivClassName
{
background-color: #68077E;
}
.BgClassName
{
background-color: #68077E;
}
</style>
border-color css
<style>
span { border-color: #68077E; }
span { border-color: rgb(104,7,126); }
td.TdClassName
{
border-color: #68077E;
}
.TagClassName
{
border-color: #68077E;
}
</style>