Shades of Dark Magenta #7301AC
Tints of Dark Magenta #7301AC
RGB
CMYK
RGB Variations
Color information
#7301AC (or 0x7301AC) is known color: Dark Magenta. HEX triplet: 73, 01 and AC. RGB value is (115,1,172). Sum of RGB (Red+Green+Blue) = 115+1+172=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #7301AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7301AC is #8CFE53. Grayscale: #363636. Windows color (decimal): -9240148 or 11272563. OLE color: 11272563.
HSL color Cylindrical-coordinate representation of color #7301AC: hue angle of 280º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301AC is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 1 | 172 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.33 |
| HSL | 280º | 0.99% | 0.34% | - |
| HSV(B) | 280º | 0.99% | 0.67% | - |
| XYZ | 14.53 | 6.65 | 39.55 | - |
| YUV | 54.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 172 | 0.33 | 0.99 | 0 | 0.33 | 280 | 0.99 | 0.34 |
| Hex | 73 | 1 | AC | 21 | 63 | 0 | 21 | 118 | 63 | 22 |
| Octal | 163 | 1 | 254 | 41 | 143 | 0 | 41 | 430 | 143 | 42 |
| Binary | 1110011 | 1 | 10101100 | 100001 | 1100011 | 0 | 100001 | 100011000 | 1100011 | 100010 |
Color Harmonies of #7301AC
Complementary color
Monochromatic Colors of #7301AC
Black with #7301AC
Text Example
Text Example
White with #7301AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301AC; }
p { color: rgb(115,1,172); }
H1.HeaderClassName
{
color: #7301AC;
}
.AnyTagClassName
{
color: #7301AC;
}
</style>
background-color css
<style>
a { background-color: #7301AC; }
a { background-color: rgb(115,1,172); }
div.DivClassName
{
background-color: #7301AC;
}
.BgClassName
{
background-color: #7301AC;
}
</style>
border-color css
<style>
span { border-color: #7301AC; }
span { border-color: rgb(115,1,172); }
td.TdClassName
{
border-color: #7301AC;
}
.TagClassName
{
border-color: #7301AC;
}
</style>