Shades of Purple #68077D
Tints of Purple #68077D
RGB
CMYK
RGB Variations
Color information
#68077D (or 0x68077D) is known color: Purple. HEX triplet: 68, 07 and 7D. RGB value is (104,7,125). Sum of RGB (Red+Green+Blue) = 104+7+125=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #68077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68077D is #97F882. Grayscale: #313131. Windows color (decimal): -9959555 or 8193896. OLE color: 8193896.
HSL color Cylindrical-coordinate representation of color #68077D: hue angle of 289.32º 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 #68077D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 7 | 125 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.51 |
| HSL | 289.32º | 0.89% | 0.26% | - |
| HSV(B) | 289.32º | 0.94% | 0.49% | - |
| XYZ | 9.49 | 4.58 | 19.79 | - |
| YUV | 49.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 125 | 0.17 | 0.94 | 0 | 0.51 | 289.32 | 0.89 | 0.26 |
| Hex | 68 | 7 | 7D | 11 | 5E | 0 | 33 | 121 | 59 | 1A |
| Octal | 150 | 7 | 175 | 21 | 136 | 0 | 63 | 441 | 131 | 32 |
| Binary | 1101000 | 111 | 1111101 | 10001 | 1011110 | 0 | 110011 | 100100001 | 1011001 | 11010 |
Color Harmonies of #68077D
Complementary color
Monochromatic Colors of #68077D
Black with #68077D
Text Example
Text Example
White with #68077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68077D; }
p { color: rgb(104,7,125); }
H1.HeaderClassName
{
color: #68077D;
}
.AnyTagClassName
{
color: #68077D;
}
</style>
background-color css
<style>
a { background-color: #68077D; }
a { background-color: rgb(104,7,125); }
div.DivClassName
{
background-color: #68077D;
}
.BgClassName
{
background-color: #68077D;
}
</style>
border-color css
<style>
span { border-color: #68077D; }
span { border-color: rgb(104,7,125); }
td.TdClassName
{
border-color: #68077D;
}
.TagClassName
{
border-color: #68077D;
}
</style>