Shades of Dark Magenta #7B109A
Tints of Dark Magenta #7B109A
RGB
CMYK
RGB Variations
Color information
#7B109A (or 0x7B109A) is known color: Dark Magenta. HEX triplet: 7B, 10 and 9A. RGB value is (123,16,154). Sum of RGB (Red+Green+Blue) = 123+16+154=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B109A is #84EF65. Grayscale: #3F3F3F. Windows color (decimal): -8712038 or 10096763. OLE color: 10096763.
HSL color Cylindrical-coordinate representation of color #7B109A: hue angle of 286.52º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B109A is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 16 | 154 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.40 |
| HSL | 286.52º | 0.81% | 0.33% | - |
| HSV(B) | 286.52º | 0.9% | 0.6% | - |
| XYZ | 14.19 | 6.91 | 31.16 | - |
| YUV | 63.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 154 | 0.20 | 0.90 | 0 | 0.40 | 286.52 | 0.81 | 0.33 |
| Hex | 7B | 10 | 9A | 14 | 5A | 0 | 28 | 11F | 51 | 21 |
| Octal | 173 | 20 | 232 | 24 | 132 | 0 | 50 | 437 | 121 | 41 |
| Binary | 1111011 | 10000 | 10011010 | 10100 | 1011010 | 0 | 101000 | 100011111 | 1010001 | 100001 |
Color Harmonies of #7B109A
Complementary color
Monochromatic Colors of #7B109A
Black with #7B109A
Text Example
Text Example
White with #7B109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B109A; }
p { color: rgb(123,16,154); }
H1.HeaderClassName
{
color: #7B109A;
}
.AnyTagClassName
{
color: #7B109A;
}
</style>
background-color css
<style>
a { background-color: #7B109A; }
a { background-color: rgb(123,16,154); }
div.DivClassName
{
background-color: #7B109A;
}
.BgClassName
{
background-color: #7B109A;
}
</style>
border-color css
<style>
span { border-color: #7B109A; }
span { border-color: rgb(123,16,154); }
td.TdClassName
{
border-color: #7B109A;
}
.TagClassName
{
border-color: #7B109A;
}
</style>