Shades of Seance #671F7A
Tints of Seance #671F7A
RGB
CMYK
RGB Variations
Color information
#671F7A (or 0x671F7A) is known color: Seance. HEX triplet: 67, 1F and 7A. RGB value is (103,31,122). Sum of RGB (Red+Green+Blue) = 103+31+122=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #671F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F7A is #98E085. Grayscale: #3E3E3E. Windows color (decimal): -10018950 or 8003431. OLE color: 8003431.
HSL color Cylindrical-coordinate representation of color #671F7A: hue angle of 287.47º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671F7A is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 31 | 122 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.52 |
| HSL | 287.47º | 0.59% | 0.3% | - |
| HSV(B) | 287.47º | 0.75% | 0.48% | - |
| XYZ | 9.6 | 5.27 | 18.92 | - |
| YUV | 62.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 122 | 0.16 | 0.75 | 0 | 0.52 | 287.47 | 0.59 | 0.3 |
| Hex | 67 | 1F | 7A | 10 | 4B | 0 | 34 | 11F | 3B | 1E |
| Octal | 147 | 37 | 172 | 20 | 113 | 0 | 64 | 437 | 73 | 36 |
| Binary | 1100111 | 11111 | 1111010 | 10000 | 1001011 | 0 | 110100 | 100011111 | 111011 | 11110 |
Color Harmonies of #671F7A
Complementary color
Monochromatic Colors of #671F7A
Black with #671F7A
Text Example
Text Example
White with #671F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F7A; }
p { color: rgb(103,31,122); }
H1.HeaderClassName
{
color: #671F7A;
}
.AnyTagClassName
{
color: #671F7A;
}
</style>
background-color css
<style>
a { background-color: #671F7A; }
a { background-color: rgb(103,31,122); }
div.DivClassName
{
background-color: #671F7A;
}
.BgClassName
{
background-color: #671F7A;
}
</style>
border-color css
<style>
span { border-color: #671F7A; }
span { border-color: rgb(103,31,122); }
td.TdClassName
{
border-color: #671F7A;
}
.TagClassName
{
border-color: #671F7A;
}
</style>