Shades of Seance #681D77
Tints of Seance #681D77
RGB
CMYK
RGB Variations
Color information
#681D77 (or 0x681D77) is known color: Seance. HEX triplet: 68, 1D and 77. RGB value is (104,29,119). Sum of RGB (Red+Green+Blue) = 104+29+119=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #681D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D77 is #97E288. Grayscale: #3D3D3D. Windows color (decimal): -9953929 or 7806312. OLE color: 7806312.
HSL color Cylindrical-coordinate representation of color #681D77: hue angle of 290º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681D77 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 29 | 119 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.53 |
| HSL | 290º | 0.61% | 0.29% | - |
| HSV(B) | 290º | 0.76% | 0.47% | - |
| XYZ | 9.48 | 5.15 | 17.95 | - |
| YUV | 61.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 119 | 0.13 | 0.76 | 0 | 0.53 | 290 | 0.61 | 0.29 |
| Hex | 68 | 1D | 77 | D | 4C | 0 | 35 | 122 | 3D | 1D |
| Octal | 150 | 35 | 167 | 15 | 114 | 0 | 65 | 442 | 75 | 35 |
| Binary | 1101000 | 11101 | 1110111 | 1101 | 1001100 | 0 | 110101 | 100100010 | 111101 | 11101 |
Color Harmonies of #681D77
Complementary color
Monochromatic Colors of #681D77
Black with #681D77
Text Example
Text Example
White with #681D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D77; }
p { color: rgb(104,29,119); }
H1.HeaderClassName
{
color: #681D77;
}
.AnyTagClassName
{
color: #681D77;
}
</style>
background-color css
<style>
a { background-color: #681D77; }
a { background-color: rgb(104,29,119); }
div.DivClassName
{
background-color: #681D77;
}
.BgClassName
{
background-color: #681D77;
}
</style>
border-color css
<style>
span { border-color: #681D77; }
span { border-color: rgb(104,29,119); }
td.TdClassName
{
border-color: #681D77;
}
.TagClassName
{
border-color: #681D77;
}
</style>