Shades of Seance #5E116E
Tints of Seance #5E116E
RGB
CMYK
RGB Variations
Color information
#5E116E (or 0x5E116E) is known color: Seance. HEX triplet: 5E, 11 and 6E. RGB value is (94,17,110). Sum of RGB (Red+Green+Blue) = 94+17+110=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E116E is #A1EE91. Grayscale: #323232. Windows color (decimal): -10612370 or 7213406. OLE color: 7213406.
HSL color Cylindrical-coordinate representation of color #5E116E: hue angle of 289.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E116E is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 17 | 110 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.57 |
| HSL | 289.68º | 0.73% | 0.25% | - |
| HSV(B) | 289.68º | 0.85% | 0.43% | - |
| XYZ | 7.63 | 3.91 | 15.1 | - |
| YUV | 50.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 110 | 0.15 | 0.85 | 0 | 0.57 | 289.68 | 0.73 | 0.25 |
| Hex | 5E | 11 | 6E | F | 55 | 0 | 39 | 122 | 49 | 19 |
| Octal | 136 | 21 | 156 | 17 | 125 | 0 | 71 | 442 | 111 | 31 |
| Binary | 1011110 | 10001 | 1101110 | 1111 | 1010101 | 0 | 111001 | 100100010 | 1001001 | 11001 |
Color Harmonies of #5E116E
Complementary color
Monochromatic Colors of #5E116E
Black with #5E116E
Text Example
Text Example
White with #5E116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E116E; }
p { color: rgb(94,17,110); }
H1.HeaderClassName
{
color: #5E116E;
}
.AnyTagClassName
{
color: #5E116E;
}
</style>
background-color css
<style>
a { background-color: #5E116E; }
a { background-color: rgb(94,17,110); }
div.DivClassName
{
background-color: #5E116E;
}
.BgClassName
{
background-color: #5E116E;
}
</style>
border-color css
<style>
span { border-color: #5E116E; }
span { border-color: rgb(94,17,110); }
td.TdClassName
{
border-color: #5E116E;
}
.TagClassName
{
border-color: #5E116E;
}
</style>