Shades of Seance #711E7A
Tints of Seance #711E7A
RGB
CMYK
RGB Variations
Color information
#711E7A (or 0x711E7A) is known color: Seance. HEX triplet: 71, 1E and 7A. RGB value is (113,30,122). Sum of RGB (Red+Green+Blue) = 113+30+122=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #711E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E7A is #8EE185. Grayscale: #414141. Windows color (decimal): -9363846 or 8003185. OLE color: 8003185.
HSL color Cylindrical-coordinate representation of color #711E7A: hue angle of 294.13º degrees, saturation: 0.61, 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 #711E7A is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 30 | 122 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.52 |
| HSL | 294.13º | 0.61% | 0.3% | - |
| HSV(B) | 294.13º | 0.75% | 0.48% | - |
| XYZ | 10.79 | 5.84 | 18.97 | - |
| YUV | 65.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 122 | 0.07 | 0.75 | 0 | 0.52 | 294.13 | 0.61 | 0.3 |
| Hex | 71 | 1E | 7A | 7 | 4B | 0 | 34 | 126 | 3D | 1E |
| Octal | 161 | 36 | 172 | 7 | 113 | 0 | 64 | 446 | 75 | 36 |
| Binary | 1110001 | 11110 | 1111010 | 111 | 1001011 | 0 | 110100 | 100100110 | 111101 | 11110 |
Color Harmonies of #711E7A
Complementary color
Monochromatic Colors of #711E7A
Black with #711E7A
Text Example
Text Example
White with #711E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E7A; }
p { color: rgb(113,30,122); }
H1.HeaderClassName
{
color: #711E7A;
}
.AnyTagClassName
{
color: #711E7A;
}
</style>
background-color css
<style>
a { background-color: #711E7A; }
a { background-color: rgb(113,30,122); }
div.DivClassName
{
background-color: #711E7A;
}
.BgClassName
{
background-color: #711E7A;
}
</style>
border-color css
<style>
span { border-color: #711E7A; }
span { border-color: rgb(113,30,122); }
td.TdClassName
{
border-color: #711E7A;
}
.TagClassName
{
border-color: #711E7A;
}
</style>