Shades of Seance #71286E
Tints of Seance #71286E
RGB
CMYK
RGB Variations
Color information
#71286E (or 0x71286E) is known color: Seance. HEX triplet: 71, 28 and 6E. RGB value is (113,40,110). Sum of RGB (Red+Green+Blue) = 113+40+110=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71286E is #8ED791. Grayscale: #454545. Windows color (decimal): -9361298 or 7219313. OLE color: 7219313.
HSL color Cylindrical-coordinate representation of color #71286E: hue angle of 302.47º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71286E is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 110 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.56 |
| HSL | 302.47º | 0.48% | 0.3% | - |
| HSV(B) | 302.47º | 0.65% | 0.44% | - |
| XYZ | 10.38 | 6.15 | 15.39 | - |
| YUV | 69.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 110 | 0 | 0.65 | 0.03 | 0.56 | 302.47 | 0.48 | 0.3 |
| Hex | 71 | 28 | 6E | 0 | 41 | 3 | 38 | 12E | 30 | 1E |
| Octal | 161 | 50 | 156 | 0 | 101 | 3 | 70 | 456 | 60 | 36 |
| Binary | 1110001 | 101000 | 1101110 | 0 | 1000001 | 11 | 111000 | 100101110 | 110000 | 11110 |
Color Harmonies of #71286E
Complementary color
Monochromatic Colors of #71286E
Black with #71286E
Text Example
Text Example
White with #71286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71286E; }
p { color: rgb(113,40,110); }
H1.HeaderClassName
{
color: #71286E;
}
.AnyTagClassName
{
color: #71286E;
}
</style>
background-color css
<style>
a { background-color: #71286E; }
a { background-color: rgb(113,40,110); }
div.DivClassName
{
background-color: #71286E;
}
.BgClassName
{
background-color: #71286E;
}
</style>
border-color css
<style>
span { border-color: #71286E; }
span { border-color: rgb(113,40,110); }
td.TdClassName
{
border-color: #71286E;
}
.TagClassName
{
border-color: #71286E;
}
</style>