Shades of Purple #680176
Tints of Purple #680176
RGB
CMYK
RGB Variations
Color information
#680176 (or 0x680176) is known color: Purple. HEX triplet: 68, 01 and 76. RGB value is (104,1,118). Sum of RGB (Red+Green+Blue) = 104+1+118=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #680176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680176 is #97FE89. Grayscale: #2C2C2C. Windows color (decimal): -9961098 or 7733608. OLE color: 7733608.
HSL color Cylindrical-coordinate representation of color #680176: hue angle of 292.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680176 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 1 | 118 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.54 |
| HSL | 292.82º | 0.98% | 0.23% | - |
| HSV(B) | 292.82º | 0.99% | 0.46% | - |
| XYZ | 8.99 | 4.27 | 17.49 | - |
| YUV | 45.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 118 | 0.12 | 0.99 | 0 | 0.54 | 292.82 | 0.98 | 0.23 |
| Hex | 68 | 1 | 76 | C | 63 | 0 | 36 | 125 | 62 | 17 |
| Octal | 150 | 1 | 166 | 14 | 143 | 0 | 66 | 445 | 142 | 27 |
| Binary | 1101000 | 1 | 1110110 | 1100 | 1100011 | 0 | 110110 | 100100101 | 1100010 | 10111 |
Color Harmonies of #680176
Complementary color
Monochromatic Colors of #680176
Black with #680176
Text Example
Text Example
White with #680176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680176; }
p { color: rgb(104,1,118); }
H1.HeaderClassName
{
color: #680176;
}
.AnyTagClassName
{
color: #680176;
}
</style>
background-color css
<style>
a { background-color: #680176; }
a { background-color: rgb(104,1,118); }
div.DivClassName
{
background-color: #680176;
}
.BgClassName
{
background-color: #680176;
}
</style>
border-color css
<style>
span { border-color: #680176; }
span { border-color: rgb(104,1,118); }
td.TdClassName
{
border-color: #680176;
}
.TagClassName
{
border-color: #680176;
}
</style>