Shades of Dark Magenta #7B0391
Tints of Dark Magenta #7B0391
RGB
CMYK
RGB Variations
Color information
#7B0391 (or 0x7B0391) is known color: Dark Magenta. HEX triplet: 7B, 03 and 91. RGB value is (123,3,145). Sum of RGB (Red+Green+Blue) = 123+3+145=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B0391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0391 is #84FC6E. Grayscale: #363636. Windows color (decimal): -8715375 or 9503611. OLE color: 9503611.
HSL color Cylindrical-coordinate representation of color #7B0391: hue angle of 290.7º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0391 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 3 | 145 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.43 |
| HSL | 290.7º | 0.96% | 0.29% | - |
| HSV(B) | 290.7º | 0.98% | 0.57% | - |
| XYZ | 13.31 | 6.32 | 27.31 | - |
| YUV | 55.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 145 | 0.15 | 0.98 | 0 | 0.43 | 290.7 | 0.96 | 0.29 |
| Hex | 7B | 3 | 91 | F | 62 | 0 | 2B | 123 | 60 | 1D |
| Octal | 173 | 3 | 221 | 17 | 142 | 0 | 53 | 443 | 140 | 35 |
| Binary | 1111011 | 11 | 10010001 | 1111 | 1100010 | 0 | 101011 | 100100011 | 1100000 | 11101 |
Color Harmonies of #7B0391
Complementary color
Monochromatic Colors of #7B0391
Black with #7B0391
Text Example
Text Example
White with #7B0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0391; }
p { color: rgb(123,3,145); }
H1.HeaderClassName
{
color: #7B0391;
}
.AnyTagClassName
{
color: #7B0391;
}
</style>
background-color css
<style>
a { background-color: #7B0391; }
a { background-color: rgb(123,3,145); }
div.DivClassName
{
background-color: #7B0391;
}
.BgClassName
{
background-color: #7B0391;
}
</style>
border-color css
<style>
span { border-color: #7B0391; }
span { border-color: rgb(123,3,145); }
td.TdClassName
{
border-color: #7B0391;
}
.TagClassName
{
border-color: #7B0391;
}
</style>