Shades of Seance #722E73
Tints of Seance #722E73
RGB
CMYK
RGB Variations
Color information
#722E73 (or 0x722E73) is known color: Seance. HEX triplet: 72, 2E and 73. RGB value is (114,46,115). Sum of RGB (Red+Green+Blue) = 114+46+115=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #722E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E73 is #8DD18C. Grayscale: #494949. Windows color (decimal): -9294221 or 7548530. OLE color: 7548530.
HSL color Cylindrical-coordinate representation of color #722E73: hue angle of 299.13º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E73 is Cyan = 0.01, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 115 | - |
| CMYK | 0.01 | 0.6 | 0 | 0.55 |
| HSL | 299.13º | 0.43% | 0.32% | - |
| HSV(B) | 299.13º | 0.6% | 0.45% | - |
| XYZ | 11.01 | 6.77 | 16.95 | - |
| YUV | 74.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 115 | 0.01 | 0.6 | 0 | 0.55 | 299.13 | 0.43 | 0.32 |
| Hex | 72 | 2E | 73 | 1 | 3C | 0 | 37 | 12B | 2B | 20 |
| Octal | 162 | 56 | 163 | 1 | 74 | 0 | 67 | 453 | 53 | 40 |
| Binary | 1110010 | 101110 | 1110011 | 1 | 111100 | 0 | 110111 | 100101011 | 101011 | 100000 |
Color Harmonies of #722E73
Complementary color
Monochromatic Colors of #722E73
Black with #722E73
Text Example
Text Example
White with #722E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E73; }
p { color: rgb(114,46,115); }
H1.HeaderClassName
{
color: #722E73;
}
.AnyTagClassName
{
color: #722E73;
}
</style>
background-color css
<style>
a { background-color: #722E73; }
a { background-color: rgb(114,46,115); }
div.DivClassName
{
background-color: #722E73;
}
.BgClassName
{
background-color: #722E73;
}
</style>
border-color css
<style>
span { border-color: #722E73; }
span { border-color: rgb(114,46,115); }
td.TdClassName
{
border-color: #722E73;
}
.TagClassName
{
border-color: #722E73;
}
</style>