Shades of Seance #5E2A6E
Tints of Seance #5E2A6E
RGB
CMYK
RGB Variations
Color information
#5E2A6E (or 0x5E2A6E) is known color: Seance. HEX triplet: 5E, 2A and 6E. RGB value is (94,42,110). Sum of RGB (Red+Green+Blue) = 94+42+110=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E2A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2A6E is #A1D591. Grayscale: #414141. Windows color (decimal): -10605970 or 7219806. OLE color: 7219806.
HSL color Cylindrical-coordinate representation of color #5E2A6E: hue angle of 285.88º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E2A6E is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 42 | 110 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.57 |
| HSL | 285.88º | 0.45% | 0.3% | - |
| HSV(B) | 285.88º | 0.62% | 0.43% | - |
| XYZ | 8.26 | 5.16 | 15.31 | - |
| YUV | 65.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 110 | 0.15 | 0.62 | 0 | 0.57 | 285.88 | 0.45 | 0.3 |
| Hex | 5E | 2A | 6E | F | 3E | 0 | 39 | 11E | 2D | 1E |
| Octal | 136 | 52 | 156 | 17 | 76 | 0 | 71 | 436 | 55 | 36 |
| Binary | 1011110 | 101010 | 1101110 | 1111 | 111110 | 0 | 111001 | 100011110 | 101101 | 11110 |
Color Harmonies of #5E2A6E
Complementary color
Monochromatic Colors of #5E2A6E
Black with #5E2A6E
Text Example
Text Example
White with #5E2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2A6E; }
p { color: rgb(94,42,110); }
H1.HeaderClassName
{
color: #5E2A6E;
}
.AnyTagClassName
{
color: #5E2A6E;
}
</style>
background-color css
<style>
a { background-color: #5E2A6E; }
a { background-color: rgb(94,42,110); }
div.DivClassName
{
background-color: #5E2A6E;
}
.BgClassName
{
background-color: #5E2A6E;
}
</style>
border-color css
<style>
span { border-color: #5E2A6E; }
span { border-color: rgb(94,42,110); }
td.TdClassName
{
border-color: #5E2A6E;
}
.TagClassName
{
border-color: #5E2A6E;
}
</style>