Shades of Seance #711A7F
Tints of Seance #711A7F
RGB
CMYK
RGB Variations
Color information
#711A7F (or 0x711A7F) is known color: Seance. HEX triplet: 71, 1A and 7F. RGB value is (113,26,127). Sum of RGB (Red+Green+Blue) = 113+26+127=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #711A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A7F is #8EE580. Grayscale: #3F3F3F. Windows color (decimal): -9364865 or 8329841. OLE color: 8329841.
HSL color Cylindrical-coordinate representation of color #711A7F: hue angle of 291.68º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711A7F is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 26 | 127 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.50 |
| HSL | 291.68º | 0.66% | 0.3% | - |
| HSV(B) | 291.68º | 0.8% | 0.5% | - |
| XYZ | 11.01 | 5.78 | 20.61 | - |
| YUV | 63.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 127 | 0.11 | 0.80 | 0 | 0.50 | 291.68 | 0.66 | 0.3 |
| Hex | 71 | 1A | 7F | B | 50 | 0 | 32 | 124 | 42 | 1E |
| Octal | 161 | 32 | 177 | 13 | 120 | 0 | 62 | 444 | 102 | 36 |
| Binary | 1110001 | 11010 | 1111111 | 1011 | 1010000 | 0 | 110010 | 100100100 | 1000010 | 11110 |
Color Harmonies of #711A7F
Complementary color
Monochromatic Colors of #711A7F
Black with #711A7F
Text Example
Text Example
White with #711A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A7F; }
p { color: rgb(113,26,127); }
H1.HeaderClassName
{
color: #711A7F;
}
.AnyTagClassName
{
color: #711A7F;
}
</style>
background-color css
<style>
a { background-color: #711A7F; }
a { background-color: rgb(113,26,127); }
div.DivClassName
{
background-color: #711A7F;
}
.BgClassName
{
background-color: #711A7F;
}
</style>
border-color css
<style>
span { border-color: #711A7F; }
span { border-color: rgb(113,26,127); }
td.TdClassName
{
border-color: #711A7F;
}
.TagClassName
{
border-color: #711A7F;
}
</style>