Shades of Dark Magenta #7B0492
Tints of Dark Magenta #7B0492
RGB
CMYK
RGB Variations
Color information
#7B0492 (or 0x7B0492) is known color: Dark Magenta. HEX triplet: 7B, 04 and 92. RGB value is (123,4,146). Sum of RGB (Red+Green+Blue) = 123+4+146=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0492 is #84FB6D. Grayscale: #373737. Windows color (decimal): -8715118 or 9569403. OLE color: 9569403.
HSL color Cylindrical-coordinate representation of color #7B0492: hue angle of 290.28º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0492 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 4 | 146 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.43 |
| HSL | 290.28º | 0.95% | 0.29% | - |
| HSV(B) | 290.28º | 0.97% | 0.57% | - |
| XYZ | 13.4 | 6.37 | 27.72 | - |
| YUV | 55.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 146 | 0.16 | 0.97 | 0 | 0.43 | 290.28 | 0.95 | 0.29 |
| Hex | 7B | 4 | 92 | 10 | 61 | 0 | 2B | 122 | 5F | 1D |
| Octal | 173 | 4 | 222 | 20 | 141 | 0 | 53 | 442 | 137 | 35 |
| Binary | 1111011 | 100 | 10010010 | 10000 | 1100001 | 0 | 101011 | 100100010 | 1011111 | 11101 |
Color Harmonies of #7B0492
Complementary color
Monochromatic Colors of #7B0492
Black with #7B0492
Text Example
Text Example
White with #7B0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0492; }
p { color: rgb(123,4,146); }
H1.HeaderClassName
{
color: #7B0492;
}
.AnyTagClassName
{
color: #7B0492;
}
</style>
background-color css
<style>
a { background-color: #7B0492; }
a { background-color: rgb(123,4,146); }
div.DivClassName
{
background-color: #7B0492;
}
.BgClassName
{
background-color: #7B0492;
}
</style>
border-color css
<style>
span { border-color: #7B0492; }
span { border-color: rgb(123,4,146); }
td.TdClassName
{
border-color: #7B0492;
}
.TagClassName
{
border-color: #7B0492;
}
</style>