Shades of Seance #712080
Tints of Seance #712080
RGB
CMYK
RGB Variations
Color information
#712080 (or 0x712080) is known color: Seance. HEX triplet: 71, 20 and 80. RGB value is (113,32,128). Sum of RGB (Red+Green+Blue) = 113+32+128=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #712080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712080 is #8EDF7F. Grayscale: #424242. Windows color (decimal): -9363328 or 8396913. OLE color: 8396913.
HSL color Cylindrical-coordinate representation of color #712080: hue angle of 290.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712080 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 32 | 128 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.50 |
| HSL | 290.63º | 0.6% | 0.31% | - |
| HSV(B) | 290.63º | 0.75% | 0.5% | - |
| XYZ | 11.22 | 6.1 | 21.01 | - |
| YUV | 67.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 128 | 0.12 | 0.75 | 0 | 0.50 | 290.63 | 0.6 | 0.31 |
| Hex | 71 | 20 | 80 | C | 4B | 0 | 32 | 123 | 3C | 1F |
| Octal | 161 | 40 | 200 | 14 | 113 | 0 | 62 | 443 | 74 | 37 |
| Binary | 1110001 | 100000 | 10000000 | 1100 | 1001011 | 0 | 110010 | 100100011 | 111100 | 11111 |
Color Harmonies of #712080
Complementary color
Monochromatic Colors of #712080
Black with #712080
Text Example
Text Example
White with #712080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712080; }
p { color: rgb(113,32,128); }
H1.HeaderClassName
{
color: #712080;
}
.AnyTagClassName
{
color: #712080;
}
</style>
background-color css
<style>
a { background-color: #712080; }
a { background-color: rgb(113,32,128); }
div.DivClassName
{
background-color: #712080;
}
.BgClassName
{
background-color: #712080;
}
</style>
border-color css
<style>
span { border-color: #712080; }
span { border-color: rgb(113,32,128); }
td.TdClassName
{
border-color: #712080;
}
.TagClassName
{
border-color: #712080;
}
</style>