Shades of Seance #671E7C
Tints of Seance #671E7C
RGB
CMYK
RGB Variations
Color information
#671E7C (or 0x671E7C) is known color: Seance. HEX triplet: 67, 1E and 7C. RGB value is (103,30,124). Sum of RGB (Red+Green+Blue) = 103+30+124=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #671E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671E7C is #98E183. Grayscale: #3E3E3E. Windows color (decimal): -10019204 or 8134247. OLE color: 8134247.
HSL color Cylindrical-coordinate representation of color #671E7C: hue angle of 286.6º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #671E7C is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 30 | 124 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.51 |
| HSL | 286.6º | 0.61% | 0.3% | - |
| HSV(B) | 286.6º | 0.76% | 0.49% | - |
| XYZ | 9.7 | 5.27 | 19.57 | - |
| YUV | 62.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 124 | 0.17 | 0.76 | 0 | 0.51 | 286.6 | 0.61 | 0.3 |
| Hex | 67 | 1E | 7C | 11 | 4C | 0 | 33 | 11F | 3D | 1E |
| Octal | 147 | 36 | 174 | 21 | 114 | 0 | 63 | 437 | 75 | 36 |
| Binary | 1100111 | 11110 | 1111100 | 10001 | 1001100 | 0 | 110011 | 100011111 | 111101 | 11110 |
Color Harmonies of #671E7C
Complementary color
Monochromatic Colors of #671E7C
Black with #671E7C
Text Example
Text Example
White with #671E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E7C; }
p { color: rgb(103,30,124); }
H1.HeaderClassName
{
color: #671E7C;
}
.AnyTagClassName
{
color: #671E7C;
}
</style>
background-color css
<style>
a { background-color: #671E7C; }
a { background-color: rgb(103,30,124); }
div.DivClassName
{
background-color: #671E7C;
}
.BgClassName
{
background-color: #671E7C;
}
</style>
border-color css
<style>
span { border-color: #671E7C; }
span { border-color: rgb(103,30,124); }
td.TdClassName
{
border-color: #671E7C;
}
.TagClassName
{
border-color: #671E7C;
}
</style>