Shades of Seance #671F70
Tints of Seance #671F70
RGB
CMYK
RGB Variations
Color information
#671F70 (or 0x671F70) is known color: Seance. HEX triplet: 67, 1F and 70. RGB value is (103,31,112). Sum of RGB (Red+Green+Blue) = 103+31+112=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #671F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671F70 is #98E08F. Grayscale: #3D3D3D. Windows color (decimal): -10018960 or 7348071. OLE color: 7348071.
HSL color Cylindrical-coordinate representation of color #671F70: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671F70 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 31 | 112 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.56 |
| HSL | 293.33º | 0.57% | 0.28% | - |
| HSV(B) | 293.33º | 0.72% | 0.44% | - |
| XYZ | 9.01 | 5.03 | 15.83 | - |
| YUV | 61.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 112 | 0.08 | 0.72 | 0 | 0.56 | 293.33 | 0.57 | 0.28 |
| Hex | 67 | 1F | 70 | 8 | 48 | 0 | 38 | 125 | 39 | 1C |
| Octal | 147 | 37 | 160 | 10 | 110 | 0 | 70 | 445 | 71 | 34 |
| Binary | 1100111 | 11111 | 1110000 | 1000 | 1001000 | 0 | 111000 | 100100101 | 111001 | 11100 |
Color Harmonies of #671F70
Complementary color
Monochromatic Colors of #671F70
Black with #671F70
Text Example
Text Example
White with #671F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F70; }
p { color: rgb(103,31,112); }
H1.HeaderClassName
{
color: #671F70;
}
.AnyTagClassName
{
color: #671F70;
}
</style>
background-color css
<style>
a { background-color: #671F70; }
a { background-color: rgb(103,31,112); }
div.DivClassName
{
background-color: #671F70;
}
.BgClassName
{
background-color: #671F70;
}
</style>
border-color css
<style>
span { border-color: #671F70; }
span { border-color: rgb(103,31,112); }
td.TdClassName
{
border-color: #671F70;
}
.TagClassName
{
border-color: #671F70;
}
</style>