Shades of Purple #681176
Tints of Purple #681176
RGB
CMYK
RGB Variations
Color information
#681176 (or 0x681176) is known color: Purple. HEX triplet: 68, 11 and 76. RGB value is (104,17,118). Sum of RGB (Red+Green+Blue) = 104+17+118=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #681176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681176 is #97EE89. Grayscale: #363636. Windows color (decimal): -9957002 or 7737704. OLE color: 7737704.
HSL color Cylindrical-coordinate representation of color #681176: hue angle of 291.68º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681176 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 17 | 118 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.54 |
| HSL | 291.68º | 0.75% | 0.26% | - |
| HSV(B) | 291.68º | 0.86% | 0.46% | - |
| XYZ | 9.18 | 4.65 | 17.55 | - |
| YUV | 54.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 118 | 0.12 | 0.86 | 0 | 0.54 | 291.68 | 0.75 | 0.26 |
| Hex | 68 | 11 | 76 | C | 56 | 0 | 36 | 124 | 4B | 1A |
| Octal | 150 | 21 | 166 | 14 | 126 | 0 | 66 | 444 | 113 | 32 |
| Binary | 1101000 | 10001 | 1110110 | 1100 | 1010110 | 0 | 110110 | 100100100 | 1001011 | 11010 |
Color Harmonies of #681176
Complementary color
Monochromatic Colors of #681176
Black with #681176
Text Example
Text Example
White with #681176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681176; }
p { color: rgb(104,17,118); }
H1.HeaderClassName
{
color: #681176;
}
.AnyTagClassName
{
color: #681176;
}
</style>
background-color css
<style>
a { background-color: #681176; }
a { background-color: rgb(104,17,118); }
div.DivClassName
{
background-color: #681176;
}
.BgClassName
{
background-color: #681176;
}
</style>
border-color css
<style>
span { border-color: #681176; }
span { border-color: rgb(104,17,118); }
td.TdClassName
{
border-color: #681176;
}
.TagClassName
{
border-color: #681176;
}
</style>