Shades of Seance #6E1C7C
Tints of Seance #6E1C7C
RGB
CMYK
RGB Variations
Color information
#6E1C7C (or 0x6E1C7C) is known color: Seance. HEX triplet: 6E, 1C and 7C. RGB value is (110,28,124). Sum of RGB (Red+Green+Blue) = 110+28+124=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E1C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1C7C is #91E383. Grayscale: #3F3F3F. Windows color (decimal): -9560964 or 8133742. OLE color: 8133742.
HSL color Cylindrical-coordinate representation of color #6E1C7C: hue angle of 291.25º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E1C7C is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 28 | 124 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.51 |
| HSL | 291.25º | 0.63% | 0.3% | - |
| HSV(B) | 291.25º | 0.77% | 0.49% | - |
| XYZ | 10.48 | 5.6 | 19.6 | - |
| YUV | 63.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 28 | 124 | 0.11 | 0.77 | 0 | 0.51 | 291.25 | 0.63 | 0.3 |
| Hex | 6E | 1C | 7C | B | 4D | 0 | 33 | 123 | 3F | 1E |
| Octal | 156 | 34 | 174 | 13 | 115 | 0 | 63 | 443 | 77 | 36 |
| Binary | 1101110 | 11100 | 1111100 | 1011 | 1001101 | 0 | 110011 | 100100011 | 111111 | 11110 |
Color Harmonies of #6E1C7C
Complementary color
Monochromatic Colors of #6E1C7C
Black with #6E1C7C
Text Example
Text Example
White with #6E1C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1C7C; }
p { color: rgb(110,28,124); }
H1.HeaderClassName
{
color: #6E1C7C;
}
.AnyTagClassName
{
color: #6E1C7C;
}
</style>
background-color css
<style>
a { background-color: #6E1C7C; }
a { background-color: rgb(110,28,124); }
div.DivClassName
{
background-color: #6E1C7C;
}
.BgClassName
{
background-color: #6E1C7C;
}
</style>
border-color css
<style>
span { border-color: #6E1C7C; }
span { border-color: rgb(110,28,124); }
td.TdClassName
{
border-color: #6E1C7C;
}
.TagClassName
{
border-color: #6E1C7C;
}
</style>