Shades of Dark Magenta #7B07AC
Tints of Dark Magenta #7B07AC
RGB
CMYK
RGB Variations
Color information
#7B07AC (or 0x7B07AC) is known color: Dark Magenta. HEX triplet: 7B, 07 and AC. RGB value is (123,7,172). Sum of RGB (Red+Green+Blue) = 123+7+172=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B07AC is #84F853. Grayscale: #3B3B3B. Windows color (decimal): -8714324 or 11274107. OLE color: 11274107.
HSL color Cylindrical-coordinate representation of color #7B07AC: hue angle of 282.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B07AC is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 7 | 172 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.33 |
| HSL | 282.18º | 0.92% | 0.35% | - |
| HSV(B) | 282.18º | 0.96% | 0.67% | - |
| XYZ | 15.69 | 7.34 | 39.62 | - |
| YUV | 60.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 172 | 0.28 | 0.96 | 0 | 0.33 | 282.18 | 0.92 | 0.35 |
| Hex | 7B | 7 | AC | 1C | 60 | 0 | 21 | 11A | 5C | 23 |
| Octal | 173 | 7 | 254 | 34 | 140 | 0 | 41 | 432 | 134 | 43 |
| Binary | 1111011 | 111 | 10101100 | 11100 | 1100000 | 0 | 100001 | 100011010 | 1011100 | 100011 |
Color Harmonies of #7B07AC
Complementary color
Monochromatic Colors of #7B07AC
Black with #7B07AC
Text Example
Text Example
White with #7B07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B07AC; }
p { color: rgb(123,7,172); }
H1.HeaderClassName
{
color: #7B07AC;
}
.AnyTagClassName
{
color: #7B07AC;
}
</style>
background-color css
<style>
a { background-color: #7B07AC; }
a { background-color: rgb(123,7,172); }
div.DivClassName
{
background-color: #7B07AC;
}
.BgClassName
{
background-color: #7B07AC;
}
</style>
border-color css
<style>
span { border-color: #7B07AC; }
span { border-color: rgb(123,7,172); }
td.TdClassName
{
border-color: #7B07AC;
}
.TagClassName
{
border-color: #7B07AC;
}
</style>