Shades of Dark Magenta #7B0099
Tints of Dark Magenta #7B0099
RGB
CMYK
RGB Variations
Color information
#7B0099 (or 0x7B0099) is known color: Dark Magenta. HEX triplet: 7B, 00 and 99. RGB value is (123,0,153). Sum of RGB (Red+Green+Blue) = 123+0+153=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B0099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0099 is #84FF66. Grayscale: #353535. Windows color (decimal): -8716135 or 10027131. OLE color: 10027131.
HSL color Cylindrical-coordinate representation of color #7B0099: hue angle of 288.24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0099 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 0 | 153 | - |
| CMYK | 0.20 | 1 | 0 | 0.4 |
| HSL | 288.24º | 1% | 0.3% | - |
| HSV(B) | 288.24º | 1% | 0.6% | - |
| XYZ | 13.92 | 6.51 | 30.66 | - |
| YUV | 54.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 153 | 0.20 | 1 | 0 | 0.4 | 288.24 | 1 | 0.3 |
| Hex | 7B | 0 | 99 | 14 | 64 | 0 | 28 | 120 | 64 | 1E |
| Octal | 173 | 0 | 231 | 24 | 144 | 0 | 50 | 440 | 144 | 36 |
| Binary | 1111011 | 0 | 10011001 | 10100 | 1100100 | 0 | 101000 | 100100000 | 1100100 | 11110 |
Color Harmonies of #7B0099
Complementary color
Monochromatic Colors of #7B0099
Black with #7B0099
Text Example
Text Example
White with #7B0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0099; }
p { color: rgb(123,0,153); }
H1.HeaderClassName
{
color: #7B0099;
}
.AnyTagClassName
{
color: #7B0099;
}
</style>
background-color css
<style>
a { background-color: #7B0099; }
a { background-color: rgb(123,0,153); }
div.DivClassName
{
background-color: #7B0099;
}
.BgClassName
{
background-color: #7B0099;
}
</style>
border-color css
<style>
span { border-color: #7B0099; }
span { border-color: rgb(123,0,153); }
td.TdClassName
{
border-color: #7B0099;
}
.TagClassName
{
border-color: #7B0099;
}
</style>