Shades of Seance #6E1B83
Tints of Seance #6E1B83
RGB
CMYK
RGB Variations
Color information
#6E1B83 (or 0x6E1B83) is known color: Seance. HEX triplet: 6E, 1B and 83. RGB value is (110,27,131). Sum of RGB (Red+Green+Blue) = 110+27+131=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E1B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1B83 is #91E47C. Grayscale: #3F3F3F. Windows color (decimal): -9561213 or 8592238. OLE color: 8592238.
HSL color Cylindrical-coordinate representation of color #6E1B83: hue angle of 287.88º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E1B83 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 27 | 131 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.49 |
| HSL | 287.88º | 0.66% | 0.31% | - |
| HSV(B) | 287.88º | 0.79% | 0.51% | - |
| XYZ | 10.92 | 5.74 | 22 | - |
| YUV | 63.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 131 | 0.16 | 0.79 | 0 | 0.49 | 287.88 | 0.66 | 0.31 |
| Hex | 6E | 1B | 83 | 10 | 4F | 0 | 31 | 120 | 42 | 1F |
| Octal | 156 | 33 | 203 | 20 | 117 | 0 | 61 | 440 | 102 | 37 |
| Binary | 1101110 | 11011 | 10000011 | 10000 | 1001111 | 0 | 110001 | 100100000 | 1000010 | 11111 |
Color Harmonies of #6E1B83
Complementary color
Monochromatic Colors of #6E1B83
Black with #6E1B83
Text Example
Text Example
White with #6E1B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B83; }
p { color: rgb(110,27,131); }
H1.HeaderClassName
{
color: #6E1B83;
}
.AnyTagClassName
{
color: #6E1B83;
}
</style>
background-color css
<style>
a { background-color: #6E1B83; }
a { background-color: rgb(110,27,131); }
div.DivClassName
{
background-color: #6E1B83;
}
.BgClassName
{
background-color: #6E1B83;
}
</style>
border-color css
<style>
span { border-color: #6E1B83; }
span { border-color: rgb(110,27,131); }
td.TdClassName
{
border-color: #6E1B83;
}
.TagClassName
{
border-color: #6E1B83;
}
</style>