Shades of Dark Magenta #7B10AC
Tints of Dark Magenta #7B10AC
RGB
CMYK
RGB Variations
Color information
#7B10AC (or 0x7B10AC) is known color: Dark Magenta. HEX triplet: 7B, 10 and AC. RGB value is (123,16,172). Sum of RGB (Red+Green+Blue) = 123+16+172=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B10AC is #84EF53. Grayscale: #414141. Windows color (decimal): -8712020 or 11276411. OLE color: 11276411.
HSL color Cylindrical-coordinate representation of color #7B10AC: hue angle of 281.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B10AC is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 16 | 172 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.33 |
| HSL | 281.15º | 0.83% | 0.37% | - |
| HSV(B) | 281.15º | 0.91% | 0.67% | - |
| XYZ | 15.8 | 7.56 | 39.66 | - |
| YUV | 65.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 172 | 0.28 | 0.91 | 0 | 0.33 | 281.15 | 0.83 | 0.37 |
| Hex | 7B | 10 | AC | 1C | 5B | 0 | 21 | 119 | 53 | 25 |
| Octal | 173 | 20 | 254 | 34 | 133 | 0 | 41 | 431 | 123 | 45 |
| Binary | 1111011 | 10000 | 10101100 | 11100 | 1011011 | 0 | 100001 | 100011001 | 1010011 | 100101 |
Color Harmonies of #7B10AC
Complementary color
Monochromatic Colors of #7B10AC
Black with #7B10AC
Text Example
Text Example
White with #7B10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B10AC; }
p { color: rgb(123,16,172); }
H1.HeaderClassName
{
color: #7B10AC;
}
.AnyTagClassName
{
color: #7B10AC;
}
</style>
background-color css
<style>
a { background-color: #7B10AC; }
a { background-color: rgb(123,16,172); }
div.DivClassName
{
background-color: #7B10AC;
}
.BgClassName
{
background-color: #7B10AC;
}
</style>
border-color css
<style>
span { border-color: #7B10AC; }
span { border-color: rgb(123,16,172); }
td.TdClassName
{
border-color: #7B10AC;
}
.TagClassName
{
border-color: #7B10AC;
}
</style>