Shades of Dark Magenta #740F9E
Tints of Dark Magenta #740F9E
RGB
CMYK
RGB Variations
Color information
#740F9E (or 0x740F9E) is known color: Dark Magenta. HEX triplet: 74, 0F and 9E. RGB value is (116,15,158). Sum of RGB (Red+Green+Blue) = 116+15+158=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #740F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740F9E is #8BF061. Grayscale: #3D3D3D. Windows color (decimal): -9171042 or 10358644. OLE color: 10358644.
HSL color Cylindrical-coordinate representation of color #740F9E: hue angle of 282.38º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740F9E is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 15 | 158 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.38 |
| HSL | 282.38º | 0.83% | 0.34% | - |
| HSV(B) | 282.38º | 0.91% | 0.62% | - |
| XYZ | 13.54 | 6.52 | 32.89 | - |
| YUV | 61.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 158 | 0.27 | 0.91 | 0 | 0.38 | 282.38 | 0.83 | 0.34 |
| Hex | 74 | F | 9E | 1B | 5B | 0 | 26 | 11A | 53 | 22 |
| Octal | 164 | 17 | 236 | 33 | 133 | 0 | 46 | 432 | 123 | 42 |
| Binary | 1110100 | 1111 | 10011110 | 11011 | 1011011 | 0 | 100110 | 100011010 | 1010011 | 100010 |
Color Harmonies of #740F9E
Complementary color
Monochromatic Colors of #740F9E
Black with #740F9E
Text Example
Text Example
White with #740F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740F9E; }
p { color: rgb(116,15,158); }
H1.HeaderClassName
{
color: #740F9E;
}
.AnyTagClassName
{
color: #740F9E;
}
</style>
background-color css
<style>
a { background-color: #740F9E; }
a { background-color: rgb(116,15,158); }
div.DivClassName
{
background-color: #740F9E;
}
.BgClassName
{
background-color: #740F9E;
}
</style>
border-color css
<style>
span { border-color: #740F9E; }
span { border-color: rgb(116,15,158); }
td.TdClassName
{
border-color: #740F9E;
}
.TagClassName
{
border-color: #740F9E;
}
</style>