Shades of Dark Magenta #7B09AC
Tints of Dark Magenta #7B09AC
RGB
CMYK
RGB Variations
Color information
#7B09AC (or 0x7B09AC) is known color: Dark Magenta. HEX triplet: 7B, 09 and AC. RGB value is (123,9,172). Sum of RGB (Red+Green+Blue) = 123+9+172=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B09AC is #84F653. Grayscale: #3D3D3D. Windows color (decimal): -8713812 or 11274619. OLE color: 11274619.
HSL color Cylindrical-coordinate representation of color #7B09AC: hue angle of 281.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B09AC is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 9 | 172 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.33 |
| HSL | 281.96º | 0.9% | 0.35% | - |
| HSV(B) | 281.96º | 0.95% | 0.67% | - |
| XYZ | 15.71 | 7.38 | 39.63 | - |
| YUV | 61.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 172 | 0.28 | 0.95 | 0 | 0.33 | 281.96 | 0.9 | 0.35 |
| Hex | 7B | 9 | AC | 1C | 5F | 0 | 21 | 11A | 5A | 23 |
| Octal | 173 | 11 | 254 | 34 | 137 | 0 | 41 | 432 | 132 | 43 |
| Binary | 1111011 | 1001 | 10101100 | 11100 | 1011111 | 0 | 100001 | 100011010 | 1011010 | 100011 |
Color Harmonies of #7B09AC
Complementary color
Monochromatic Colors of #7B09AC
Black with #7B09AC
Text Example
Text Example
White with #7B09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B09AC; }
p { color: rgb(123,9,172); }
H1.HeaderClassName
{
color: #7B09AC;
}
.AnyTagClassName
{
color: #7B09AC;
}
</style>
background-color css
<style>
a { background-color: #7B09AC; }
a { background-color: rgb(123,9,172); }
div.DivClassName
{
background-color: #7B09AC;
}
.BgClassName
{
background-color: #7B09AC;
}
</style>
border-color css
<style>
span { border-color: #7B09AC; }
span { border-color: rgb(123,9,172); }
td.TdClassName
{
border-color: #7B09AC;
}
.TagClassName
{
border-color: #7B09AC;
}
</style>