Shades of Dark Magenta #7B149D
Tints of Dark Magenta #7B149D
RGB
CMYK
RGB Variations
Color information
#7B149D (or 0x7B149D) is known color: Dark Magenta. HEX triplet: 7B, 14 and 9D. RGB value is (123,20,157). Sum of RGB (Red+Green+Blue) = 123+20+157=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B149D is #84EB62. Grayscale: #414141. Windows color (decimal): -8711011 or 10294395. OLE color: 10294395.
HSL color Cylindrical-coordinate representation of color #7B149D: hue angle of 285.11º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B149D is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 20 | 157 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.38 |
| HSL | 285.11º | 0.77% | 0.35% | - |
| HSV(B) | 285.11º | 0.87% | 0.62% | - |
| XYZ | 14.5 | 7.15 | 32.51 | - |
| YUV | 66.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 157 | 0.22 | 0.87 | 0 | 0.38 | 285.11 | 0.77 | 0.35 |
| Hex | 7B | 14 | 9D | 16 | 57 | 0 | 26 | 11D | 4D | 23 |
| Octal | 173 | 24 | 235 | 26 | 127 | 0 | 46 | 435 | 115 | 43 |
| Binary | 1111011 | 10100 | 10011101 | 10110 | 1010111 | 0 | 100110 | 100011101 | 1001101 | 100011 |
Color Harmonies of #7B149D
Complementary color
Monochromatic Colors of #7B149D
Black with #7B149D
Text Example
Text Example
White with #7B149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B149D; }
p { color: rgb(123,20,157); }
H1.HeaderClassName
{
color: #7B149D;
}
.AnyTagClassName
{
color: #7B149D;
}
</style>
background-color css
<style>
a { background-color: #7B149D; }
a { background-color: rgb(123,20,157); }
div.DivClassName
{
background-color: #7B149D;
}
.BgClassName
{
background-color: #7B149D;
}
</style>
border-color css
<style>
span { border-color: #7B149D; }
span { border-color: rgb(123,20,157); }
td.TdClassName
{
border-color: #7B149D;
}
.TagClassName
{
border-color: #7B149D;
}
</style>