Shades of Seance #681C71
Tints of Seance #681C71
RGB
CMYK
RGB Variations
Color information
#681C71 (or 0x681C71) is known color: Seance. HEX triplet: 68, 1C and 71. RGB value is (104,28,113). Sum of RGB (Red+Green+Blue) = 104+28+113=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #681C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C71 is #97E38E. Grayscale: #3C3C3C. Windows color (decimal): -9954191 or 7412840. OLE color: 7412840.
HSL color Cylindrical-coordinate representation of color #681C71: hue angle of 293.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681C71 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 28 | 113 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.56 |
| HSL | 293.65º | 0.6% | 0.28% | - |
| HSV(B) | 293.65º | 0.75% | 0.44% | - |
| XYZ | 9.1 | 4.97 | 16.1 | - |
| YUV | 60.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 113 | 0.08 | 0.75 | 0 | 0.56 | 293.65 | 0.6 | 0.28 |
| Hex | 68 | 1C | 71 | 8 | 4B | 0 | 38 | 126 | 3C | 1C |
| Octal | 150 | 34 | 161 | 10 | 113 | 0 | 70 | 446 | 74 | 34 |
| Binary | 1101000 | 11100 | 1110001 | 1000 | 1001011 | 0 | 111000 | 100100110 | 111100 | 11100 |
Color Harmonies of #681C71
Complementary color
Monochromatic Colors of #681C71
Black with #681C71
Text Example
Text Example
White with #681C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C71; }
p { color: rgb(104,28,113); }
H1.HeaderClassName
{
color: #681C71;
}
.AnyTagClassName
{
color: #681C71;
}
</style>
background-color css
<style>
a { background-color: #681C71; }
a { background-color: rgb(104,28,113); }
div.DivClassName
{
background-color: #681C71;
}
.BgClassName
{
background-color: #681C71;
}
</style>
border-color css
<style>
span { border-color: #681C71; }
span { border-color: rgb(104,28,113); }
td.TdClassName
{
border-color: #681C71;
}
.TagClassName
{
border-color: #681C71;
}
</style>