Shades of Dark Magenta #7B1098
Tints of Dark Magenta #7B1098
RGB
CMYK
RGB Variations
Color information
#7B1098 (or 0x7B1098) is known color: Dark Magenta. HEX triplet: 7B, 10 and 98. RGB value is (123,16,152). Sum of RGB (Red+Green+Blue) = 123+16+152=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1098 is #84EF67. Grayscale: #3F3F3F. Windows color (decimal): -8712040 or 9965691. OLE color: 9965691.
HSL color Cylindrical-coordinate representation of color #7B1098: hue angle of 287.21º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B1098 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 16 | 152 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.40 |
| HSL | 287.21º | 0.81% | 0.33% | - |
| HSV(B) | 287.21º | 0.89% | 0.6% | - |
| XYZ | 14.02 | 6.85 | 30.29 | - |
| YUV | 63.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 152 | 0.19 | 0.89 | 0 | 0.40 | 287.21 | 0.81 | 0.33 |
| Hex | 7B | 10 | 98 | 13 | 59 | 0 | 28 | 11F | 51 | 21 |
| Octal | 173 | 20 | 230 | 23 | 131 | 0 | 50 | 437 | 121 | 41 |
| Binary | 1111011 | 10000 | 10011000 | 10011 | 1011001 | 0 | 101000 | 100011111 | 1010001 | 100001 |
Color Harmonies of #7B1098
Complementary color
Monochromatic Colors of #7B1098
Black with #7B1098
Text Example
Text Example
White with #7B1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1098; }
p { color: rgb(123,16,152); }
H1.HeaderClassName
{
color: #7B1098;
}
.AnyTagClassName
{
color: #7B1098;
}
</style>
background-color css
<style>
a { background-color: #7B1098; }
a { background-color: rgb(123,16,152); }
div.DivClassName
{
background-color: #7B1098;
}
.BgClassName
{
background-color: #7B1098;
}
</style>
border-color css
<style>
span { border-color: #7B1098; }
span { border-color: rgb(123,16,152); }
td.TdClassName
{
border-color: #7B1098;
}
.TagClassName
{
border-color: #7B1098;
}
</style>