Shades of Seance #712374
Tints of Seance #712374
RGB
CMYK
RGB Variations
Color information
#712374 (or 0x712374) is known color: Seance. HEX triplet: 71, 23 and 74. RGB value is (113,35,116). Sum of RGB (Red+Green+Blue) = 113+35+116=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #712374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712374 is #8EDC8B. Grayscale: #434343. Windows color (decimal): -9362572 or 7611249. OLE color: 7611249.
HSL color Cylindrical-coordinate representation of color #712374: hue angle of 297.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712374 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 35 | 116 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.55 |
| HSL | 297.78º | 0.54% | 0.3% | - |
| HSV(B) | 297.78º | 0.7% | 0.45% | - |
| XYZ | 10.56 | 5.97 | 17.12 | - |
| YUV | 67.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 116 | 0.03 | 0.70 | 0 | 0.55 | 297.78 | 0.54 | 0.3 |
| Hex | 71 | 23 | 74 | 3 | 46 | 0 | 37 | 12A | 36 | 1E |
| Octal | 161 | 43 | 164 | 3 | 106 | 0 | 67 | 452 | 66 | 36 |
| Binary | 1110001 | 100011 | 1110100 | 11 | 1000110 | 0 | 110111 | 100101010 | 110110 | 11110 |
Color Harmonies of #712374
Complementary color
Monochromatic Colors of #712374
Black with #712374
Text Example
Text Example
White with #712374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712374; }
p { color: rgb(113,35,116); }
H1.HeaderClassName
{
color: #712374;
}
.AnyTagClassName
{
color: #712374;
}
</style>
background-color css
<style>
a { background-color: #712374; }
a { background-color: rgb(113,35,116); }
div.DivClassName
{
background-color: #712374;
}
.BgClassName
{
background-color: #712374;
}
</style>
border-color css
<style>
span { border-color: #712374; }
span { border-color: rgb(113,35,116); }
td.TdClassName
{
border-color: #712374;
}
.TagClassName
{
border-color: #712374;
}
</style>