Shades of Dark Magenta #7B0AAC
Tints of Dark Magenta #7B0AAC
RGB
CMYK
RGB Variations
Color information
#7B0AAC (or 0x7B0AAC) is known color: Dark Magenta. HEX triplet: 7B, 0A and AC. RGB value is (123,10,172). Sum of RGB (Red+Green+Blue) = 123+10+172=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0AAC is #84F553. Grayscale: #3D3D3D. Windows color (decimal): -8713556 or 11274875. OLE color: 11274875.
HSL color Cylindrical-coordinate representation of color #7B0AAC: hue angle of 281.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0AAC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 10 | 172 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.33 |
| HSL | 281.85º | 0.89% | 0.36% | - |
| HSV(B) | 281.85º | 0.94% | 0.67% | - |
| XYZ | 15.72 | 7.41 | 39.63 | - |
| YUV | 62.26 | 189.94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 172 | 0.28 | 0.94 | 0 | 0.33 | 281.85 | 0.89 | 0.36 |
| Hex | 7B | A | AC | 1C | 5E | 0 | 21 | 11A | 59 | 24 |
| Octal | 173 | 12 | 254 | 34 | 136 | 0 | 41 | 432 | 131 | 44 |
| Binary | 1111011 | 1010 | 10101100 | 11100 | 1011110 | 0 | 100001 | 100011010 | 1011001 | 100100 |
Color Harmonies of #7B0AAC
Complementary color
Monochromatic Colors of #7B0AAC
Black with #7B0AAC
Text Example
Text Example
White with #7B0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AAC; }
p { color: rgb(123,10,172); }
H1.HeaderClassName
{
color: #7B0AAC;
}
.AnyTagClassName
{
color: #7B0AAC;
}
</style>
background-color css
<style>
a { background-color: #7B0AAC; }
a { background-color: rgb(123,10,172); }
div.DivClassName
{
background-color: #7B0AAC;
}
.BgClassName
{
background-color: #7B0AAC;
}
</style>
border-color css
<style>
span { border-color: #7B0AAC; }
span { border-color: rgb(123,10,172); }
td.TdClassName
{
border-color: #7B0AAC;
}
.TagClassName
{
border-color: #7B0AAC;
}
</style>