Shades of Seance #73207C
Tints of Seance #73207C
RGB
CMYK
RGB Variations
Color information
#73207C (or 0x73207C) is known color: Seance. HEX triplet: 73, 20 and 7C. RGB value is (115,32,124). Sum of RGB (Red+Green+Blue) = 115+32+124=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #73207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73207C is #8CDF83. Grayscale: #434343. Windows color (decimal): -9232260 or 8134771. OLE color: 8134771.
HSL color Cylindrical-coordinate representation of color #73207C: hue angle of 294.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73207C is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 32 | 124 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.51 |
| HSL | 294.13º | 0.59% | 0.31% | - |
| HSV(B) | 294.13º | 0.74% | 0.49% | - |
| XYZ | 11.22 | 6.13 | 19.66 | - |
| YUV | 67.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 124 | 0.07 | 0.74 | 0 | 0.51 | 294.13 | 0.59 | 0.31 |
| Hex | 73 | 20 | 7C | 7 | 4A | 0 | 33 | 126 | 3B | 1F |
| Octal | 163 | 40 | 174 | 7 | 112 | 0 | 63 | 446 | 73 | 37 |
| Binary | 1110011 | 100000 | 1111100 | 111 | 1001010 | 0 | 110011 | 100100110 | 111011 | 11111 |
Color Harmonies of #73207C
Complementary color
Monochromatic Colors of #73207C
Black with #73207C
Text Example
Text Example
White with #73207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73207C; }
p { color: rgb(115,32,124); }
H1.HeaderClassName
{
color: #73207C;
}
.AnyTagClassName
{
color: #73207C;
}
</style>
background-color css
<style>
a { background-color: #73207C; }
a { background-color: rgb(115,32,124); }
div.DivClassName
{
background-color: #73207C;
}
.BgClassName
{
background-color: #73207C;
}
</style>
border-color css
<style>
span { border-color: #73207C; }
span { border-color: rgb(115,32,124); }
td.TdClassName
{
border-color: #73207C;
}
.TagClassName
{
border-color: #73207C;
}
</style>