Shades of Dark Magenta #7B0094
Tints of Dark Magenta #7B0094
RGB
CMYK
RGB Variations
Color information
#7B0094 (or 0x7B0094) is known color: Dark Magenta. HEX triplet: 7B, 00 and 94. RGB value is (123,0,148). Sum of RGB (Red+Green+Blue) = 123+0+148=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0094 is #84FF6B. Grayscale: #353535. Windows color (decimal): -8716140 or 9699451. OLE color: 9699451.
HSL color Cylindrical-coordinate representation of color #7B0094: hue angle of 289.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0094 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 0 | 148 | - |
| CMYK | 0.17 | 1 | 0 | 0.42 |
| HSL | 289.86º | 1% | 0.29% | - |
| HSV(B) | 289.86º | 1% | 0.58% | - |
| XYZ | 13.51 | 6.35 | 28.53 | - |
| YUV | 53.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 148 | 0.17 | 1 | 0 | 0.42 | 289.86 | 1 | 0.29 |
| Hex | 7B | 0 | 94 | 11 | 64 | 0 | 2A | 122 | 64 | 1D |
| Octal | 173 | 0 | 224 | 21 | 144 | 0 | 52 | 442 | 144 | 35 |
| Binary | 1111011 | 0 | 10010100 | 10001 | 1100100 | 0 | 101010 | 100100010 | 1100100 | 11101 |
Color Harmonies of #7B0094
Complementary color
Monochromatic Colors of #7B0094
Black with #7B0094
Text Example
Text Example
White with #7B0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0094; }
p { color: rgb(123,0,148); }
H1.HeaderClassName
{
color: #7B0094;
}
.AnyTagClassName
{
color: #7B0094;
}
</style>
background-color css
<style>
a { background-color: #7B0094; }
a { background-color: rgb(123,0,148); }
div.DivClassName
{
background-color: #7B0094;
}
.BgClassName
{
background-color: #7B0094;
}
</style>
border-color css
<style>
span { border-color: #7B0094; }
span { border-color: rgb(123,0,148); }
td.TdClassName
{
border-color: #7B0094;
}
.TagClassName
{
border-color: #7B0094;
}
</style>