Shades of Seance #681D7F
Tints of Seance #681D7F
RGB
CMYK
RGB Variations
Color information
#681D7F (or 0x681D7F) is known color: Seance. HEX triplet: 68, 1D and 7F. RGB value is (104,29,127). Sum of RGB (Red+Green+Blue) = 104+29+127=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #681D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D7F is #97E280. Grayscale: #3E3E3E. Windows color (decimal): -9953921 or 8330600. OLE color: 8330600.
HSL color Cylindrical-coordinate representation of color #681D7F: hue angle of 285.92º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681D7F is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 29 | 127 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.50 |
| HSL | 285.92º | 0.63% | 0.31% | - |
| HSV(B) | 285.92º | 0.77% | 0.5% | - |
| XYZ | 9.98 | 5.35 | 20.59 | - |
| YUV | 62.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 127 | 0.18 | 0.77 | 0 | 0.50 | 285.92 | 0.63 | 0.31 |
| Hex | 68 | 1D | 7F | 12 | 4D | 0 | 32 | 11E | 3F | 1F |
| Octal | 150 | 35 | 177 | 22 | 115 | 0 | 62 | 436 | 77 | 37 |
| Binary | 1101000 | 11101 | 1111111 | 10010 | 1001101 | 0 | 110010 | 100011110 | 111111 | 11111 |
Color Harmonies of #681D7F
Complementary color
Monochromatic Colors of #681D7F
Black with #681D7F
Text Example
Text Example
White with #681D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D7F; }
p { color: rgb(104,29,127); }
H1.HeaderClassName
{
color: #681D7F;
}
.AnyTagClassName
{
color: #681D7F;
}
</style>
background-color css
<style>
a { background-color: #681D7F; }
a { background-color: rgb(104,29,127); }
div.DivClassName
{
background-color: #681D7F;
}
.BgClassName
{
background-color: #681D7F;
}
</style>
border-color css
<style>
span { border-color: #681D7F; }
span { border-color: rgb(104,29,127); }
td.TdClassName
{
border-color: #681D7F;
}
.TagClassName
{
border-color: #681D7F;
}
</style>