Shades of Seance #71316F
Tints of Seance #71316F
RGB
CMYK
RGB Variations
Color information
#71316F (or 0x71316F) is known color: Seance. HEX triplet: 71, 31 and 6F. RGB value is (113,49,111). Sum of RGB (Red+Green+Blue) = 113+49+111=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316F is #8ECE90. Grayscale: #4B4B4B. Windows color (decimal): -9358993 or 7287153. OLE color: 7287153.
HSL color Cylindrical-coordinate representation of color #71316F: hue angle of 301.88º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71316F is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 111 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.56 |
| HSL | 301.88º | 0.4% | 0.32% | - |
| HSV(B) | 301.88º | 0.57% | 0.44% | - |
| XYZ | 10.78 | 6.86 | 15.79 | - |
| YUV | 75.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 111 | 0 | 0.57 | 0.02 | 0.56 | 301.88 | 0.4 | 0.32 |
| Hex | 71 | 31 | 6F | 0 | 39 | 2 | 38 | 12E | 28 | 20 |
| Octal | 161 | 61 | 157 | 0 | 71 | 2 | 70 | 456 | 50 | 40 |
| Binary | 1110001 | 110001 | 1101111 | 0 | 111001 | 10 | 111000 | 100101110 | 101000 | 100000 |
Color Harmonies of #71316F
Complementary color
Monochromatic Colors of #71316F
Black with #71316F
Text Example
Text Example
White with #71316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71316F; }
p { color: rgb(113,49,111); }
H1.HeaderClassName
{
color: #71316F;
}
.AnyTagClassName
{
color: #71316F;
}
</style>
background-color css
<style>
a { background-color: #71316F; }
a { background-color: rgb(113,49,111); }
div.DivClassName
{
background-color: #71316F;
}
.BgClassName
{
background-color: #71316F;
}
</style>
border-color css
<style>
span { border-color: #71316F; }
span { border-color: rgb(113,49,111); }
td.TdClassName
{
border-color: #71316F;
}
.TagClassName
{
border-color: #71316F;
}
</style>