Shades of Seance #6E1771
Tints of Seance #6E1771
RGB
CMYK
RGB Variations
Color information
#6E1771 (or 0x6E1771) is known color: Seance. HEX triplet: 6E, 17 and 71. RGB value is (110,23,113). Sum of RGB (Red+Green+Blue) = 110+23+113=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1771 is #91E88E. Grayscale: #3B3B3B. Windows color (decimal): -9562255 or 7411566. OLE color: 7411566.
HSL color Cylindrical-coordinate representation of color #6E1771: hue angle of 298º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1771 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 23 | 113 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.56 |
| HSL | 298º | 0.66% | 0.27% | - |
| HSV(B) | 298º | 0.8% | 0.44% | - |
| XYZ | 9.72 | 5.12 | 16.1 | - |
| YUV | 59.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 113 | 0.03 | 0.80 | 0 | 0.56 | 298 | 0.66 | 0.27 |
| Hex | 6E | 17 | 71 | 3 | 50 | 0 | 38 | 12A | 42 | 1B |
| Octal | 156 | 27 | 161 | 3 | 120 | 0 | 70 | 452 | 102 | 33 |
| Binary | 1101110 | 10111 | 1110001 | 11 | 1010000 | 0 | 111000 | 100101010 | 1000010 | 11011 |
Color Harmonies of #6E1771
Complementary color
Monochromatic Colors of #6E1771
Black with #6E1771
Text Example
Text Example
White with #6E1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1771; }
p { color: rgb(110,23,113); }
H1.HeaderClassName
{
color: #6E1771;
}
.AnyTagClassName
{
color: #6E1771;
}
</style>
background-color css
<style>
a { background-color: #6E1771; }
a { background-color: rgb(110,23,113); }
div.DivClassName
{
background-color: #6E1771;
}
.BgClassName
{
background-color: #6E1771;
}
</style>
border-color css
<style>
span { border-color: #6E1771; }
span { border-color: rgb(110,23,113); }
td.TdClassName
{
border-color: #6E1771;
}
.TagClassName
{
border-color: #6E1771;
}
</style>