Shades of Dark Magenta #7B04AB
Tints of Dark Magenta #7B04AB
RGB
CMYK
RGB Variations
Color information
#7B04AB (or 0x7B04AB) is known color: Dark Magenta. HEX triplet: 7B, 04 and AB. RGB value is (123,4,171). Sum of RGB (Red+Green+Blue) = 123+4+171=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B04AB is #84FB54. Grayscale: #3A3A3A. Windows color (decimal): -8715093 or 11207803. OLE color: 11207803.
HSL color Cylindrical-coordinate representation of color #7B04AB: hue angle of 282.75º 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 #7B04AB is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 4 | 171 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.33 |
| HSL | 282.75º | 0.95% | 0.34% | - |
| HSV(B) | 282.75º | 0.98% | 0.67% | - |
| XYZ | 15.56 | 7.24 | 39.1 | - |
| YUV | 58.62 | 191.42 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 171 | 0.28 | 0.98 | 0 | 0.33 | 282.75 | 0.95 | 0.34 |
| Hex | 7B | 4 | AB | 1C | 62 | 0 | 21 | 11B | 5F | 22 |
| Octal | 173 | 4 | 253 | 34 | 142 | 0 | 41 | 433 | 137 | 42 |
| Binary | 1111011 | 100 | 10101011 | 11100 | 1100010 | 0 | 100001 | 100011011 | 1011111 | 100010 |
Color Harmonies of #7B04AB
Complementary color
Monochromatic Colors of #7B04AB
Black with #7B04AB
Text Example
Text Example
White with #7B04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B04AB; }
p { color: rgb(123,4,171); }
H1.HeaderClassName
{
color: #7B04AB;
}
.AnyTagClassName
{
color: #7B04AB;
}
</style>
background-color css
<style>
a { background-color: #7B04AB; }
a { background-color: rgb(123,4,171); }
div.DivClassName
{
background-color: #7B04AB;
}
.BgClassName
{
background-color: #7B04AB;
}
</style>
border-color css
<style>
span { border-color: #7B04AB; }
span { border-color: rgb(123,4,171); }
td.TdClassName
{
border-color: #7B04AB;
}
.TagClassName
{
border-color: #7B04AB;
}
</style>