Shades of Seance #5E2073
Tints of Seance #5E2073
RGB
CMYK
RGB Variations
Color information
#5E2073 (or 0x5E2073) is known color: Seance. HEX triplet: 5E, 20 and 73. RGB value is (94,32,115). Sum of RGB (Red+Green+Blue) = 94+32+115=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E2073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2073 is #A1DF8C. Grayscale: #3B3B3B. Windows color (decimal): -10608525 or 7544926. OLE color: 7544926.
HSL color Cylindrical-coordinate representation of color #5E2073: hue angle of 284.82º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2073 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 32 | 115 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.55 |
| HSL | 284.82º | 0.56% | 0.29% | - |
| HSV(B) | 284.82º | 0.72% | 0.45% | - |
| XYZ | 8.23 | 4.65 | 16.68 | - |
| YUV | 60 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 115 | 0.18 | 0.72 | 0 | 0.55 | 284.82 | 0.56 | 0.29 |
| Hex | 5E | 20 | 73 | 12 | 48 | 0 | 37 | 11D | 38 | 1D |
| Octal | 136 | 40 | 163 | 22 | 110 | 0 | 67 | 435 | 70 | 35 |
| Binary | 1011110 | 100000 | 1110011 | 10010 | 1001000 | 0 | 110111 | 100011101 | 111000 | 11101 |
Color Harmonies of #5E2073
Complementary color
Monochromatic Colors of #5E2073
Black with #5E2073
Text Example
Text Example
White with #5E2073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2073; }
p { color: rgb(94,32,115); }
H1.HeaderClassName
{
color: #5E2073;
}
.AnyTagClassName
{
color: #5E2073;
}
</style>
background-color css
<style>
a { background-color: #5E2073; }
a { background-color: rgb(94,32,115); }
div.DivClassName
{
background-color: #5E2073;
}
.BgClassName
{
background-color: #5E2073;
}
</style>
border-color css
<style>
span { border-color: #5E2073; }
span { border-color: rgb(94,32,115); }
td.TdClassName
{
border-color: #5E2073;
}
.TagClassName
{
border-color: #5E2073;
}
</style>