Shades of Dark Magenta #7307AC
Tints of Dark Magenta #7307AC
RGB
CMYK
RGB Variations
Color information
#7307AC (or 0x7307AC) is known color: Dark Magenta. HEX triplet: 73, 07 and AC. RGB value is (115,7,172). Sum of RGB (Red+Green+Blue) = 115+7+172=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #7307AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7307AC is #8CF853. Grayscale: #393939. Windows color (decimal): -9238612 or 11274099. OLE color: 11274099.
HSL color Cylindrical-coordinate representation of color #7307AC: hue angle of 279.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7307AC is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 7 | 172 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.33 |
| HSL | 279.27º | 0.92% | 0.35% | - |
| HSV(B) | 279.27º | 0.96% | 0.67% | - |
| XYZ | 14.59 | 6.78 | 39.57 | - |
| YUV | 58.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 172 | 0.33 | 0.96 | 0 | 0.33 | 279.27 | 0.92 | 0.35 |
| Hex | 73 | 7 | AC | 21 | 60 | 0 | 21 | 117 | 5C | 23 |
| Octal | 163 | 7 | 254 | 41 | 140 | 0 | 41 | 427 | 134 | 43 |
| Binary | 1110011 | 111 | 10101100 | 100001 | 1100000 | 0 | 100001 | 100010111 | 1011100 | 100011 |
Color Harmonies of #7307AC
Complementary color
Monochromatic Colors of #7307AC
Black with #7307AC
Text Example
Text Example
White with #7307AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7307AC; }
p { color: rgb(115,7,172); }
H1.HeaderClassName
{
color: #7307AC;
}
.AnyTagClassName
{
color: #7307AC;
}
</style>
background-color css
<style>
a { background-color: #7307AC; }
a { background-color: rgb(115,7,172); }
div.DivClassName
{
background-color: #7307AC;
}
.BgClassName
{
background-color: #7307AC;
}
</style>
border-color css
<style>
span { border-color: #7307AC; }
span { border-color: rgb(115,7,172); }
td.TdClassName
{
border-color: #7307AC;
}
.TagClassName
{
border-color: #7307AC;
}
</style>