Shades of Seance #722B76
Tints of Seance #722B76
RGB
CMYK
RGB Variations
Color information
#722B76 (or 0x722B76) is known color: Seance. HEX triplet: 72, 2B and 76. RGB value is (114,43,118). Sum of RGB (Red+Green+Blue) = 114+43+118=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #722B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722B76 is #8DD489. Grayscale: #484848. Windows color (decimal): -9294986 or 7744370. OLE color: 7744370.
HSL color Cylindrical-coordinate representation of color #722B76: hue angle of 296.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722B76 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 43 | 118 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.54 |
| HSL | 296.8º | 0.47% | 0.32% | - |
| HSV(B) | 296.8º | 0.64% | 0.46% | - |
| XYZ | 11.07 | 6.61 | 17.83 | - |
| YUV | 72.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 118 | 0.03 | 0.64 | 0 | 0.54 | 296.8 | 0.47 | 0.32 |
| Hex | 72 | 2B | 76 | 3 | 40 | 0 | 36 | 129 | 2F | 20 |
| Octal | 162 | 53 | 166 | 3 | 100 | 0 | 66 | 451 | 57 | 40 |
| Binary | 1110010 | 101011 | 1110110 | 11 | 1000000 | 0 | 110110 | 100101001 | 101111 | 100000 |
Color Harmonies of #722B76
Complementary color
Monochromatic Colors of #722B76
Black with #722B76
Text Example
Text Example
White with #722B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B76; }
p { color: rgb(114,43,118); }
H1.HeaderClassName
{
color: #722B76;
}
.AnyTagClassName
{
color: #722B76;
}
</style>
background-color css
<style>
a { background-color: #722B76; }
a { background-color: rgb(114,43,118); }
div.DivClassName
{
background-color: #722B76;
}
.BgClassName
{
background-color: #722B76;
}
</style>
border-color css
<style>
span { border-color: #722B76; }
span { border-color: rgb(114,43,118); }
td.TdClassName
{
border-color: #722B76;
}
.TagClassName
{
border-color: #722B76;
}
</style>