Shades of Dark Magenta #7B139E
Tints of Dark Magenta #7B139E
RGB
CMYK
RGB Variations
Color information
#7B139E (or 0x7B139E) is known color: Dark Magenta. HEX triplet: 7B, 13 and 9E. RGB value is (123,19,158). Sum of RGB (Red+Green+Blue) = 123+19+158=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B139E is #84EC61. Grayscale: #414141. Windows color (decimal): -8711266 or 10359675. OLE color: 10359675.
HSL color Cylindrical-coordinate representation of color #7B139E: hue angle of 284.89º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B139E is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 19 | 158 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.38 |
| HSL | 284.89º | 0.79% | 0.35% | - |
| HSV(B) | 284.89º | 0.88% | 0.62% | - |
| XYZ | 14.57 | 7.15 | 32.96 | - |
| YUV | 65.94 | 179.96 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 158 | 0.22 | 0.88 | 0 | 0.38 | 284.89 | 0.79 | 0.35 |
| Hex | 7B | 13 | 9E | 16 | 58 | 0 | 26 | 11D | 4F | 23 |
| Octal | 173 | 23 | 236 | 26 | 130 | 0 | 46 | 435 | 117 | 43 |
| Binary | 1111011 | 10011 | 10011110 | 10110 | 1011000 | 0 | 100110 | 100011101 | 1001111 | 100011 |
Color Harmonies of #7B139E
Complementary color
Monochromatic Colors of #7B139E
Black with #7B139E
Text Example
Text Example
White with #7B139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B139E; }
p { color: rgb(123,19,158); }
H1.HeaderClassName
{
color: #7B139E;
}
.AnyTagClassName
{
color: #7B139E;
}
</style>
background-color css
<style>
a { background-color: #7B139E; }
a { background-color: rgb(123,19,158); }
div.DivClassName
{
background-color: #7B139E;
}
.BgClassName
{
background-color: #7B139E;
}
</style>
border-color css
<style>
span { border-color: #7B139E; }
span { border-color: rgb(123,19,158); }
td.TdClassName
{
border-color: #7B139E;
}
.TagClassName
{
border-color: #7B139E;
}
</style>