Shades of Seance #671E84
Tints of Seance #671E84
RGB
CMYK
RGB Variations
Color information
#671E84 (or 0x671E84) is known color: Seance. HEX triplet: 67, 1E and 84. RGB value is (103,30,132). Sum of RGB (Red+Green+Blue) = 103+30+132=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #671E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671E84 is #98E17B. Grayscale: #3F3F3F. Windows color (decimal): -10019196 or 8658535. OLE color: 8658535.
HSL color Cylindrical-coordinate representation of color #671E84: hue angle of 282.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #671E84 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 30 | 132 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.48 |
| HSL | 282.94º | 0.63% | 0.32% | - |
| HSV(B) | 282.94º | 0.77% | 0.52% | - |
| XYZ | 10.22 | 5.48 | 22.35 | - |
| YUV | 63.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 132 | 0.22 | 0.77 | 0 | 0.48 | 282.94 | 0.63 | 0.32 |
| Hex | 67 | 1E | 84 | 16 | 4D | 0 | 30 | 11B | 3F | 20 |
| Octal | 147 | 36 | 204 | 26 | 115 | 0 | 60 | 433 | 77 | 40 |
| Binary | 1100111 | 11110 | 10000100 | 10110 | 1001101 | 0 | 110000 | 100011011 | 111111 | 100000 |
Color Harmonies of #671E84
Complementary color
Monochromatic Colors of #671E84
Black with #671E84
Text Example
Text Example
White with #671E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E84; }
p { color: rgb(103,30,132); }
H1.HeaderClassName
{
color: #671E84;
}
.AnyTagClassName
{
color: #671E84;
}
</style>
background-color css
<style>
a { background-color: #671E84; }
a { background-color: rgb(103,30,132); }
div.DivClassName
{
background-color: #671E84;
}
.BgClassName
{
background-color: #671E84;
}
</style>
border-color css
<style>
span { border-color: #671E84; }
span { border-color: rgb(103,30,132); }
td.TdClassName
{
border-color: #671E84;
}
.TagClassName
{
border-color: #671E84;
}
</style>