Shades of Seance #681C76
Tints of Seance #681C76
RGB
CMYK
RGB Variations
Color information
#681C76 (or 0x681C76) is known color: Seance. HEX triplet: 68, 1C and 76. RGB value is (104,28,118). Sum of RGB (Red+Green+Blue) = 104+28+118=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #681C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C76 is #97E389. Grayscale: #3C3C3C. Windows color (decimal): -9954186 or 7740520. OLE color: 7740520.
HSL color Cylindrical-coordinate representation of color #681C76: hue angle of 290.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681C76 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 28 | 118 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.54 |
| HSL | 290.67º | 0.62% | 0.29% | - |
| HSV(B) | 290.67º | 0.76% | 0.46% | - |
| XYZ | 9.39 | 5.08 | 17.63 | - |
| YUV | 60.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 118 | 0.12 | 0.76 | 0 | 0.54 | 290.67 | 0.62 | 0.29 |
| Hex | 68 | 1C | 76 | C | 4C | 0 | 36 | 123 | 3E | 1D |
| Octal | 150 | 34 | 166 | 14 | 114 | 0 | 66 | 443 | 76 | 35 |
| Binary | 1101000 | 11100 | 1110110 | 1100 | 1001100 | 0 | 110110 | 100100011 | 111110 | 11101 |
Color Harmonies of #681C76
Complementary color
Monochromatic Colors of #681C76
Black with #681C76
Text Example
Text Example
White with #681C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C76; }
p { color: rgb(104,28,118); }
H1.HeaderClassName
{
color: #681C76;
}
.AnyTagClassName
{
color: #681C76;
}
</style>
background-color css
<style>
a { background-color: #681C76; }
a { background-color: rgb(104,28,118); }
div.DivClassName
{
background-color: #681C76;
}
.BgClassName
{
background-color: #681C76;
}
</style>
border-color css
<style>
span { border-color: #681C76; }
span { border-color: rgb(104,28,118); }
td.TdClassName
{
border-color: #681C76;
}
.TagClassName
{
border-color: #681C76;
}
</style>