Shades of Dark Magenta #7B129C
Tints of Dark Magenta #7B129C
RGB
CMYK
RGB Variations
Color information
#7B129C (or 0x7B129C) is known color: Dark Magenta. HEX triplet: 7B, 12 and 9C. RGB value is (123,18,156). Sum of RGB (Red+Green+Blue) = 123+18+156=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B129C is #84ED63. Grayscale: #404040. Windows color (decimal): -8711524 or 10228347. OLE color: 10228347.
HSL color Cylindrical-coordinate representation of color #7B129C: hue angle of 285.65º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B129C is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 18 | 156 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.39 |
| HSL | 285.65º | 0.79% | 0.34% | - |
| HSV(B) | 285.65º | 0.88% | 0.61% | - |
| XYZ | 14.39 | 7.04 | 32.05 | - |
| YUV | 65.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 156 | 0.21 | 0.88 | 0 | 0.39 | 285.65 | 0.79 | 0.34 |
| Hex | 7B | 12 | 9C | 15 | 58 | 0 | 27 | 11E | 4F | 22 |
| Octal | 173 | 22 | 234 | 25 | 130 | 0 | 47 | 436 | 117 | 42 |
| Binary | 1111011 | 10010 | 10011100 | 10101 | 1011000 | 0 | 100111 | 100011110 | 1001111 | 100010 |
Color Harmonies of #7B129C
Complementary color
Monochromatic Colors of #7B129C
Black with #7B129C
Text Example
Text Example
White with #7B129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B129C; }
p { color: rgb(123,18,156); }
H1.HeaderClassName
{
color: #7B129C;
}
.AnyTagClassName
{
color: #7B129C;
}
</style>
background-color css
<style>
a { background-color: #7B129C; }
a { background-color: rgb(123,18,156); }
div.DivClassName
{
background-color: #7B129C;
}
.BgClassName
{
background-color: #7B129C;
}
</style>
border-color css
<style>
span { border-color: #7B129C; }
span { border-color: rgb(123,18,156); }
td.TdClassName
{
border-color: #7B129C;
}
.TagClassName
{
border-color: #7B129C;
}
</style>