Shades of Purple #680A76
Tints of Purple #680A76
RGB
CMYK
RGB Variations
Color information
#680A76 (or 0x680A76) is known color: Purple. HEX triplet: 68, 0A and 76. RGB value is (104,10,118). Sum of RGB (Red+Green+Blue) = 104+10+118=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #680A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A76 is #97F589. Grayscale: #323232. Windows color (decimal): -9958794 or 7735912. OLE color: 7735912.
HSL color Cylindrical-coordinate representation of color #680A76: hue angle of 292.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680A76 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 10 | 118 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.54 |
| HSL | 292.22º | 0.84% | 0.25% | - |
| HSV(B) | 292.22º | 0.92% | 0.46% | - |
| XYZ | 9.09 | 4.47 | 17.52 | - |
| YUV | 50.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 118 | 0.12 | 0.92 | 0 | 0.54 | 292.22 | 0.84 | 0.25 |
| Hex | 68 | A | 76 | C | 5C | 0 | 36 | 124 | 54 | 19 |
| Octal | 150 | 12 | 166 | 14 | 134 | 0 | 66 | 444 | 124 | 31 |
| Binary | 1101000 | 1010 | 1110110 | 1100 | 1011100 | 0 | 110110 | 100100100 | 1010100 | 11001 |
Color Harmonies of #680A76
Complementary color
Monochromatic Colors of #680A76
Black with #680A76
Text Example
Text Example
White with #680A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A76; }
p { color: rgb(104,10,118); }
H1.HeaderClassName
{
color: #680A76;
}
.AnyTagClassName
{
color: #680A76;
}
</style>
background-color css
<style>
a { background-color: #680A76; }
a { background-color: rgb(104,10,118); }
div.DivClassName
{
background-color: #680A76;
}
.BgClassName
{
background-color: #680A76;
}
</style>
border-color css
<style>
span { border-color: #680A76; }
span { border-color: rgb(104,10,118); }
td.TdClassName
{
border-color: #680A76;
}
.TagClassName
{
border-color: #680A76;
}
</style>