Shades of Dark Magenta #7B149C
Tints of Dark Magenta #7B149C
RGB
CMYK
RGB Variations
Color information
#7B149C (or 0x7B149C) is known color: Dark Magenta. HEX triplet: 7B, 14 and 9C. RGB value is (123,20,156). Sum of RGB (Red+Green+Blue) = 123+20+156=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B149C is #84EB63. Grayscale: #414141. Windows color (decimal): -8711012 or 10228859. OLE color: 10228859.
HSL color Cylindrical-coordinate representation of color #7B149C: hue angle of 285.44º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B149C is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 20 | 156 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.39 |
| HSL | 285.44º | 0.77% | 0.35% | - |
| HSV(B) | 285.44º | 0.87% | 0.61% | - |
| XYZ | 14.42 | 7.11 | 32.07 | - |
| YUV | 66.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 156 | 0.21 | 0.87 | 0 | 0.39 | 285.44 | 0.77 | 0.35 |
| Hex | 7B | 14 | 9C | 15 | 57 | 0 | 27 | 11D | 4D | 23 |
| Octal | 173 | 24 | 234 | 25 | 127 | 0 | 47 | 435 | 115 | 43 |
| Binary | 1111011 | 10100 | 10011100 | 10101 | 1010111 | 0 | 100111 | 100011101 | 1001101 | 100011 |
Color Harmonies of #7B149C
Complementary color
Monochromatic Colors of #7B149C
Black with #7B149C
Text Example
Text Example
White with #7B149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B149C; }
p { color: rgb(123,20,156); }
H1.HeaderClassName
{
color: #7B149C;
}
.AnyTagClassName
{
color: #7B149C;
}
</style>
background-color css
<style>
a { background-color: #7B149C; }
a { background-color: rgb(123,20,156); }
div.DivClassName
{
background-color: #7B149C;
}
.BgClassName
{
background-color: #7B149C;
}
</style>
border-color css
<style>
span { border-color: #7B149C; }
span { border-color: rgb(123,20,156); }
td.TdClassName
{
border-color: #7B149C;
}
.TagClassName
{
border-color: #7B149C;
}
</style>