Shades of Seance #5E2171
Tints of Seance #5E2171
RGB
CMYK
RGB Variations
Color information
#5E2171 (or 0x5E2171) is known color: Seance. HEX triplet: 5E, 21 and 71. RGB value is (94,33,113). Sum of RGB (Red+Green+Blue) = 94+33+113=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E2171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2171 is #A1DE8E. Grayscale: #3C3C3C. Windows color (decimal): -10608271 or 7414110. OLE color: 7414110.
HSL color Cylindrical-coordinate representation of color #5E2171: hue angle of 285.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E2171 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 33 | 113 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.56 |
| HSL | 285.75º | 0.55% | 0.29% | - |
| HSV(B) | 285.75º | 0.71% | 0.44% | - |
| XYZ | 8.14 | 4.66 | 16.09 | - |
| YUV | 60.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 113 | 0.17 | 0.71 | 0 | 0.56 | 285.75 | 0.55 | 0.29 |
| Hex | 5E | 21 | 71 | 11 | 47 | 0 | 38 | 11E | 37 | 1D |
| Octal | 136 | 41 | 161 | 21 | 107 | 0 | 70 | 436 | 67 | 35 |
| Binary | 1011110 | 100001 | 1110001 | 10001 | 1000111 | 0 | 111000 | 100011110 | 110111 | 11101 |
Color Harmonies of #5E2171
Complementary color
Monochromatic Colors of #5E2171
Black with #5E2171
Text Example
Text Example
White with #5E2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2171; }
p { color: rgb(94,33,113); }
H1.HeaderClassName
{
color: #5E2171;
}
.AnyTagClassName
{
color: #5E2171;
}
</style>
background-color css
<style>
a { background-color: #5E2171; }
a { background-color: rgb(94,33,113); }
div.DivClassName
{
background-color: #5E2171;
}
.BgClassName
{
background-color: #5E2171;
}
</style>
border-color css
<style>
span { border-color: #5E2171; }
span { border-color: rgb(94,33,113); }
td.TdClassName
{
border-color: #5E2171;
}
.TagClassName
{
border-color: #5E2171;
}
</style>