Shades of Seance #681883
Tints of Seance #681883
RGB
CMYK
RGB Variations
Color information
#681883 (or 0x681883) is known color: Seance. HEX triplet: 68, 18 and 83. RGB value is (104,24,131). Sum of RGB (Red+Green+Blue) = 104+24+131=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #681883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681883 is #97E77C. Grayscale: #3B3B3B. Windows color (decimal): -9955197 or 8591464. OLE color: 8591464.
HSL color Cylindrical-coordinate representation of color #681883: hue angle of 284.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681883 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 24 | 131 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.49 |
| HSL | 284.86º | 0.69% | 0.3% | - |
| HSV(B) | 284.86º | 0.82% | 0.51% | - |
| XYZ | 10.13 | 5.24 | 21.95 | - |
| YUV | 60.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 131 | 0.21 | 0.82 | 0 | 0.49 | 284.86 | 0.69 | 0.3 |
| Hex | 68 | 18 | 83 | 15 | 52 | 0 | 31 | 11D | 45 | 1E |
| Octal | 150 | 30 | 203 | 25 | 122 | 0 | 61 | 435 | 105 | 36 |
| Binary | 1101000 | 11000 | 10000011 | 10101 | 1010010 | 0 | 110001 | 100011101 | 1000101 | 11110 |
Color Harmonies of #681883
Complementary color
Monochromatic Colors of #681883
Black with #681883
Text Example
Text Example
White with #681883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681883; }
p { color: rgb(104,24,131); }
H1.HeaderClassName
{
color: #681883;
}
.AnyTagClassName
{
color: #681883;
}
</style>
background-color css
<style>
a { background-color: #681883; }
a { background-color: rgb(104,24,131); }
div.DivClassName
{
background-color: #681883;
}
.BgClassName
{
background-color: #681883;
}
</style>
border-color css
<style>
span { border-color: #681883; }
span { border-color: rgb(104,24,131); }
td.TdClassName
{
border-color: #681883;
}
.TagClassName
{
border-color: #681883;
}
</style>