Shades of Seance #73326C
Tints of Seance #73326C
RGB
CMYK
RGB Variations
Color information
#73326C (or 0x73326C) is known color: Seance. HEX triplet: 73, 32 and 6C. RGB value is (115,50,108). Sum of RGB (Red+Green+Blue) = 115+50+108=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73326C is #8CCD93. Grayscale: #4B4B4B. Windows color (decimal): -9227668 or 7090803. OLE color: 7090803.
HSL color Cylindrical-coordinate representation of color #73326C: hue angle of 306.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73326C is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 108 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.55 |
| HSL | 306.46º | 0.39% | 0.32% | - |
| HSV(B) | 306.46º | 0.57% | 0.45% | - |
| XYZ | 10.92 | 7.01 | 14.96 | - |
| YUV | 76.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 108 | 0 | 0.57 | 0.06 | 0.55 | 306.46 | 0.39 | 0.32 |
| Hex | 73 | 32 | 6C | 0 | 39 | 6 | 37 | 132 | 27 | 20 |
| Octal | 163 | 62 | 154 | 0 | 71 | 6 | 67 | 462 | 47 | 40 |
| Binary | 1110011 | 110010 | 1101100 | 0 | 111001 | 110 | 110111 | 100110010 | 100111 | 100000 |
Color Harmonies of #73326C
Complementary color
Monochromatic Colors of #73326C
Black with #73326C
Text Example
Text Example
White with #73326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73326C; }
p { color: rgb(115,50,108); }
H1.HeaderClassName
{
color: #73326C;
}
.AnyTagClassName
{
color: #73326C;
}
</style>
background-color css
<style>
a { background-color: #73326C; }
a { background-color: rgb(115,50,108); }
div.DivClassName
{
background-color: #73326C;
}
.BgClassName
{
background-color: #73326C;
}
</style>
border-color css
<style>
span { border-color: #73326C; }
span { border-color: rgb(115,50,108); }
td.TdClassName
{
border-color: #73326C;
}
.TagClassName
{
border-color: #73326C;
}
</style>