Shades of Dark Magenta #7B019E
Tints of Dark Magenta #7B019E
RGB
CMYK
RGB Variations
Color information
#7B019E (or 0x7B019E) is known color: Dark Magenta. HEX triplet: 7B, 01 and 9E. RGB value is (123,1,158). Sum of RGB (Red+Green+Blue) = 123+1+158=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B019E is #84FE61. Grayscale: #363636. Windows color (decimal): -8715874 or 10355067. OLE color: 10355067.
HSL color Cylindrical-coordinate representation of color #7B019E: hue angle of 286.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B019E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 1 | 158 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.38 |
| HSL | 286.62º | 0.99% | 0.31% | - |
| HSV(B) | 286.62º | 0.99% | 0.62% | - |
| XYZ | 14.35 | 6.7 | 32.88 | - |
| YUV | 55.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 158 | 0.22 | 0.99 | 0 | 0.38 | 286.62 | 0.99 | 0.31 |
| Hex | 7B | 1 | 9E | 16 | 63 | 0 | 26 | 11F | 63 | 1F |
| Octal | 173 | 1 | 236 | 26 | 143 | 0 | 46 | 437 | 143 | 37 |
| Binary | 1111011 | 1 | 10011110 | 10110 | 1100011 | 0 | 100110 | 100011111 | 1100011 | 11111 |
Color Harmonies of #7B019E
Complementary color
Monochromatic Colors of #7B019E
Black with #7B019E
Text Example
Text Example
White with #7B019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B019E; }
p { color: rgb(123,1,158); }
H1.HeaderClassName
{
color: #7B019E;
}
.AnyTagClassName
{
color: #7B019E;
}
</style>
background-color css
<style>
a { background-color: #7B019E; }
a { background-color: rgb(123,1,158); }
div.DivClassName
{
background-color: #7B019E;
}
.BgClassName
{
background-color: #7B019E;
}
</style>
border-color css
<style>
span { border-color: #7B019E; }
span { border-color: rgb(123,1,158); }
td.TdClassName
{
border-color: #7B019E;
}
.TagClassName
{
border-color: #7B019E;
}
</style>