Shades of Dark Magenta #7B049B
Tints of Dark Magenta #7B049B
RGB
CMYK
RGB Variations
Color information
#7B049B (or 0x7B049B) is known color: Dark Magenta. HEX triplet: 7B, 04 and 9B. RGB value is (123,4,155). Sum of RGB (Red+Green+Blue) = 123+4+155=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B049B is #84FB64. Grayscale: #383838. Windows color (decimal): -8715109 or 10159227. OLE color: 10159227.
HSL color Cylindrical-coordinate representation of color #7B049B: hue angle of 287.28º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B049B is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 4 | 155 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.39 |
| HSL | 287.28º | 0.95% | 0.31% | - |
| HSV(B) | 287.28º | 0.97% | 0.61% | - |
| XYZ | 14.13 | 6.66 | 31.55 | - |
| YUV | 56.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 155 | 0.21 | 0.97 | 0 | 0.39 | 287.28 | 0.95 | 0.31 |
| Hex | 7B | 4 | 9B | 15 | 61 | 0 | 27 | 11F | 5F | 1F |
| Octal | 173 | 4 | 233 | 25 | 141 | 0 | 47 | 437 | 137 | 37 |
| Binary | 1111011 | 100 | 10011011 | 10101 | 1100001 | 0 | 100111 | 100011111 | 1011111 | 11111 |
Color Harmonies of #7B049B
Complementary color
Monochromatic Colors of #7B049B
Black with #7B049B
Text Example
Text Example
White with #7B049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B049B; }
p { color: rgb(123,4,155); }
H1.HeaderClassName
{
color: #7B049B;
}
.AnyTagClassName
{
color: #7B049B;
}
</style>
background-color css
<style>
a { background-color: #7B049B; }
a { background-color: rgb(123,4,155); }
div.DivClassName
{
background-color: #7B049B;
}
.BgClassName
{
background-color: #7B049B;
}
</style>
border-color css
<style>
span { border-color: #7B049B; }
span { border-color: rgb(123,4,155); }
td.TdClassName
{
border-color: #7B049B;
}
.TagClassName
{
border-color: #7B049B;
}
</style>