Shades of Seance #671F7E
Tints of Seance #671F7E
RGB
CMYK
RGB Variations
Color information
#671F7E (or 0x671F7E) is known color: Seance. HEX triplet: 67, 1F and 7E. RGB value is (103,31,126). Sum of RGB (Red+Green+Blue) = 103+31+126=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #671F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F7E is #98E081. Grayscale: #3F3F3F. Windows color (decimal): -10018946 or 8265575. OLE color: 8265575.
HSL color Cylindrical-coordinate representation of color #671F7E: hue angle of 285.47º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671F7E is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 31 | 126 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.51 |
| HSL | 285.47º | 0.61% | 0.31% | - |
| HSV(B) | 285.47º | 0.75% | 0.49% | - |
| XYZ | 9.85 | 5.37 | 20.26 | - |
| YUV | 63.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 126 | 0.18 | 0.75 | 0 | 0.51 | 285.47 | 0.61 | 0.31 |
| Hex | 67 | 1F | 7E | 12 | 4B | 0 | 33 | 11D | 3D | 1F |
| Octal | 147 | 37 | 176 | 22 | 113 | 0 | 63 | 435 | 75 | 37 |
| Binary | 1100111 | 11111 | 1111110 | 10010 | 1001011 | 0 | 110011 | 100011101 | 111101 | 11111 |
Color Harmonies of #671F7E
Complementary color
Monochromatic Colors of #671F7E
Black with #671F7E
Text Example
Text Example
White with #671F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F7E; }
p { color: rgb(103,31,126); }
H1.HeaderClassName
{
color: #671F7E;
}
.AnyTagClassName
{
color: #671F7E;
}
</style>
background-color css
<style>
a { background-color: #671F7E; }
a { background-color: rgb(103,31,126); }
div.DivClassName
{
background-color: #671F7E;
}
.BgClassName
{
background-color: #671F7E;
}
</style>
border-color css
<style>
span { border-color: #671F7E; }
span { border-color: rgb(103,31,126); }
td.TdClassName
{
border-color: #671F7E;
}
.TagClassName
{
border-color: #671F7E;
}
</style>