Shades of Seance #5E276E
Tints of Seance #5E276E
RGB
CMYK
RGB Variations
Color information
#5E276E (or 0x5E276E) is known color: Seance. HEX triplet: 5E, 27 and 6E. RGB value is (94,39,110). Sum of RGB (Red+Green+Blue) = 94+39+110=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E276E is #A1D891. Grayscale: #3F3F3F. Windows color (decimal): -10606738 or 7219038. OLE color: 7219038.
HSL color Cylindrical-coordinate representation of color #5E276E: hue angle of 286.48º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E276E is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 39 | 110 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.57 |
| HSL | 286.48º | 0.48% | 0.29% | - |
| HSV(B) | 286.48º | 0.65% | 0.43% | - |
| XYZ | 8.16 | 4.96 | 15.28 | - |
| YUV | 63.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 110 | 0.15 | 0.65 | 0 | 0.57 | 286.48 | 0.48 | 0.29 |
| Hex | 5E | 27 | 6E | F | 41 | 0 | 39 | 11E | 30 | 1D |
| Octal | 136 | 47 | 156 | 17 | 101 | 0 | 71 | 436 | 60 | 35 |
| Binary | 1011110 | 100111 | 1101110 | 1111 | 1000001 | 0 | 111001 | 100011110 | 110000 | 11101 |
Color Harmonies of #5E276E
Complementary color
Monochromatic Colors of #5E276E
Black with #5E276E
Text Example
Text Example
White with #5E276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E276E; }
p { color: rgb(94,39,110); }
H1.HeaderClassName
{
color: #5E276E;
}
.AnyTagClassName
{
color: #5E276E;
}
</style>
background-color css
<style>
a { background-color: #5E276E; }
a { background-color: rgb(94,39,110); }
div.DivClassName
{
background-color: #5E276E;
}
.BgClassName
{
background-color: #5E276E;
}
</style>
border-color css
<style>
span { border-color: #5E276E; }
span { border-color: rgb(94,39,110); }
td.TdClassName
{
border-color: #5E276E;
}
.TagClassName
{
border-color: #5E276E;
}
</style>