Shades of Dark Magenta #7902A5
Tints of Dark Magenta #7902A5
RGB
CMYK
RGB Variations
Color information
#7902A5 (or 0x7902A5) is known color: Dark Magenta. HEX triplet: 79, 02 and A5. RGB value is (121,2,165). Sum of RGB (Red+Green+Blue) = 121+2+165=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 165 (64.84% from 255 or 57.29% from 288); Max value from RGB is 165 - color contains mainly: blue. Hex color #7902A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7902A5 is #86FD5A. Grayscale: #373737. Windows color (decimal): -8846683 or 10814073. OLE color: 10814073.
HSL color Cylindrical-coordinate representation of color #7902A5: hue angle of 283.8º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902A5 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 121 | 2 | 165 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.35 |
| HSL | 283.8º | 0.98% | 0.33% | - |
| HSV(B) | 283.8º | 0.99% | 0.65% | - |
| XYZ | 14.7 | 6.82 | 36.14 | - |
| YUV | 56.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 165 | 0.27 | 0.99 | 0 | 0.35 | 283.8 | 0.98 | 0.33 |
| Hex | 79 | 2 | A5 | 1B | 63 | 0 | 23 | 11C | 62 | 21 |
| Octal | 171 | 2 | 245 | 33 | 143 | 0 | 43 | 434 | 142 | 41 |
| Binary | 1111001 | 10 | 10100101 | 11011 | 1100011 | 0 | 100011 | 100011100 | 1100010 | 100001 |
Color Harmonies of #7902A5
Complementary color
Monochromatic Colors of #7902A5
Black with #7902A5
Text Example
Text Example
White with #7902A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902A5; }
p { color: rgb(121,2,165); }
H1.HeaderClassName
{
color: #7902A5;
}
.AnyTagClassName
{
color: #7902A5;
}
</style>
background-color css
<style>
a { background-color: #7902A5; }
a { background-color: rgb(121,2,165); }
div.DivClassName
{
background-color: #7902A5;
}
.BgClassName
{
background-color: #7902A5;
}
</style>
border-color css
<style>
span { border-color: #7902A5; }
span { border-color: rgb(121,2,165); }
td.TdClassName
{
border-color: #7902A5;
}
.TagClassName
{
border-color: #7902A5;
}
</style>