Shades of Dark Magenta #7C09AA
Tints of Dark Magenta #7C09AA
RGB
CMYK
RGB Variations
Color information
#7C09AA (or 0x7C09AA) is known color: Dark Magenta. HEX triplet: 7C, 09 and AA. RGB value is (124,9,170). Sum of RGB (Red+Green+Blue) = 124+9+170=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C09AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C09AA is #83F655. Grayscale: #3D3D3D. Windows color (decimal): -8648278 or 11143548. OLE color: 11143548.
HSL color Cylindrical-coordinate representation of color #7C09AA: hue angle of 282.86º 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 #7C09AA is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 9 | 170 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.33 |
| HSL | 282.86º | 0.9% | 0.35% | - |
| HSV(B) | 282.86º | 0.95% | 0.67% | - |
| XYZ | 15.67 | 7.38 | 38.63 | - |
| YUV | 61.74 | 189.1 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 170 | 0.27 | 0.95 | 0 | 0.33 | 282.86 | 0.9 | 0.35 |
| Hex | 7C | 9 | AA | 1B | 5F | 0 | 21 | 11B | 5A | 23 |
| Octal | 174 | 11 | 252 | 33 | 137 | 0 | 41 | 433 | 132 | 43 |
| Binary | 1111100 | 1001 | 10101010 | 11011 | 1011111 | 0 | 100001 | 100011011 | 1011010 | 100011 |
Color Harmonies of #7C09AA
Complementary color
Monochromatic Colors of #7C09AA
Black with #7C09AA
Text Example
Text Example
White with #7C09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C09AA; }
p { color: rgb(124,9,170); }
H1.HeaderClassName
{
color: #7C09AA;
}
.AnyTagClassName
{
color: #7C09AA;
}
</style>
background-color css
<style>
a { background-color: #7C09AA; }
a { background-color: rgb(124,9,170); }
div.DivClassName
{
background-color: #7C09AA;
}
.BgClassName
{
background-color: #7C09AA;
}
</style>
border-color css
<style>
span { border-color: #7C09AA; }
span { border-color: rgb(124,9,170); }
td.TdClassName
{
border-color: #7C09AA;
}
.TagClassName
{
border-color: #7C09AA;
}
</style>