Shades of Seance #742F72
Tints of Seance #742F72
RGB
CMYK
RGB Variations
Color information
#742F72 (or 0x742F72) is known color: Seance. HEX triplet: 74, 2F and 72. RGB value is (116,47,114). Sum of RGB (Red+Green+Blue) = 116+47+114=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #742F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F72 is #8BD08D. Grayscale: #4B4B4B. Windows color (decimal): -9162894 or 7483252. OLE color: 7483252.
HSL color Cylindrical-coordinate representation of color #742F72: hue angle of 301.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F72 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 114 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.55 |
| HSL | 301.74º | 0.42% | 0.32% | - |
| HSV(B) | 301.74º | 0.59% | 0.45% | - |
| XYZ | 11.26 | 6.96 | 16.67 | - |
| YUV | 75.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 114 | 0 | 0.59 | 0.02 | 0.55 | 301.74 | 0.42 | 0.32 |
| Hex | 74 | 2F | 72 | 0 | 3B | 2 | 37 | 12E | 2A | 20 |
| Octal | 164 | 57 | 162 | 0 | 73 | 2 | 67 | 456 | 52 | 40 |
| Binary | 1110100 | 101111 | 1110010 | 0 | 111011 | 10 | 110111 | 100101110 | 101010 | 100000 |
Color Harmonies of #742F72
Complementary color
Monochromatic Colors of #742F72
Black with #742F72
Text Example
Text Example
White with #742F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F72; }
p { color: rgb(116,47,114); }
H1.HeaderClassName
{
color: #742F72;
}
.AnyTagClassName
{
color: #742F72;
}
</style>
background-color css
<style>
a { background-color: #742F72; }
a { background-color: rgb(116,47,114); }
div.DivClassName
{
background-color: #742F72;
}
.BgClassName
{
background-color: #742F72;
}
</style>
border-color css
<style>
span { border-color: #742F72; }
span { border-color: rgb(116,47,114); }
td.TdClassName
{
border-color: #742F72;
}
.TagClassName
{
border-color: #742F72;
}
</style>