Shades of Dark Magenta #7B079A
Tints of Dark Magenta #7B079A
RGB
CMYK
RGB Variations
Color information
#7B079A (or 0x7B079A) is known color: Dark Magenta. HEX triplet: 7B, 07 and 9A. RGB value is (123,7,154). Sum of RGB (Red+Green+Blue) = 123+7+154=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B079A is #84F865. Grayscale: #393939. Windows color (decimal): -8714342 or 10094459. OLE color: 10094459.
HSL color Cylindrical-coordinate representation of color #7B079A: hue angle of 287.35º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B079A is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 7 | 154 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.40 |
| HSL | 287.35º | 0.91% | 0.32% | - |
| HSV(B) | 287.35º | 0.95% | 0.6% | - |
| XYZ | 14.08 | 6.7 | 31.12 | - |
| YUV | 58.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 154 | 0.20 | 0.95 | 0 | 0.40 | 287.35 | 0.91 | 0.32 |
| Hex | 7B | 7 | 9A | 14 | 5F | 0 | 28 | 11F | 5B | 20 |
| Octal | 173 | 7 | 232 | 24 | 137 | 0 | 50 | 437 | 133 | 40 |
| Binary | 1111011 | 111 | 10011010 | 10100 | 1011111 | 0 | 101000 | 100011111 | 1011011 | 100000 |
Color Harmonies of #7B079A
Complementary color
Monochromatic Colors of #7B079A
Black with #7B079A
Text Example
Text Example
White with #7B079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B079A; }
p { color: rgb(123,7,154); }
H1.HeaderClassName
{
color: #7B079A;
}
.AnyTagClassName
{
color: #7B079A;
}
</style>
background-color css
<style>
a { background-color: #7B079A; }
a { background-color: rgb(123,7,154); }
div.DivClassName
{
background-color: #7B079A;
}
.BgClassName
{
background-color: #7B079A;
}
</style>
border-color css
<style>
span { border-color: #7B079A; }
span { border-color: rgb(123,7,154); }
td.TdClassName
{
border-color: #7B079A;
}
.TagClassName
{
border-color: #7B079A;
}
</style>