Shades of Dark Magenta #7A0698
Tints of Dark Magenta #7A0698
RGB
CMYK
RGB Variations
Color information
#7A0698 (or 0x7A0698) is known color: Dark Magenta. HEX triplet: 7A, 06 and 98. RGB value is (122,6,152). Sum of RGB (Red+Green+Blue) = 122+6+152=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A0698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0698 is #85F967. Grayscale: #383838. Windows color (decimal): -8780136 or 9963130. OLE color: 9963130.
HSL color Cylindrical-coordinate representation of color #7A0698: hue angle of 287.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0698 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 6 | 152 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.40 |
| HSL | 287.67º | 0.92% | 0.31% | - |
| HSV(B) | 287.67º | 0.96% | 0.6% | - |
| XYZ | 13.76 | 6.53 | 30.24 | - |
| YUV | 57.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 152 | 0.20 | 0.96 | 0 | 0.40 | 287.67 | 0.92 | 0.31 |
| Hex | 7A | 6 | 98 | 14 | 60 | 0 | 28 | 120 | 5C | 1F |
| Octal | 172 | 6 | 230 | 24 | 140 | 0 | 50 | 440 | 134 | 37 |
| Binary | 1111010 | 110 | 10011000 | 10100 | 1100000 | 0 | 101000 | 100100000 | 1011100 | 11111 |
Color Harmonies of #7A0698
Complementary color
Monochromatic Colors of #7A0698
Black with #7A0698
Text Example
Text Example
White with #7A0698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0698; }
p { color: rgb(122,6,152); }
H1.HeaderClassName
{
color: #7A0698;
}
.AnyTagClassName
{
color: #7A0698;
}
</style>
background-color css
<style>
a { background-color: #7A0698; }
a { background-color: rgb(122,6,152); }
div.DivClassName
{
background-color: #7A0698;
}
.BgClassName
{
background-color: #7A0698;
}
</style>
border-color css
<style>
span { border-color: #7A0698; }
span { border-color: rgb(122,6,152); }
td.TdClassName
{
border-color: #7A0698;
}
.TagClassName
{
border-color: #7A0698;
}
</style>