Shades of Seance #711979
Tints of Seance #711979
RGB
CMYK
RGB Variations
Color information
#711979 (or 0x711979) is known color: Seance. HEX triplet: 71, 19 and 79. RGB value is (113,25,121). Sum of RGB (Red+Green+Blue) = 113+25+121=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #711979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711979 is #8EE686. Grayscale: #3D3D3D. Windows color (decimal): -9365127 or 7936369. OLE color: 7936369.
HSL color Cylindrical-coordinate representation of color #711979: hue angle of 295º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711979 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 25 | 121 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.53 |
| HSL | 295º | 0.66% | 0.29% | - |
| HSV(B) | 295º | 0.79% | 0.47% | - |
| XYZ | 10.61 | 5.59 | 18.61 | - |
| YUV | 62.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 121 | 0.07 | 0.79 | 0 | 0.53 | 295 | 0.66 | 0.29 |
| Hex | 71 | 19 | 79 | 7 | 4F | 0 | 35 | 127 | 42 | 1D |
| Octal | 161 | 31 | 171 | 7 | 117 | 0 | 65 | 447 | 102 | 35 |
| Binary | 1110001 | 11001 | 1111001 | 111 | 1001111 | 0 | 110101 | 100100111 | 1000010 | 11101 |
Color Harmonies of #711979
Complementary color
Monochromatic Colors of #711979
Black with #711979
Text Example
Text Example
White with #711979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711979; }
p { color: rgb(113,25,121); }
H1.HeaderClassName
{
color: #711979;
}
.AnyTagClassName
{
color: #711979;
}
</style>
background-color css
<style>
a { background-color: #711979; }
a { background-color: rgb(113,25,121); }
div.DivClassName
{
background-color: #711979;
}
.BgClassName
{
background-color: #711979;
}
</style>
border-color css
<style>
span { border-color: #711979; }
span { border-color: rgb(113,25,121); }
td.TdClassName
{
border-color: #711979;
}
.TagClassName
{
border-color: #711979;
}
</style>