Shades of Seance #6E1B7B
Tints of Seance #6E1B7B
RGB
CMYK
RGB Variations
Color information
#6E1B7B (or 0x6E1B7B) is known color: Seance. HEX triplet: 6E, 1B and 7B. RGB value is (110,27,123). Sum of RGB (Red+Green+Blue) = 110+27+123=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E1B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1B7B is #91E484. Grayscale: #3E3E3E. Windows color (decimal): -9561221 or 8067950. OLE color: 8067950.
HSL color Cylindrical-coordinate representation of color #6E1B7B: hue angle of 291.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E1B7B is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 27 | 123 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.52 |
| HSL | 291.88º | 0.64% | 0.29% | - |
| HSV(B) | 291.88º | 0.78% | 0.48% | - |
| XYZ | 10.4 | 5.53 | 19.26 | - |
| YUV | 62.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 123 | 0.11 | 0.78 | 0 | 0.52 | 291.88 | 0.64 | 0.29 |
| Hex | 6E | 1B | 7B | B | 4E | 0 | 34 | 124 | 40 | 1D |
| Octal | 156 | 33 | 173 | 13 | 116 | 0 | 64 | 444 | 100 | 35 |
| Binary | 1101110 | 11011 | 1111011 | 1011 | 1001110 | 0 | 110100 | 100100100 | 1000000 | 11101 |
Color Harmonies of #6E1B7B
Complementary color
Monochromatic Colors of #6E1B7B
Black with #6E1B7B
Text Example
Text Example
White with #6E1B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1B7B; }
p { color: rgb(110,27,123); }
H1.HeaderClassName
{
color: #6E1B7B;
}
.AnyTagClassName
{
color: #6E1B7B;
}
</style>
background-color css
<style>
a { background-color: #6E1B7B; }
a { background-color: rgb(110,27,123); }
div.DivClassName
{
background-color: #6E1B7B;
}
.BgClassName
{
background-color: #6E1B7B;
}
</style>
border-color css
<style>
span { border-color: #6E1B7B; }
span { border-color: rgb(110,27,123); }
td.TdClassName
{
border-color: #6E1B7B;
}
.TagClassName
{
border-color: #6E1B7B;
}
</style>