Shades of Seance #742B72
Tints of Seance #742B72
RGB
CMYK
RGB Variations
Color information
#742B72 (or 0x742B72) is known color: Seance. HEX triplet: 74, 2B and 72. RGB value is (116,43,114). Sum of RGB (Red+Green+Blue) = 116+43+114=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #742B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B72 is #8BD48D. Grayscale: #484848. Windows color (decimal): -9163918 or 7482228. OLE color: 7482228.
HSL color Cylindrical-coordinate representation of color #742B72: hue angle of 301.64º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742B72 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 114 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.55 |
| HSL | 301.64º | 0.46% | 0.31% | - |
| HSV(B) | 301.64º | 0.63% | 0.45% | - |
| XYZ | 11.1 | 6.66 | 16.62 | - |
| YUV | 72.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 114 | 0 | 0.63 | 0.02 | 0.55 | 301.64 | 0.46 | 0.31 |
| Hex | 74 | 2B | 72 | 0 | 3F | 2 | 37 | 12E | 2E | 1F |
| Octal | 164 | 53 | 162 | 0 | 77 | 2 | 67 | 456 | 56 | 37 |
| Binary | 1110100 | 101011 | 1110010 | 0 | 111111 | 10 | 110111 | 100101110 | 101110 | 11111 |
Color Harmonies of #742B72
Complementary color
Monochromatic Colors of #742B72
Black with #742B72
Text Example
Text Example
White with #742B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B72; }
p { color: rgb(116,43,114); }
H1.HeaderClassName
{
color: #742B72;
}
.AnyTagClassName
{
color: #742B72;
}
</style>
background-color css
<style>
a { background-color: #742B72; }
a { background-color: rgb(116,43,114); }
div.DivClassName
{
background-color: #742B72;
}
.BgClassName
{
background-color: #742B72;
}
</style>
border-color css
<style>
span { border-color: #742B72; }
span { border-color: rgb(116,43,114); }
td.TdClassName
{
border-color: #742B72;
}
.TagClassName
{
border-color: #742B72;
}
</style>