Shades of Seance #681A71
Tints of Seance #681A71
RGB
CMYK
RGB Variations
Color information
#681A71 (or 0x681A71) is known color: Seance. HEX triplet: 68, 1A and 71. RGB value is (104,26,113). Sum of RGB (Red+Green+Blue) = 104+26+113=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #681A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A71 is #97E58E. Grayscale: #3A3A3A. Windows color (decimal): -9954703 or 7412328. OLE color: 7412328.
HSL color Cylindrical-coordinate representation of color #681A71: hue angle of 293.79º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681A71 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 26 | 113 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.56 |
| HSL | 293.79º | 0.63% | 0.27% | - |
| HSV(B) | 293.79º | 0.77% | 0.44% | - |
| XYZ | 9.06 | 4.87 | 16.09 | - |
| YUV | 59.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 113 | 0.08 | 0.77 | 0 | 0.56 | 293.79 | 0.63 | 0.27 |
| Hex | 68 | 1A | 71 | 8 | 4D | 0 | 38 | 126 | 3F | 1B |
| Octal | 150 | 32 | 161 | 10 | 115 | 0 | 70 | 446 | 77 | 33 |
| Binary | 1101000 | 11010 | 1110001 | 1000 | 1001101 | 0 | 111000 | 100100110 | 111111 | 11011 |
Color Harmonies of #681A71
Complementary color
Monochromatic Colors of #681A71
Black with #681A71
Text Example
Text Example
White with #681A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A71; }
p { color: rgb(104,26,113); }
H1.HeaderClassName
{
color: #681A71;
}
.AnyTagClassName
{
color: #681A71;
}
</style>
background-color css
<style>
a { background-color: #681A71; }
a { background-color: rgb(104,26,113); }
div.DivClassName
{
background-color: #681A71;
}
.BgClassName
{
background-color: #681A71;
}
</style>
border-color css
<style>
span { border-color: #681A71; }
span { border-color: rgb(104,26,113); }
td.TdClassName
{
border-color: #681A71;
}
.TagClassName
{
border-color: #681A71;
}
</style>