Shades of Seance #742E73
Tints of Seance #742E73
RGB
CMYK
RGB Variations
Color information
#742E73 (or 0x742E73) is known color: Seance. HEX triplet: 74, 2E and 73. RGB value is (116,46,115). Sum of RGB (Red+Green+Blue) = 116+46+115=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #742E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E73 is #8BD18C. Grayscale: #4A4A4A. Windows color (decimal): -9163149 or 7548532. OLE color: 7548532.
HSL color Cylindrical-coordinate representation of color #742E73: hue angle of 300.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #742E73 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 115 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.55 |
| HSL | 300.86º | 0.43% | 0.32% | - |
| HSV(B) | 300.86º | 0.6% | 0.45% | - |
| XYZ | 11.27 | 6.9 | 16.96 | - |
| YUV | 74.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 115 | 0 | 0.60 | 0.01 | 0.55 | 300.86 | 0.43 | 0.32 |
| Hex | 74 | 2E | 73 | 0 | 3C | 1 | 37 | 12D | 2B | 20 |
| Octal | 164 | 56 | 163 | 0 | 74 | 1 | 67 | 455 | 53 | 40 |
| Binary | 1110100 | 101110 | 1110011 | 0 | 111100 | 1 | 110111 | 100101101 | 101011 | 100000 |
Color Harmonies of #742E73
Complementary color
Monochromatic Colors of #742E73
Black with #742E73
Text Example
Text Example
White with #742E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E73; }
p { color: rgb(116,46,115); }
H1.HeaderClassName
{
color: #742E73;
}
.AnyTagClassName
{
color: #742E73;
}
</style>
background-color css
<style>
a { background-color: #742E73; }
a { background-color: rgb(116,46,115); }
div.DivClassName
{
background-color: #742E73;
}
.BgClassName
{
background-color: #742E73;
}
</style>
border-color css
<style>
span { border-color: #742E73; }
span { border-color: rgb(116,46,115); }
td.TdClassName
{
border-color: #742E73;
}
.TagClassName
{
border-color: #742E73;
}
</style>