Shades of Seance #742F70
Tints of Seance #742F70
RGB
CMYK
RGB Variations
Color information
#742F70 (or 0x742F70) is known color: Seance. HEX triplet: 74, 2F and 70. RGB value is (116,47,112). Sum of RGB (Red+Green+Blue) = 116+47+112=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #742F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F70 is #8BD08F. Grayscale: #4A4A4A. Windows color (decimal): -9162896 or 7352180. OLE color: 7352180.
HSL color Cylindrical-coordinate representation of color #742F70: hue angle of 303.48º 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 #742F70 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 112 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.55 |
| HSL | 303.48º | 0.42% | 0.32% | - |
| HSV(B) | 303.48º | 0.59% | 0.45% | - |
| XYZ | 11.14 | 6.92 | 16.08 | - |
| YUV | 75.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 112 | 0 | 0.59 | 0.03 | 0.55 | 303.48 | 0.42 | 0.32 |
| Hex | 74 | 2F | 70 | 0 | 3B | 3 | 37 | 12F | 2A | 20 |
| Octal | 164 | 57 | 160 | 0 | 73 | 3 | 67 | 457 | 52 | 40 |
| Binary | 1110100 | 101111 | 1110000 | 0 | 111011 | 11 | 110111 | 100101111 | 101010 | 100000 |
Color Harmonies of #742F70
Complementary color
Monochromatic Colors of #742F70
Black with #742F70
Text Example
Text Example
White with #742F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F70; }
p { color: rgb(116,47,112); }
H1.HeaderClassName
{
color: #742F70;
}
.AnyTagClassName
{
color: #742F70;
}
</style>
background-color css
<style>
a { background-color: #742F70; }
a { background-color: rgb(116,47,112); }
div.DivClassName
{
background-color: #742F70;
}
.BgClassName
{
background-color: #742F70;
}
</style>
border-color css
<style>
span { border-color: #742F70; }
span { border-color: rgb(116,47,112); }
td.TdClassName
{
border-color: #742F70;
}
.TagClassName
{
border-color: #742F70;
}
</style>