Shades of Seance #5E1C72
Tints of Seance #5E1C72
RGB
CMYK
RGB Variations
Color information
#5E1C72 (or 0x5E1C72) is known color: Seance. HEX triplet: 5E, 1C and 72. RGB value is (94,28,114). Sum of RGB (Red+Green+Blue) = 94+28+114=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E1C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1C72 is #A1E38D. Grayscale: #393939. Windows color (decimal): -10609550 or 7478366. OLE color: 7478366.
HSL color Cylindrical-coordinate representation of color #5E1C72: hue angle of 286.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E1C72 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 28 | 114 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.55 |
| HSL | 286.05º | 0.61% | 0.28% | - |
| HSV(B) | 286.05º | 0.75% | 0.45% | - |
| XYZ | 8.07 | 4.43 | 16.35 | - |
| YUV | 57.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 28 | 114 | 0.18 | 0.75 | 0 | 0.55 | 286.05 | 0.61 | 0.28 |
| Hex | 5E | 1C | 72 | 12 | 4B | 0 | 37 | 11E | 3D | 1C |
| Octal | 136 | 34 | 162 | 22 | 113 | 0 | 67 | 436 | 75 | 34 |
| Binary | 1011110 | 11100 | 1110010 | 10010 | 1001011 | 0 | 110111 | 100011110 | 111101 | 11100 |
Color Harmonies of #5E1C72
Complementary color
Monochromatic Colors of #5E1C72
Black with #5E1C72
Text Example
Text Example
White with #5E1C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1C72; }
p { color: rgb(94,28,114); }
H1.HeaderClassName
{
color: #5E1C72;
}
.AnyTagClassName
{
color: #5E1C72;
}
</style>
background-color css
<style>
a { background-color: #5E1C72; }
a { background-color: rgb(94,28,114); }
div.DivClassName
{
background-color: #5E1C72;
}
.BgClassName
{
background-color: #5E1C72;
}
</style>
border-color css
<style>
span { border-color: #5E1C72; }
span { border-color: rgb(94,28,114); }
td.TdClassName
{
border-color: #5E1C72;
}
.TagClassName
{
border-color: #5E1C72;
}
</style>