Shades of Seance #722E71
Tints of Seance #722E71
RGB
CMYK
RGB Variations
Color information
#722E71 (or 0x722E71) is known color: Seance. HEX triplet: 72, 2E and 71. RGB value is (114,46,113). Sum of RGB (Red+Green+Blue) = 114+46+113=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #722E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E71 is #8DD18E. Grayscale: #494949. Windows color (decimal): -9294223 or 7417458. OLE color: 7417458.
HSL color Cylindrical-coordinate representation of color #722E71: hue angle of 300.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E71 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 113 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.55 |
| HSL | 300.88º | 0.43% | 0.31% | - |
| HSV(B) | 300.88º | 0.6% | 0.45% | - |
| XYZ | 10.9 | 6.72 | 16.35 | - |
| YUV | 73.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 113 | 0 | 0.60 | 0.01 | 0.55 | 300.88 | 0.43 | 0.31 |
| Hex | 72 | 2E | 71 | 0 | 3C | 1 | 37 | 12D | 2A | 1F |
| Octal | 162 | 56 | 161 | 0 | 74 | 1 | 67 | 455 | 52 | 37 |
| Binary | 1110010 | 101110 | 1110001 | 0 | 111100 | 1 | 110111 | 100101101 | 101010 | 11111 |
Color Harmonies of #722E71
Complementary color
Monochromatic Colors of #722E71
Black with #722E71
Text Example
Text Example
White with #722E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E71; }
p { color: rgb(114,46,113); }
H1.HeaderClassName
{
color: #722E71;
}
.AnyTagClassName
{
color: #722E71;
}
</style>
background-color css
<style>
a { background-color: #722E71; }
a { background-color: rgb(114,46,113); }
div.DivClassName
{
background-color: #722E71;
}
.BgClassName
{
background-color: #722E71;
}
</style>
border-color css
<style>
span { border-color: #722E71; }
span { border-color: rgb(114,46,113); }
td.TdClassName
{
border-color: #722E71;
}
.TagClassName
{
border-color: #722E71;
}
</style>