Shades of Dark Magenta #7B0D9B
Tints of Dark Magenta #7B0D9B
RGB
CMYK
RGB Variations
Color information
#7B0D9B (or 0x7B0D9B) is known color: Dark Magenta. HEX triplet: 7B, 0D and 9B. RGB value is (123,13,155). Sum of RGB (Red+Green+Blue) = 123+13+155=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B0D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0D9B is #84F264. Grayscale: #3D3D3D. Windows color (decimal): -8712805 or 10161531. OLE color: 10161531.
HSL color Cylindrical-coordinate representation of color #7B0D9B: hue angle of 286.48º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0D9B is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 13 | 155 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.39 |
| HSL | 286.48º | 0.85% | 0.33% | - |
| HSV(B) | 286.48º | 0.92% | 0.61% | - |
| XYZ | 14.23 | 6.87 | 31.59 | - |
| YUV | 62.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 155 | 0.21 | 0.92 | 0 | 0.39 | 286.48 | 0.85 | 0.33 |
| Hex | 7B | D | 9B | 15 | 5C | 0 | 27 | 11E | 55 | 21 |
| Octal | 173 | 15 | 233 | 25 | 134 | 0 | 47 | 436 | 125 | 41 |
| Binary | 1111011 | 1101 | 10011011 | 10101 | 1011100 | 0 | 100111 | 100011110 | 1010101 | 100001 |
Color Harmonies of #7B0D9B
Complementary color
Monochromatic Colors of #7B0D9B
Black with #7B0D9B
Text Example
Text Example
White with #7B0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0D9B; }
p { color: rgb(123,13,155); }
H1.HeaderClassName
{
color: #7B0D9B;
}
.AnyTagClassName
{
color: #7B0D9B;
}
</style>
background-color css
<style>
a { background-color: #7B0D9B; }
a { background-color: rgb(123,13,155); }
div.DivClassName
{
background-color: #7B0D9B;
}
.BgClassName
{
background-color: #7B0D9B;
}
</style>
border-color css
<style>
span { border-color: #7B0D9B; }
span { border-color: rgb(123,13,155); }
td.TdClassName
{
border-color: #7B0D9B;
}
.TagClassName
{
border-color: #7B0D9B;
}
</style>