Shades of Seance #711876
Tints of Seance #711876
RGB
CMYK
RGB Variations
Color information
#711876 (or 0x711876) is known color: Seance. HEX triplet: 71, 18 and 76. RGB value is (113,24,118). Sum of RGB (Red+Green+Blue) = 113+24+118=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #711876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711876 is #8EE789. Grayscale: #3D3D3D. Windows color (decimal): -9365386 or 7739505. OLE color: 7739505.
HSL color Cylindrical-coordinate representation of color #711876: hue angle of 296.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711876 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 24 | 118 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.54 |
| HSL | 296.81º | 0.66% | 0.28% | - |
| HSV(B) | 296.81º | 0.8% | 0.46% | - |
| XYZ | 10.41 | 5.47 | 17.65 | - |
| YUV | 61.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 118 | 0.04 | 0.80 | 0 | 0.54 | 296.81 | 0.66 | 0.28 |
| Hex | 71 | 18 | 76 | 4 | 50 | 0 | 36 | 129 | 42 | 1C |
| Octal | 161 | 30 | 166 | 4 | 120 | 0 | 66 | 451 | 102 | 34 |
| Binary | 1110001 | 11000 | 1110110 | 100 | 1010000 | 0 | 110110 | 100101001 | 1000010 | 11100 |
Color Harmonies of #711876
Complementary color
Monochromatic Colors of #711876
Black with #711876
Text Example
Text Example
White with #711876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711876; }
p { color: rgb(113,24,118); }
H1.HeaderClassName
{
color: #711876;
}
.AnyTagClassName
{
color: #711876;
}
</style>
background-color css
<style>
a { background-color: #711876; }
a { background-color: rgb(113,24,118); }
div.DivClassName
{
background-color: #711876;
}
.BgClassName
{
background-color: #711876;
}
</style>
border-color css
<style>
span { border-color: #711876; }
span { border-color: rgb(113,24,118); }
td.TdClassName
{
border-color: #711876;
}
.TagClassName
{
border-color: #711876;
}
</style>