Shades of Dark Magenta #7902A3
Tints of Dark Magenta #7902A3
RGB
CMYK
RGB Variations
Color information
#7902A3 (or 0x7902A3) is known color: Dark Magenta. HEX triplet: 79, 02 and A3. RGB value is (121,2,163). Sum of RGB (Red+Green+Blue) = 121+2+163=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #7902A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7902A3 is #86FD5C. Grayscale: #373737. Windows color (decimal): -8846685 or 10683001. OLE color: 10683001.
HSL color Cylindrical-coordinate representation of color #7902A3: hue angle of 284.35º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902A3 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 2 | 163 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.36 |
| HSL | 284.35º | 0.98% | 0.32% | - |
| HSV(B) | 284.35º | 0.99% | 0.64% | - |
| XYZ | 14.52 | 6.75 | 35.19 | - |
| YUV | 55.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 163 | 0.26 | 0.99 | 0 | 0.36 | 284.35 | 0.98 | 0.32 |
| Hex | 79 | 2 | A3 | 1A | 63 | 0 | 24 | 11C | 62 | 20 |
| Octal | 171 | 2 | 243 | 32 | 143 | 0 | 44 | 434 | 142 | 40 |
| Binary | 1111001 | 10 | 10100011 | 11010 | 1100011 | 0 | 100100 | 100011100 | 1100010 | 100000 |
Color Harmonies of #7902A3
Complementary color
Monochromatic Colors of #7902A3
Black with #7902A3
Text Example
Text Example
White with #7902A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902A3; }
p { color: rgb(121,2,163); }
H1.HeaderClassName
{
color: #7902A3;
}
.AnyTagClassName
{
color: #7902A3;
}
</style>
background-color css
<style>
a { background-color: #7902A3; }
a { background-color: rgb(121,2,163); }
div.DivClassName
{
background-color: #7902A3;
}
.BgClassName
{
background-color: #7902A3;
}
</style>
border-color css
<style>
span { border-color: #7902A3; }
span { border-color: rgb(121,2,163); }
td.TdClassName
{
border-color: #7902A3;
}
.TagClassName
{
border-color: #7902A3;
}
</style>