Shades of Seance #681C7E
Tints of Seance #681C7E
RGB
CMYK
RGB Variations
Color information
#681C7E (or 0x681C7E) is known color: Seance. HEX triplet: 68, 1C and 7E. RGB value is (104,28,126). Sum of RGB (Red+Green+Blue) = 104+28+126=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #681C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C7E is #97E381. Grayscale: #3D3D3D. Windows color (decimal): -9954178 or 8264808. OLE color: 8264808.
HSL color Cylindrical-coordinate representation of color #681C7E: hue angle of 286.53º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681C7E is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 28 | 126 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.51 |
| HSL | 286.53º | 0.64% | 0.3% | - |
| HSV(B) | 286.53º | 0.78% | 0.49% | - |
| XYZ | 9.89 | 5.28 | 20.24 | - |
| YUV | 61.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 126 | 0.17 | 0.78 | 0 | 0.51 | 286.53 | 0.64 | 0.3 |
| Hex | 68 | 1C | 7E | 11 | 4E | 0 | 33 | 11F | 40 | 1E |
| Octal | 150 | 34 | 176 | 21 | 116 | 0 | 63 | 437 | 100 | 36 |
| Binary | 1101000 | 11100 | 1111110 | 10001 | 1001110 | 0 | 110011 | 100011111 | 1000000 | 11110 |
Color Harmonies of #681C7E
Complementary color
Monochromatic Colors of #681C7E
Black with #681C7E
Text Example
Text Example
White with #681C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C7E; }
p { color: rgb(104,28,126); }
H1.HeaderClassName
{
color: #681C7E;
}
.AnyTagClassName
{
color: #681C7E;
}
</style>
background-color css
<style>
a { background-color: #681C7E; }
a { background-color: rgb(104,28,126); }
div.DivClassName
{
background-color: #681C7E;
}
.BgClassName
{
background-color: #681C7E;
}
</style>
border-color css
<style>
span { border-color: #681C7E; }
span { border-color: rgb(104,28,126); }
td.TdClassName
{
border-color: #681C7E;
}
.TagClassName
{
border-color: #681C7E;
}
</style>