Shades of Seance #722F73
Tints of Seance #722F73
RGB
CMYK
RGB Variations
Color information
#722F73 (or 0x722F73) is known color: Seance. HEX triplet: 72, 2F and 73. RGB value is (114,47,115). Sum of RGB (Red+Green+Blue) = 114+47+115=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #722F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F73 is #8DD08C. Grayscale: #4A4A4A. Windows color (decimal): -9293965 or 7548786. OLE color: 7548786.
HSL color Cylindrical-coordinate representation of color #722F73: hue angle of 299.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F73 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 115 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.55 |
| HSL | 299.12º | 0.42% | 0.32% | - |
| HSV(B) | 299.12º | 0.59% | 0.45% | - |
| XYZ | 11.05 | 6.85 | 16.96 | - |
| YUV | 74.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 115 | 0.01 | 0.59 | 0 | 0.55 | 299.12 | 0.42 | 0.32 |
| Hex | 72 | 2F | 73 | 1 | 3B | 0 | 37 | 12B | 2A | 20 |
| Octal | 162 | 57 | 163 | 1 | 73 | 0 | 67 | 453 | 52 | 40 |
| Binary | 1110010 | 101111 | 1110011 | 1 | 111011 | 0 | 110111 | 100101011 | 101010 | 100000 |
Color Harmonies of #722F73
Complementary color
Monochromatic Colors of #722F73
Black with #722F73
Text Example
Text Example
White with #722F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F73; }
p { color: rgb(114,47,115); }
H1.HeaderClassName
{
color: #722F73;
}
.AnyTagClassName
{
color: #722F73;
}
</style>
background-color css
<style>
a { background-color: #722F73; }
a { background-color: rgb(114,47,115); }
div.DivClassName
{
background-color: #722F73;
}
.BgClassName
{
background-color: #722F73;
}
</style>
border-color css
<style>
span { border-color: #722F73; }
span { border-color: rgb(114,47,115); }
td.TdClassName
{
border-color: #722F73;
}
.TagClassName
{
border-color: #722F73;
}
</style>