Shades of Seance #742D6E
Tints of Seance #742D6E
RGB
CMYK
RGB Variations
Color information
#742D6E (or 0x742D6E) is known color: Seance. HEX triplet: 74, 2D and 6E. RGB value is (116,45,110). Sum of RGB (Red+Green+Blue) = 116+45+110=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #742D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D6E is #8BD291. Grayscale: #494949. Windows color (decimal): -9163410 or 7220596. OLE color: 7220596.
HSL color Cylindrical-coordinate representation of color #742D6E: hue angle of 305.07º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742D6E is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 110 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.55 |
| HSL | 305.07º | 0.44% | 0.32% | - |
| HSV(B) | 305.07º | 0.61% | 0.45% | - |
| XYZ | 10.96 | 6.72 | 15.47 | - |
| YUV | 73.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 110 | 0 | 0.61 | 0.05 | 0.55 | 305.07 | 0.44 | 0.32 |
| Hex | 74 | 2D | 6E | 0 | 3D | 5 | 37 | 131 | 2C | 20 |
| Octal | 164 | 55 | 156 | 0 | 75 | 5 | 67 | 461 | 54 | 40 |
| Binary | 1110100 | 101101 | 1101110 | 0 | 111101 | 101 | 110111 | 100110001 | 101100 | 100000 |
Color Harmonies of #742D6E
Complementary color
Monochromatic Colors of #742D6E
Black with #742D6E
Text Example
Text Example
White with #742D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D6E; }
p { color: rgb(116,45,110); }
H1.HeaderClassName
{
color: #742D6E;
}
.AnyTagClassName
{
color: #742D6E;
}
</style>
background-color css
<style>
a { background-color: #742D6E; }
a { background-color: rgb(116,45,110); }
div.DivClassName
{
background-color: #742D6E;
}
.BgClassName
{
background-color: #742D6E;
}
</style>
border-color css
<style>
span { border-color: #742D6E; }
span { border-color: rgb(116,45,110); }
td.TdClassName
{
border-color: #742D6E;
}
.TagClassName
{
border-color: #742D6E;
}
</style>