Shades of Dark Magenta #7A1099
Tints of Dark Magenta #7A1099
RGB
CMYK
RGB Variations
Color information
#7A1099 (or 0x7A1099) is known color: Dark Magenta. HEX triplet: 7A, 10 and 99. RGB value is (122,16,153). Sum of RGB (Red+Green+Blue) = 122+16+153=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1099 is #85EF66. Grayscale: #3E3E3E. Windows color (decimal): -8777575 or 10031226. OLE color: 10031226.
HSL color Cylindrical-coordinate representation of color #7A1099: hue angle of 286.42º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A1099 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 16 | 153 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.4 |
| HSL | 286.42º | 0.81% | 0.33% | - |
| HSV(B) | 286.42º | 0.9% | 0.6% | - |
| XYZ | 13.96 | 6.81 | 30.72 | - |
| YUV | 63.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 153 | 0.20 | 0.90 | 0 | 0.4 | 286.42 | 0.81 | 0.33 |
| Hex | 7A | 10 | 99 | 14 | 5A | 0 | 28 | 11E | 51 | 21 |
| Octal | 172 | 20 | 231 | 24 | 132 | 0 | 50 | 436 | 121 | 41 |
| Binary | 1111010 | 10000 | 10011001 | 10100 | 1011010 | 0 | 101000 | 100011110 | 1010001 | 100001 |
Color Harmonies of #7A1099
Complementary color
Monochromatic Colors of #7A1099
Black with #7A1099
Text Example
Text Example
White with #7A1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1099; }
p { color: rgb(122,16,153); }
H1.HeaderClassName
{
color: #7A1099;
}
.AnyTagClassName
{
color: #7A1099;
}
</style>
background-color css
<style>
a { background-color: #7A1099; }
a { background-color: rgb(122,16,153); }
div.DivClassName
{
background-color: #7A1099;
}
.BgClassName
{
background-color: #7A1099;
}
</style>
border-color css
<style>
span { border-color: #7A1099; }
span { border-color: rgb(122,16,153); }
td.TdClassName
{
border-color: #7A1099;
}
.TagClassName
{
border-color: #7A1099;
}
</style>