Shades of Seance #711A76
Tints of Seance #711A76
RGB
CMYK
RGB Variations
Color information
#711A76 (or 0x711A76) is known color: Seance. HEX triplet: 71, 1A and 76. RGB value is (113,26,118). Sum of RGB (Red+Green+Blue) = 113+26+118=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #711A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A76 is #8EE589. Grayscale: #3E3E3E. Windows color (decimal): -9364874 or 7740017. OLE color: 7740017.
HSL color Cylindrical-coordinate representation of color #711A76: hue angle of 296.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711A76 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 26 | 118 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.54 |
| HSL | 296.74º | 0.64% | 0.28% | - |
| HSV(B) | 296.74º | 0.78% | 0.46% | - |
| XYZ | 10.45 | 5.56 | 17.66 | - |
| YUV | 62.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 118 | 0.04 | 0.78 | 0 | 0.54 | 296.74 | 0.64 | 0.28 |
| Hex | 71 | 1A | 76 | 4 | 4E | 0 | 36 | 129 | 40 | 1C |
| Octal | 161 | 32 | 166 | 4 | 116 | 0 | 66 | 451 | 100 | 34 |
| Binary | 1110001 | 11010 | 1110110 | 100 | 1001110 | 0 | 110110 | 100101001 | 1000000 | 11100 |
Color Harmonies of #711A76
Complementary color
Monochromatic Colors of #711A76
Black with #711A76
Text Example
Text Example
White with #711A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A76; }
p { color: rgb(113,26,118); }
H1.HeaderClassName
{
color: #711A76;
}
.AnyTagClassName
{
color: #711A76;
}
</style>
background-color css
<style>
a { background-color: #711A76; }
a { background-color: rgb(113,26,118); }
div.DivClassName
{
background-color: #711A76;
}
.BgClassName
{
background-color: #711A76;
}
</style>
border-color css
<style>
span { border-color: #711A76; }
span { border-color: rgb(113,26,118); }
td.TdClassName
{
border-color: #711A76;
}
.TagClassName
{
border-color: #711A76;
}
</style>