Shades of Dark Magenta #7D02A3
Tints of Dark Magenta #7D02A3
RGB
CMYK
RGB Variations
Color information
#7D02A3 (or 0x7D02A3) is known color: Dark Magenta. HEX triplet: 7D, 02 and A3. RGB value is (125,2,163). Sum of RGB (Red+Green+Blue) = 125+2+163=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D02A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D02A3 is #82FD5C. Grayscale: #383838. Windows color (decimal): -8584541 or 10683005. OLE color: 10683005.
HSL color Cylindrical-coordinate representation of color #7D02A3: hue angle of 285.84º 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 #7D02A3 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 2 | 163 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.36 |
| HSL | 285.84º | 0.98% | 0.32% | - |
| HSV(B) | 285.84º | 0.99% | 0.64% | - |
| XYZ | 15.09 | 7.05 | 35.22 | - |
| YUV | 57.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 2 | 163 | 0.23 | 0.99 | 0 | 0.36 | 285.84 | 0.98 | 0.32 |
| Hex | 7D | 2 | A3 | 17 | 63 | 0 | 24 | 11E | 62 | 20 |
| Octal | 175 | 2 | 243 | 27 | 143 | 0 | 44 | 436 | 142 | 40 |
| Binary | 1111101 | 10 | 10100011 | 10111 | 1100011 | 0 | 100100 | 100011110 | 1100010 | 100000 |
Color Harmonies of #7D02A3
Complementary color
Monochromatic Colors of #7D02A3
Black with #7D02A3
Text Example
Text Example
White with #7D02A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D02A3; }
p { color: rgb(125,2,163); }
H1.HeaderClassName
{
color: #7D02A3;
}
.AnyTagClassName
{
color: #7D02A3;
}
</style>
background-color css
<style>
a { background-color: #7D02A3; }
a { background-color: rgb(125,2,163); }
div.DivClassName
{
background-color: #7D02A3;
}
.BgClassName
{
background-color: #7D02A3;
}
</style>
border-color css
<style>
span { border-color: #7D02A3; }
span { border-color: rgb(125,2,163); }
td.TdClassName
{
border-color: #7D02A3;
}
.TagClassName
{
border-color: #7D02A3;
}
</style>