Shades of Dark Magenta #7B039B
Tints of Dark Magenta #7B039B
RGB
CMYK
RGB Variations
Color information
#7B039B (or 0x7B039B) is known color: Dark Magenta. HEX triplet: 7B, 03 and 9B. RGB value is (123,3,155). Sum of RGB (Red+Green+Blue) = 123+3+155=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B039B is #84FC64. Grayscale: #373737. Windows color (decimal): -8715365 or 10158971. OLE color: 10158971.
HSL color Cylindrical-coordinate representation of color #7B039B: hue angle of 287.37º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B039B is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 3 | 155 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.39 |
| HSL | 287.37º | 0.96% | 0.31% | - |
| HSV(B) | 287.37º | 0.98% | 0.61% | - |
| XYZ | 14.12 | 6.64 | 31.55 | - |
| YUV | 56.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 155 | 0.21 | 0.98 | 0 | 0.39 | 287.37 | 0.96 | 0.31 |
| Hex | 7B | 3 | 9B | 15 | 62 | 0 | 27 | 11F | 60 | 1F |
| Octal | 173 | 3 | 233 | 25 | 142 | 0 | 47 | 437 | 140 | 37 |
| Binary | 1111011 | 11 | 10011011 | 10101 | 1100010 | 0 | 100111 | 100011111 | 1100000 | 11111 |
Color Harmonies of #7B039B
Complementary color
Monochromatic Colors of #7B039B
Black with #7B039B
Text Example
Text Example
White with #7B039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B039B; }
p { color: rgb(123,3,155); }
H1.HeaderClassName
{
color: #7B039B;
}
.AnyTagClassName
{
color: #7B039B;
}
</style>
background-color css
<style>
a { background-color: #7B039B; }
a { background-color: rgb(123,3,155); }
div.DivClassName
{
background-color: #7B039B;
}
.BgClassName
{
background-color: #7B039B;
}
</style>
border-color css
<style>
span { border-color: #7B039B; }
span { border-color: rgb(123,3,155); }
td.TdClassName
{
border-color: #7B039B;
}
.TagClassName
{
border-color: #7B039B;
}
</style>