Shades of Seance #722080
Tints of Seance #722080
RGB
CMYK
RGB Variations
Color information
#722080 (or 0x722080) is known color: Seance. HEX triplet: 72, 20 and 80. RGB value is (114,32,128). Sum of RGB (Red+Green+Blue) = 114+32+128=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #722080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722080 is #8DDF7F. Grayscale: #434343. Windows color (decimal): -9297792 or 8396914. OLE color: 8396914.
HSL color Cylindrical-coordinate representation of color #722080: hue angle of 291.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722080 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 32 | 128 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.50 |
| HSL | 291.25º | 0.6% | 0.31% | - |
| HSV(B) | 291.25º | 0.75% | 0.5% | - |
| XYZ | 11.35 | 6.17 | 21.01 | - |
| YUV | 67.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 128 | 0.11 | 0.75 | 0 | 0.50 | 291.25 | 0.6 | 0.31 |
| Hex | 72 | 20 | 80 | B | 4B | 0 | 32 | 123 | 3C | 1F |
| Octal | 162 | 40 | 200 | 13 | 113 | 0 | 62 | 443 | 74 | 37 |
| Binary | 1110010 | 100000 | 10000000 | 1011 | 1001011 | 0 | 110010 | 100100011 | 111100 | 11111 |
Color Harmonies of #722080
Complementary color
Monochromatic Colors of #722080
Black with #722080
Text Example
Text Example
White with #722080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722080; }
p { color: rgb(114,32,128); }
H1.HeaderClassName
{
color: #722080;
}
.AnyTagClassName
{
color: #722080;
}
</style>
background-color css
<style>
a { background-color: #722080; }
a { background-color: rgb(114,32,128); }
div.DivClassName
{
background-color: #722080;
}
.BgClassName
{
background-color: #722080;
}
</style>
border-color css
<style>
span { border-color: #722080; }
span { border-color: rgb(114,32,128); }
td.TdClassName
{
border-color: #722080;
}
.TagClassName
{
border-color: #722080;
}
</style>