Shades of Seance #5E246C
Tints of Seance #5E246C
RGB
CMYK
RGB Variations
Color information
#5E246C (or 0x5E246C) is known color: Seance. HEX triplet: 5E, 24 and 6C. RGB value is (94,36,108). Sum of RGB (Red+Green+Blue) = 94+36+108=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E246C is #A1DB93. Grayscale: #3D3D3D. Windows color (decimal): -10607508 or 7087198. OLE color: 7087198.
HSL color Cylindrical-coordinate representation of color #5E246C: hue angle of 288.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E246C is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 36 | 108 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.58 |
| HSL | 288.33º | 0.5% | 0.28% | - |
| HSV(B) | 288.33º | 0.67% | 0.42% | - |
| XYZ | 7.95 | 4.72 | 14.68 | - |
| YUV | 61.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 108 | 0.13 | 0.67 | 0 | 0.58 | 288.33 | 0.5 | 0.28 |
| Hex | 5E | 24 | 6C | D | 43 | 0 | 3A | 120 | 32 | 1C |
| Octal | 136 | 44 | 154 | 15 | 103 | 0 | 72 | 440 | 62 | 34 |
| Binary | 1011110 | 100100 | 1101100 | 1101 | 1000011 | 0 | 111010 | 100100000 | 110010 | 11100 |
Color Harmonies of #5E246C
Complementary color
Monochromatic Colors of #5E246C
Black with #5E246C
Text Example
Text Example
White with #5E246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E246C; }
p { color: rgb(94,36,108); }
H1.HeaderClassName
{
color: #5E246C;
}
.AnyTagClassName
{
color: #5E246C;
}
</style>
background-color css
<style>
a { background-color: #5E246C; }
a { background-color: rgb(94,36,108); }
div.DivClassName
{
background-color: #5E246C;
}
.BgClassName
{
background-color: #5E246C;
}
</style>
border-color css
<style>
span { border-color: #5E246C; }
span { border-color: rgb(94,36,108); }
td.TdClassName
{
border-color: #5E246C;
}
.TagClassName
{
border-color: #5E246C;
}
</style>