Shades of Seance #5E1A6D
Tints of Seance #5E1A6D
RGB
CMYK
RGB Variations
Color information
#5E1A6D (or 0x5E1A6D) is known color: Seance. HEX triplet: 5E, 1A and 6D. RGB value is (94,26,109). Sum of RGB (Red+Green+Blue) = 94+26+109=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E1A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1A6D is #A1E592. Grayscale: #373737. Windows color (decimal): -10610067 or 7150174. OLE color: 7150174.
HSL color Cylindrical-coordinate representation of color #5E1A6D: hue angle of 289.16º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E1A6D is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 26 | 109 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.57 |
| HSL | 289.16º | 0.61% | 0.26% | - |
| HSV(B) | 289.16º | 0.76% | 0.43% | - |
| XYZ | 7.75 | 4.22 | 14.87 | - |
| YUV | 55.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 26 | 109 | 0.14 | 0.76 | 0 | 0.57 | 289.16 | 0.61 | 0.26 |
| Hex | 5E | 1A | 6D | E | 4C | 0 | 39 | 121 | 3D | 1A |
| Octal | 136 | 32 | 155 | 16 | 114 | 0 | 71 | 441 | 75 | 32 |
| Binary | 1011110 | 11010 | 1101101 | 1110 | 1001100 | 0 | 111001 | 100100001 | 111101 | 11010 |
Color Harmonies of #5E1A6D
Complementary color
Monochromatic Colors of #5E1A6D
Black with #5E1A6D
Text Example
Text Example
White with #5E1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1A6D; }
p { color: rgb(94,26,109); }
H1.HeaderClassName
{
color: #5E1A6D;
}
.AnyTagClassName
{
color: #5E1A6D;
}
</style>
background-color css
<style>
a { background-color: #5E1A6D; }
a { background-color: rgb(94,26,109); }
div.DivClassName
{
background-color: #5E1A6D;
}
.BgClassName
{
background-color: #5E1A6D;
}
</style>
border-color css
<style>
span { border-color: #5E1A6D; }
span { border-color: rgb(94,26,109); }
td.TdClassName
{
border-color: #5E1A6D;
}
.TagClassName
{
border-color: #5E1A6D;
}
</style>