Shades of Seance #691882
Tints of Seance #691882
RGB
CMYK
RGB Variations
Color information
#691882 (or 0x691882) is known color: Seance. HEX triplet: 69, 18 and 82. RGB value is (105,24,130). Sum of RGB (Red+Green+Blue) = 105+24+130=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #691882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691882 is #96E77D. Grayscale: #3B3B3B. Windows color (decimal): -9889662 or 8525929. OLE color: 8525929.
HSL color Cylindrical-coordinate representation of color #691882: hue angle of 285.85º 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 #691882 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 24 | 130 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.49 |
| HSL | 285.85º | 0.69% | 0.3% | - |
| HSV(B) | 285.85º | 0.82% | 0.51% | - |
| XYZ | 10.18 | 5.27 | 21.6 | - |
| YUV | 60.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 130 | 0.19 | 0.82 | 0 | 0.49 | 285.85 | 0.69 | 0.3 |
| Hex | 69 | 18 | 82 | 13 | 52 | 0 | 31 | 11E | 45 | 1E |
| Octal | 151 | 30 | 202 | 23 | 122 | 0 | 61 | 436 | 105 | 36 |
| Binary | 1101001 | 11000 | 10000010 | 10011 | 1010010 | 0 | 110001 | 100011110 | 1000101 | 11110 |
Color Harmonies of #691882
Complementary color
Monochromatic Colors of #691882
Black with #691882
Text Example
Text Example
White with #691882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691882; }
p { color: rgb(105,24,130); }
H1.HeaderClassName
{
color: #691882;
}
.AnyTagClassName
{
color: #691882;
}
</style>
background-color css
<style>
a { background-color: #691882; }
a { background-color: rgb(105,24,130); }
div.DivClassName
{
background-color: #691882;
}
.BgClassName
{
background-color: #691882;
}
</style>
border-color css
<style>
span { border-color: #691882; }
span { border-color: rgb(105,24,130); }
td.TdClassName
{
border-color: #691882;
}
.TagClassName
{
border-color: #691882;
}
</style>