Shades of Dark Magenta #7A0798
Tints of Dark Magenta #7A0798
RGB
CMYK
RGB Variations
Color information
#7A0798 (or 0x7A0798) is known color: Dark Magenta. HEX triplet: 7A, 07 and 98. RGB value is (122,7,152). Sum of RGB (Red+Green+Blue) = 122+7+152=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0798 is #85F867. Grayscale: #393939. Windows color (decimal): -8779880 or 9963386. OLE color: 9963386.
HSL color Cylindrical-coordinate representation of color #7A0798: hue angle of 287.59º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0798 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 7 | 152 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.40 |
| HSL | 287.59º | 0.91% | 0.31% | - |
| HSV(B) | 287.59º | 0.95% | 0.6% | - |
| XYZ | 13.77 | 6.56 | 30.25 | - |
| YUV | 57.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 152 | 0.20 | 0.95 | 0 | 0.40 | 287.59 | 0.91 | 0.31 |
| Hex | 7A | 7 | 98 | 14 | 5F | 0 | 28 | 120 | 5B | 1F |
| Octal | 172 | 7 | 230 | 24 | 137 | 0 | 50 | 440 | 133 | 37 |
| Binary | 1111010 | 111 | 10011000 | 10100 | 1011111 | 0 | 101000 | 100100000 | 1011011 | 11111 |
Color Harmonies of #7A0798
Complementary color
Monochromatic Colors of #7A0798
Black with #7A0798
Text Example
Text Example
White with #7A0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0798; }
p { color: rgb(122,7,152); }
H1.HeaderClassName
{
color: #7A0798;
}
.AnyTagClassName
{
color: #7A0798;
}
</style>
background-color css
<style>
a { background-color: #7A0798; }
a { background-color: rgb(122,7,152); }
div.DivClassName
{
background-color: #7A0798;
}
.BgClassName
{
background-color: #7A0798;
}
</style>
border-color css
<style>
span { border-color: #7A0798; }
span { border-color: rgb(122,7,152); }
td.TdClassName
{
border-color: #7A0798;
}
.TagClassName
{
border-color: #7A0798;
}
</style>