Shades of Dark Magenta #740BA2
Tints of Dark Magenta #740BA2
RGB
CMYK
RGB Variations
Color information
#740BA2 (or 0x740BA2) is known color: Dark Magenta. HEX triplet: 74, 0B and A2. RGB value is (116,11,162). Sum of RGB (Red+Green+Blue) = 116+11+162=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #740BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BA2 is #8BF45D. Grayscale: #3B3B3B. Windows color (decimal): -9172062 or 10619764. OLE color: 10619764.
HSL color Cylindrical-coordinate representation of color #740BA2: hue angle of 281.72º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740BA2 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 11 | 162 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.36 |
| HSL | 281.72º | 0.87% | 0.34% | - |
| HSV(B) | 281.72º | 0.93% | 0.64% | - |
| XYZ | 13.84 | 6.56 | 34.72 | - |
| YUV | 59.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 162 | 0.28 | 0.93 | 0 | 0.36 | 281.72 | 0.87 | 0.34 |
| Hex | 74 | B | A2 | 1C | 5D | 0 | 24 | 11A | 57 | 22 |
| Octal | 164 | 13 | 242 | 34 | 135 | 0 | 44 | 432 | 127 | 42 |
| Binary | 1110100 | 1011 | 10100010 | 11100 | 1011101 | 0 | 100100 | 100011010 | 1010111 | 100010 |
Color Harmonies of #740BA2
Complementary color
Monochromatic Colors of #740BA2
Black with #740BA2
Text Example
Text Example
White with #740BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BA2; }
p { color: rgb(116,11,162); }
H1.HeaderClassName
{
color: #740BA2;
}
.AnyTagClassName
{
color: #740BA2;
}
</style>
background-color css
<style>
a { background-color: #740BA2; }
a { background-color: rgb(116,11,162); }
div.DivClassName
{
background-color: #740BA2;
}
.BgClassName
{
background-color: #740BA2;
}
</style>
border-color css
<style>
span { border-color: #740BA2; }
span { border-color: rgb(116,11,162); }
td.TdClassName
{
border-color: #740BA2;
}
.TagClassName
{
border-color: #740BA2;
}
</style>