Shades of Seance #711E72
Tints of Seance #711E72
RGB
CMYK
RGB Variations
Color information
#711E72 (or 0x711E72) is known color: Seance. HEX triplet: 71, 1E and 72. RGB value is (113,30,114). Sum of RGB (Red+Green+Blue) = 113+30+114=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #711E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E72 is #8EE18D. Grayscale: #404040. Windows color (decimal): -9363854 or 7478897. OLE color: 7478897.
HSL color Cylindrical-coordinate representation of color #711E72: hue angle of 299.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711E72 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 30 | 114 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.55 |
| HSL | 299.29º | 0.58% | 0.28% | - |
| HSV(B) | 299.29º | 0.74% | 0.45% | - |
| XYZ | 10.31 | 5.65 | 16.47 | - |
| YUV | 64.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 114 | 0.01 | 0.74 | 0 | 0.55 | 299.29 | 0.58 | 0.28 |
| Hex | 71 | 1E | 72 | 1 | 4A | 0 | 37 | 12B | 3A | 1C |
| Octal | 161 | 36 | 162 | 1 | 112 | 0 | 67 | 453 | 72 | 34 |
| Binary | 1110001 | 11110 | 1110010 | 1 | 1001010 | 0 | 110111 | 100101011 | 111010 | 11100 |
Color Harmonies of #711E72
Complementary color
Monochromatic Colors of #711E72
Black with #711E72
Text Example
Text Example
White with #711E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E72; }
p { color: rgb(113,30,114); }
H1.HeaderClassName
{
color: #711E72;
}
.AnyTagClassName
{
color: #711E72;
}
</style>
background-color css
<style>
a { background-color: #711E72; }
a { background-color: rgb(113,30,114); }
div.DivClassName
{
background-color: #711E72;
}
.BgClassName
{
background-color: #711E72;
}
</style>
border-color css
<style>
span { border-color: #711E72; }
span { border-color: rgb(113,30,114); }
td.TdClassName
{
border-color: #711E72;
}
.TagClassName
{
border-color: #711E72;
}
</style>