Shades of Seance #73247A
Tints of Seance #73247A
RGB
CMYK
RGB Variations
Color information
#73247A (or 0x73247A) is known color: Seance. HEX triplet: 73, 24 and 7A. RGB value is (115,36,122). Sum of RGB (Red+Green+Blue) = 115+36+122=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #73247A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73247A is #8CDB85. Grayscale: #454545. Windows color (decimal): -9231238 or 8004723. OLE color: 8004723.
HSL color Cylindrical-coordinate representation of color #73247A: hue angle of 295.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73247A is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 36 | 122 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.52 |
| HSL | 295.12º | 0.54% | 0.31% | - |
| HSV(B) | 295.12º | 0.7% | 0.48% | - |
| XYZ | 11.21 | 6.31 | 19.04 | - |
| YUV | 69.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 122 | 0.06 | 0.70 | 0 | 0.52 | 295.12 | 0.54 | 0.31 |
| Hex | 73 | 24 | 7A | 6 | 46 | 0 | 34 | 127 | 36 | 1F |
| Octal | 163 | 44 | 172 | 6 | 106 | 0 | 64 | 447 | 66 | 37 |
| Binary | 1110011 | 100100 | 1111010 | 110 | 1000110 | 0 | 110100 | 100100111 | 110110 | 11111 |
Color Harmonies of #73247A
Complementary color
Monochromatic Colors of #73247A
Black with #73247A
Text Example
Text Example
White with #73247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73247A; }
p { color: rgb(115,36,122); }
H1.HeaderClassName
{
color: #73247A;
}
.AnyTagClassName
{
color: #73247A;
}
</style>
background-color css
<style>
a { background-color: #73247A; }
a { background-color: rgb(115,36,122); }
div.DivClassName
{
background-color: #73247A;
}
.BgClassName
{
background-color: #73247A;
}
</style>
border-color css
<style>
span { border-color: #73247A; }
span { border-color: rgb(115,36,122); }
td.TdClassName
{
border-color: #73247A;
}
.TagClassName
{
border-color: #73247A;
}
</style>