Shades of Seance #71227E
Tints of Seance #71227E
RGB
CMYK
RGB Variations
Color information
#71227E (or 0x71227E) is known color: Seance. HEX triplet: 71, 22 and 7E. RGB value is (113,34,126). Sum of RGB (Red+Green+Blue) = 113+34+126=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #71227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71227E is #8EDD81. Grayscale: #434343. Windows color (decimal): -9362818 or 8266353. OLE color: 8266353.
HSL color Cylindrical-coordinate representation of color #71227E: hue angle of 291.52º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71227E is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 34 | 126 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.51 |
| HSL | 291.52º | 0.58% | 0.31% | - |
| HSV(B) | 291.52º | 0.73% | 0.49% | - |
| XYZ | 11.15 | 6.16 | 20.34 | - |
| YUV | 68.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 34 | 126 | 0.10 | 0.73 | 0 | 0.51 | 291.52 | 0.58 | 0.31 |
| Hex | 71 | 22 | 7E | A | 49 | 0 | 33 | 124 | 3A | 1F |
| Octal | 161 | 42 | 176 | 12 | 111 | 0 | 63 | 444 | 72 | 37 |
| Binary | 1110001 | 100010 | 1111110 | 1010 | 1001001 | 0 | 110011 | 100100100 | 111010 | 11111 |
Color Harmonies of #71227E
Complementary color
Monochromatic Colors of #71227E
Black with #71227E
Text Example
Text Example
White with #71227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71227E; }
p { color: rgb(113,34,126); }
H1.HeaderClassName
{
color: #71227E;
}
.AnyTagClassName
{
color: #71227E;
}
</style>
background-color css
<style>
a { background-color: #71227E; }
a { background-color: rgb(113,34,126); }
div.DivClassName
{
background-color: #71227E;
}
.BgClassName
{
background-color: #71227E;
}
</style>
border-color css
<style>
span { border-color: #71227E; }
span { border-color: rgb(113,34,126); }
td.TdClassName
{
border-color: #71227E;
}
.TagClassName
{
border-color: #71227E;
}
</style>