Shades of Seance #711A80
Tints of Seance #711A80
RGB
CMYK
RGB Variations
Color information
#711A80 (or 0x711A80) is known color: Seance. HEX triplet: 71, 1A and 80. RGB value is (113,26,128). Sum of RGB (Red+Green+Blue) = 113+26+128=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #711A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A80 is #8EE57F. Grayscale: #3F3F3F. Windows color (decimal): -9364864 or 8395377. OLE color: 8395377.
HSL color Cylindrical-coordinate representation of color #711A80: hue angle of 291.18º 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 #711A80 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 26 | 128 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.50 |
| HSL | 291.18º | 0.66% | 0.3% | - |
| HSV(B) | 291.18º | 0.8% | 0.5% | - |
| XYZ | 11.08 | 5.81 | 20.96 | - |
| YUV | 63.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 128 | 0.12 | 0.80 | 0 | 0.50 | 291.18 | 0.66 | 0.3 |
| Hex | 71 | 1A | 80 | C | 50 | 0 | 32 | 123 | 42 | 1E |
| Octal | 161 | 32 | 200 | 14 | 120 | 0 | 62 | 443 | 102 | 36 |
| Binary | 1110001 | 11010 | 10000000 | 1100 | 1010000 | 0 | 110010 | 100100011 | 1000010 | 11110 |
Color Harmonies of #711A80
Complementary color
Monochromatic Colors of #711A80
Black with #711A80
Text Example
Text Example
White with #711A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711A80; }
p { color: rgb(113,26,128); }
H1.HeaderClassName
{
color: #711A80;
}
.AnyTagClassName
{
color: #711A80;
}
</style>
background-color css
<style>
a { background-color: #711A80; }
a { background-color: rgb(113,26,128); }
div.DivClassName
{
background-color: #711A80;
}
.BgClassName
{
background-color: #711A80;
}
</style>
border-color css
<style>
span { border-color: #711A80; }
span { border-color: rgb(113,26,128); }
td.TdClassName
{
border-color: #711A80;
}
.TagClassName
{
border-color: #711A80;
}
</style>