Shades of Seance #742B70
Tints of Seance #742B70
RGB
CMYK
RGB Variations
Color information
#742B70 (or 0x742B70) is known color: Seance. HEX triplet: 74, 2B and 70. RGB value is (116,43,112). Sum of RGB (Red+Green+Blue) = 116+43+112=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #742B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742B70 is #8BD48F. Grayscale: #484848. Windows color (decimal): -9163920 or 7351156. OLE color: 7351156.
HSL color Cylindrical-coordinate representation of color #742B70: hue angle of 303.29º 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 #742B70 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 112 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.55 |
| HSL | 303.29º | 0.46% | 0.31% | - |
| HSV(B) | 303.29º | 0.63% | 0.45% | - |
| XYZ | 10.99 | 6.61 | 16.03 | - |
| YUV | 72.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 112 | 0 | 0.63 | 0.03 | 0.55 | 303.29 | 0.46 | 0.31 |
| Hex | 74 | 2B | 70 | 0 | 3F | 3 | 37 | 12F | 2E | 1F |
| Octal | 164 | 53 | 160 | 0 | 77 | 3 | 67 | 457 | 56 | 37 |
| Binary | 1110100 | 101011 | 1110000 | 0 | 111111 | 11 | 110111 | 100101111 | 101110 | 11111 |
Color Harmonies of #742B70
Complementary color
Monochromatic Colors of #742B70
Black with #742B70
Text Example
Text Example
White with #742B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B70; }
p { color: rgb(116,43,112); }
H1.HeaderClassName
{
color: #742B70;
}
.AnyTagClassName
{
color: #742B70;
}
</style>
background-color css
<style>
a { background-color: #742B70; }
a { background-color: rgb(116,43,112); }
div.DivClassName
{
background-color: #742B70;
}
.BgClassName
{
background-color: #742B70;
}
</style>
border-color css
<style>
span { border-color: #742B70; }
span { border-color: rgb(116,43,112); }
td.TdClassName
{
border-color: #742B70;
}
.TagClassName
{
border-color: #742B70;
}
</style>