Shades of Seance #6E3271
Tints of Seance #6E3271
RGB
CMYK
RGB Variations
Color information
#6E3271 (or 0x6E3271) is known color: Seance. HEX triplet: 6E, 32 and 71. RGB value is (110,50,113). Sum of RGB (Red+Green+Blue) = 110+50+113=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E3271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3271 is #91CD8E. Grayscale: #4A4A4A. Windows color (decimal): -9555343 or 7418478. OLE color: 7418478.
HSL color Cylindrical-coordinate representation of color #6E3271: hue angle of 297.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3271 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 50 | 113 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.56 |
| HSL | 297.14º | 0.39% | 0.32% | - |
| HSV(B) | 297.14º | 0.56% | 0.44% | - |
| XYZ | 10.55 | 6.79 | 16.38 | - |
| YUV | 75.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 113 | 0.03 | 0.56 | 0 | 0.56 | 297.14 | 0.39 | 0.32 |
| Hex | 6E | 32 | 71 | 3 | 38 | 0 | 38 | 129 | 27 | 20 |
| Octal | 156 | 62 | 161 | 3 | 70 | 0 | 70 | 451 | 47 | 40 |
| Binary | 1101110 | 110010 | 1110001 | 11 | 111000 | 0 | 111000 | 100101001 | 100111 | 100000 |
Color Harmonies of #6E3271
Complementary color
Monochromatic Colors of #6E3271
Black with #6E3271
Text Example
Text Example
White with #6E3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3271; }
p { color: rgb(110,50,113); }
H1.HeaderClassName
{
color: #6E3271;
}
.AnyTagClassName
{
color: #6E3271;
}
</style>
background-color css
<style>
a { background-color: #6E3271; }
a { background-color: rgb(110,50,113); }
div.DivClassName
{
background-color: #6E3271;
}
.BgClassName
{
background-color: #6E3271;
}
</style>
border-color css
<style>
span { border-color: #6E3271; }
span { border-color: rgb(110,50,113); }
td.TdClassName
{
border-color: #6E3271;
}
.TagClassName
{
border-color: #6E3271;
}
</style>