Shades of Dark Magenta #7B04AA
Tints of Dark Magenta #7B04AA
RGB
CMYK
RGB Variations
Color information
#7B04AA (or 0x7B04AA) is known color: Dark Magenta. HEX triplet: 7B, 04 and AA. RGB value is (123,4,170). Sum of RGB (Red+Green+Blue) = 123+4+170=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B04AA is #84FB55. Grayscale: #393939. Windows color (decimal): -8715094 or 11142267. OLE color: 11142267.
HSL color Cylindrical-coordinate representation of color #7B04AA: hue angle of 283.01º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B04AA is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 4 | 170 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.33 |
| HSL | 283.01º | 0.95% | 0.34% | - |
| HSV(B) | 283.01º | 0.98% | 0.67% | - |
| XYZ | 15.47 | 7.2 | 38.6 | - |
| YUV | 58.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 170 | 0.28 | 0.98 | 0 | 0.33 | 283.01 | 0.95 | 0.34 |
| Hex | 7B | 4 | AA | 1C | 62 | 0 | 21 | 11B | 5F | 22 |
| Octal | 173 | 4 | 252 | 34 | 142 | 0 | 41 | 433 | 137 | 42 |
| Binary | 1111011 | 100 | 10101010 | 11100 | 1100010 | 0 | 100001 | 100011011 | 1011111 | 100010 |
Color Harmonies of #7B04AA
Complementary color
Monochromatic Colors of #7B04AA
Black with #7B04AA
Text Example
Text Example
White with #7B04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B04AA; }
p { color: rgb(123,4,170); }
H1.HeaderClassName
{
color: #7B04AA;
}
.AnyTagClassName
{
color: #7B04AA;
}
</style>
background-color css
<style>
a { background-color: #7B04AA; }
a { background-color: rgb(123,4,170); }
div.DivClassName
{
background-color: #7B04AA;
}
.BgClassName
{
background-color: #7B04AA;
}
</style>
border-color css
<style>
span { border-color: #7B04AA; }
span { border-color: rgb(123,4,170); }
td.TdClassName
{
border-color: #7B04AA;
}
.TagClassName
{
border-color: #7B04AA;
}
</style>