Shades of Seance #5E1371
Tints of Seance #5E1371
RGB
CMYK
RGB Variations
Color information
#5E1371 (or 0x5E1371) is known color: Seance. HEX triplet: 5E, 13 and 71. RGB value is (94,19,113). Sum of RGB (Red+Green+Blue) = 94+19+113=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E1371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1371 is #A1EC8E. Grayscale: #333333. Windows color (decimal): -10611855 or 7410526. OLE color: 7410526.
HSL color Cylindrical-coordinate representation of color #5E1371: hue angle of 287.87º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1371 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 19 | 113 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.56 |
| HSL | 287.87º | 0.71% | 0.26% | - |
| HSV(B) | 287.87º | 0.83% | 0.44% | - |
| XYZ | 7.83 | 4.04 | 15.99 | - |
| YUV | 52.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 113 | 0.17 | 0.83 | 0 | 0.56 | 287.87 | 0.71 | 0.26 |
| Hex | 5E | 13 | 71 | 11 | 53 | 0 | 38 | 120 | 47 | 1A |
| Octal | 136 | 23 | 161 | 21 | 123 | 0 | 70 | 440 | 107 | 32 |
| Binary | 1011110 | 10011 | 1110001 | 10001 | 1010011 | 0 | 111000 | 100100000 | 1000111 | 11010 |
Color Harmonies of #5E1371
Complementary color
Monochromatic Colors of #5E1371
Black with #5E1371
Text Example
Text Example
White with #5E1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1371; }
p { color: rgb(94,19,113); }
H1.HeaderClassName
{
color: #5E1371;
}
.AnyTagClassName
{
color: #5E1371;
}
</style>
background-color css
<style>
a { background-color: #5E1371; }
a { background-color: rgb(94,19,113); }
div.DivClassName
{
background-color: #5E1371;
}
.BgClassName
{
background-color: #5E1371;
}
</style>
border-color css
<style>
span { border-color: #5E1371; }
span { border-color: rgb(94,19,113); }
td.TdClassName
{
border-color: #5E1371;
}
.TagClassName
{
border-color: #5E1371;
}
</style>