Shades of Seance #5E216E
Tints of Seance #5E216E
RGB
CMYK
RGB Variations
Color information
#5E216E (or 0x5E216E) is known color: Seance. HEX triplet: 5E, 21 and 6E. RGB value is (94,33,110). Sum of RGB (Red+Green+Blue) = 94+33+110=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E216E is #A1DE91. Grayscale: #3B3B3B. Windows color (decimal): -10608274 or 7217502. OLE color: 7217502.
HSL color Cylindrical-coordinate representation of color #5E216E: hue angle of 287.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E216E is Cyan = 0.15, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 33 | 110 | - |
| CMYK | 0.15 | 0.7 | 0 | 0.57 |
| HSL | 287.53º | 0.54% | 0.28% | - |
| HSV(B) | 287.53º | 0.7% | 0.43% | - |
| XYZ | 7.97 | 4.59 | 15.22 | - |
| YUV | 60.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 110 | 0.15 | 0.7 | 0 | 0.57 | 287.53 | 0.54 | 0.28 |
| Hex | 5E | 21 | 6E | F | 46 | 0 | 39 | 120 | 36 | 1C |
| Octal | 136 | 41 | 156 | 17 | 106 | 0 | 71 | 440 | 66 | 34 |
| Binary | 1011110 | 100001 | 1101110 | 1111 | 1000110 | 0 | 111001 | 100100000 | 110110 | 11100 |
Color Harmonies of #5E216E
Complementary color
Monochromatic Colors of #5E216E
Black with #5E216E
Text Example
Text Example
White with #5E216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E216E; }
p { color: rgb(94,33,110); }
H1.HeaderClassName
{
color: #5E216E;
}
.AnyTagClassName
{
color: #5E216E;
}
</style>
background-color css
<style>
a { background-color: #5E216E; }
a { background-color: rgb(94,33,110); }
div.DivClassName
{
background-color: #5E216E;
}
.BgClassName
{
background-color: #5E216E;
}
</style>
border-color css
<style>
span { border-color: #5E216E; }
span { border-color: rgb(94,33,110); }
td.TdClassName
{
border-color: #5E216E;
}
.TagClassName
{
border-color: #5E216E;
}
</style>