Shades of Seance #71316E
Tints of Seance #71316E
RGB
CMYK
RGB Variations
Color information
#71316E (or 0x71316E) is known color: Seance. HEX triplet: 71, 31 and 6E. RGB value is (113,49,110). Sum of RGB (Red+Green+Blue) = 113+49+110=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316E is #8ECE91. Grayscale: #4A4A4A. Windows color (decimal): -9358994 or 7221617. OLE color: 7221617.
HSL color Cylindrical-coordinate representation of color #71316E: hue angle of 302.81º 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 #71316E is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 110 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.56 |
| HSL | 302.81º | 0.4% | 0.32% | - |
| HSV(B) | 302.81º | 0.57% | 0.44% | - |
| XYZ | 10.72 | 6.83 | 15.51 | - |
| YUV | 75.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 110 | 0 | 0.57 | 0.03 | 0.56 | 302.81 | 0.4 | 0.32 |
| Hex | 71 | 31 | 6E | 0 | 39 | 3 | 38 | 12F | 28 | 20 |
| Octal | 161 | 61 | 156 | 0 | 71 | 3 | 70 | 457 | 50 | 40 |
| Binary | 1110001 | 110001 | 1101110 | 0 | 111001 | 11 | 111000 | 100101111 | 101000 | 100000 |
Color Harmonies of #71316E
Complementary color
Monochromatic Colors of #71316E
Black with #71316E
Text Example
Text Example
White with #71316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71316E; }
p { color: rgb(113,49,110); }
H1.HeaderClassName
{
color: #71316E;
}
.AnyTagClassName
{
color: #71316E;
}
</style>
background-color css
<style>
a { background-color: #71316E; }
a { background-color: rgb(113,49,110); }
div.DivClassName
{
background-color: #71316E;
}
.BgClassName
{
background-color: #71316E;
}
</style>
border-color css
<style>
span { border-color: #71316E; }
span { border-color: rgb(113,49,110); }
td.TdClassName
{
border-color: #71316E;
}
.TagClassName
{
border-color: #71316E;
}
</style>