Shades of Seance #671F73
Tints of Seance #671F73
RGB
CMYK
RGB Variations
Color information
#671F73 (or 0x671F73) is known color: Seance. HEX triplet: 67, 1F and 73. RGB value is (103,31,115). Sum of RGB (Red+Green+Blue) = 103+31+115=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #671F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F73 is #98E08C. Grayscale: #3D3D3D. Windows color (decimal): -10018957 or 7544679. OLE color: 7544679.
HSL color Cylindrical-coordinate representation of color #671F73: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671F73 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 31 | 115 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.55 |
| HSL | 291.43º | 0.58% | 0.29% | - |
| HSV(B) | 291.43º | 0.73% | 0.45% | - |
| XYZ | 9.18 | 5.1 | 16.72 | - |
| YUV | 62.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 115 | 0.10 | 0.73 | 0 | 0.55 | 291.43 | 0.58 | 0.29 |
| Hex | 67 | 1F | 73 | A | 49 | 0 | 37 | 123 | 3A | 1D |
| Octal | 147 | 37 | 163 | 12 | 111 | 0 | 67 | 443 | 72 | 35 |
| Binary | 1100111 | 11111 | 1110011 | 1010 | 1001001 | 0 | 110111 | 100100011 | 111010 | 11101 |
Color Harmonies of #671F73
Complementary color
Monochromatic Colors of #671F73
Black with #671F73
Text Example
Text Example
White with #671F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F73; }
p { color: rgb(103,31,115); }
H1.HeaderClassName
{
color: #671F73;
}
.AnyTagClassName
{
color: #671F73;
}
</style>
background-color css
<style>
a { background-color: #671F73; }
a { background-color: rgb(103,31,115); }
div.DivClassName
{
background-color: #671F73;
}
.BgClassName
{
background-color: #671F73;
}
</style>
border-color css
<style>
span { border-color: #671F73; }
span { border-color: rgb(103,31,115); }
td.TdClassName
{
border-color: #671F73;
}
.TagClassName
{
border-color: #671F73;
}
</style>