Shades of Dark Magenta #7B0A9F
Tints of Dark Magenta #7B0A9F
RGB
CMYK
RGB Variations
Color information
#7B0A9F (or 0x7B0A9F) is known color: Dark Magenta. HEX triplet: 7B, 0A and 9F. RGB value is (123,10,159). Sum of RGB (Red+Green+Blue) = 123+10+159=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B0A9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0A9F is #84F560. Grayscale: #3C3C3C. Windows color (decimal): -8713569 or 10422907. OLE color: 10422907.
HSL color Cylindrical-coordinate representation of color #7B0A9F: hue angle of 285.5º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0A9F is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 10 | 159 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.38 |
| HSL | 285.5º | 0.88% | 0.33% | - |
| HSV(B) | 285.5º | 0.94% | 0.62% | - |
| XYZ | 14.53 | 6.93 | 33.37 | - |
| YUV | 60.77 | 183.44 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 159 | 0.23 | 0.94 | 0 | 0.38 | 285.5 | 0.88 | 0.33 |
| Hex | 7B | A | 9F | 17 | 5E | 0 | 26 | 11E | 58 | 21 |
| Octal | 173 | 12 | 237 | 27 | 136 | 0 | 46 | 436 | 130 | 41 |
| Binary | 1111011 | 1010 | 10011111 | 10111 | 1011110 | 0 | 100110 | 100011110 | 1011000 | 100001 |
Color Harmonies of #7B0A9F
Complementary color
Monochromatic Colors of #7B0A9F
Black with #7B0A9F
Text Example
Text Example
White with #7B0A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0A9F; }
p { color: rgb(123,10,159); }
H1.HeaderClassName
{
color: #7B0A9F;
}
.AnyTagClassName
{
color: #7B0A9F;
}
</style>
background-color css
<style>
a { background-color: #7B0A9F; }
a { background-color: rgb(123,10,159); }
div.DivClassName
{
background-color: #7B0A9F;
}
.BgClassName
{
background-color: #7B0A9F;
}
</style>
border-color css
<style>
span { border-color: #7B0A9F; }
span { border-color: rgb(123,10,159); }
td.TdClassName
{
border-color: #7B0A9F;
}
.TagClassName
{
border-color: #7B0A9F;
}
</style>