Shades of Seance #681A7D
Tints of Seance #681A7D
RGB
CMYK
RGB Variations
Color information
#681A7D (or 0x681A7D) is known color: Seance. HEX triplet: 68, 1A and 7D. RGB value is (104,26,125). Sum of RGB (Red+Green+Blue) = 104+26+125=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #681A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A7D is #97E582. Grayscale: #3C3C3C. Windows color (decimal): -9954691 or 8198760. OLE color: 8198760.
HSL color Cylindrical-coordinate representation of color #681A7D: hue angle of 287.27º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681A7D is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 26 | 125 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.51 |
| HSL | 287.27º | 0.66% | 0.3% | - |
| HSV(B) | 287.27º | 0.79% | 0.49% | - |
| XYZ | 9.78 | 5.16 | 19.88 | - |
| YUV | 60.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 125 | 0.17 | 0.79 | 0 | 0.51 | 287.27 | 0.66 | 0.3 |
| Hex | 68 | 1A | 7D | 11 | 4F | 0 | 33 | 11F | 42 | 1E |
| Octal | 150 | 32 | 175 | 21 | 117 | 0 | 63 | 437 | 102 | 36 |
| Binary | 1101000 | 11010 | 1111101 | 10001 | 1001111 | 0 | 110011 | 100011111 | 1000010 | 11110 |
Color Harmonies of #681A7D
Complementary color
Monochromatic Colors of #681A7D
Black with #681A7D
Text Example
Text Example
White with #681A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A7D; }
p { color: rgb(104,26,125); }
H1.HeaderClassName
{
color: #681A7D;
}
.AnyTagClassName
{
color: #681A7D;
}
</style>
background-color css
<style>
a { background-color: #681A7D; }
a { background-color: rgb(104,26,125); }
div.DivClassName
{
background-color: #681A7D;
}
.BgClassName
{
background-color: #681A7D;
}
</style>
border-color css
<style>
span { border-color: #681A7D; }
span { border-color: rgb(104,26,125); }
td.TdClassName
{
border-color: #681A7D;
}
.TagClassName
{
border-color: #681A7D;
}
</style>