Shades of Purple #681177
Tints of Purple #681177
RGB
CMYK
RGB Variations
Color information
#681177 (or 0x681177) is known color: Purple. HEX triplet: 68, 11 and 77. RGB value is (104,17,119). Sum of RGB (Red+Green+Blue) = 104+17+119=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #681177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681177 is #97EE88. Grayscale: #363636. Windows color (decimal): -9957001 or 7803240. OLE color: 7803240.
HSL color Cylindrical-coordinate representation of color #681177: hue angle of 291.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681177 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 17 | 119 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.53 |
| HSL | 291.18º | 0.75% | 0.27% | - |
| HSV(B) | 291.18º | 0.86% | 0.47% | - |
| XYZ | 9.24 | 4.68 | 17.87 | - |
| YUV | 54.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 119 | 0.13 | 0.86 | 0 | 0.53 | 291.18 | 0.75 | 0.27 |
| Hex | 68 | 11 | 77 | D | 56 | 0 | 35 | 123 | 4B | 1B |
| Octal | 150 | 21 | 167 | 15 | 126 | 0 | 65 | 443 | 113 | 33 |
| Binary | 1101000 | 10001 | 1110111 | 1101 | 1010110 | 0 | 110101 | 100100011 | 1001011 | 11011 |
Color Harmonies of #681177
Complementary color
Monochromatic Colors of #681177
Black with #681177
Text Example
Text Example
White with #681177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681177; }
p { color: rgb(104,17,119); }
H1.HeaderClassName
{
color: #681177;
}
.AnyTagClassName
{
color: #681177;
}
</style>
background-color css
<style>
a { background-color: #681177; }
a { background-color: rgb(104,17,119); }
div.DivClassName
{
background-color: #681177;
}
.BgClassName
{
background-color: #681177;
}
</style>
border-color css
<style>
span { border-color: #681177; }
span { border-color: rgb(104,17,119); }
td.TdClassName
{
border-color: #681177;
}
.TagClassName
{
border-color: #681177;
}
</style>