Shades of Dark Magenta #7B039E
Tints of Dark Magenta #7B039E
RGB
CMYK
RGB Variations
Color information
#7B039E (or 0x7B039E) is known color: Dark Magenta. HEX triplet: 7B, 03 and 9E. RGB value is (123,3,158). Sum of RGB (Red+Green+Blue) = 123+3+158=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B039E is #84FC61. Grayscale: #383838. Windows color (decimal): -8715362 or 10355579. OLE color: 10355579.
HSL color Cylindrical-coordinate representation of color #7B039E: hue angle of 286.45º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B039E is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 3 | 158 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.38 |
| HSL | 286.45º | 0.96% | 0.32% | - |
| HSV(B) | 286.45º | 0.98% | 0.62% | - |
| XYZ | 14.37 | 6.74 | 32.89 | - |
| YUV | 56.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 158 | 0.22 | 0.98 | 0 | 0.38 | 286.45 | 0.96 | 0.32 |
| Hex | 7B | 3 | 9E | 16 | 62 | 0 | 26 | 11E | 60 | 20 |
| Octal | 173 | 3 | 236 | 26 | 142 | 0 | 46 | 436 | 140 | 40 |
| Binary | 1111011 | 11 | 10011110 | 10110 | 1100010 | 0 | 100110 | 100011110 | 1100000 | 100000 |
Color Harmonies of #7B039E
Complementary color
Monochromatic Colors of #7B039E
Black with #7B039E
Text Example
Text Example
White with #7B039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B039E; }
p { color: rgb(123,3,158); }
H1.HeaderClassName
{
color: #7B039E;
}
.AnyTagClassName
{
color: #7B039E;
}
</style>
background-color css
<style>
a { background-color: #7B039E; }
a { background-color: rgb(123,3,158); }
div.DivClassName
{
background-color: #7B039E;
}
.BgClassName
{
background-color: #7B039E;
}
</style>
border-color css
<style>
span { border-color: #7B039E; }
span { border-color: rgb(123,3,158); }
td.TdClassName
{
border-color: #7B039E;
}
.TagClassName
{
border-color: #7B039E;
}
</style>