Shades of Dark Magenta #7B0190
Tints of Dark Magenta #7B0190
RGB
CMYK
RGB Variations
Color information
#7B0190 (or 0x7B0190) is known color: Dark Magenta. HEX triplet: 7B, 01 and 90. RGB value is (123,1,144). Sum of RGB (Red+Green+Blue) = 123+1+144=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B0190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0190 is #84FE6F. Grayscale: #353535. Windows color (decimal): -8715888 or 9437563. OLE color: 9437563.
HSL color Cylindrical-coordinate representation of color #7B0190: hue angle of 291.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0190 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 1 | 144 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.44 |
| HSL | 291.19º | 0.99% | 0.28% | - |
| HSV(B) | 291.19º | 0.99% | 0.56% | - |
| XYZ | 13.21 | 6.25 | 26.89 | - |
| YUV | 53.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 144 | 0.15 | 0.99 | 0 | 0.44 | 291.19 | 0.99 | 0.28 |
| Hex | 7B | 1 | 90 | F | 63 | 0 | 2C | 123 | 63 | 1C |
| Octal | 173 | 1 | 220 | 17 | 143 | 0 | 54 | 443 | 143 | 34 |
| Binary | 1111011 | 1 | 10010000 | 1111 | 1100011 | 0 | 101100 | 100100011 | 1100011 | 11100 |
Color Harmonies of #7B0190
Complementary color
Monochromatic Colors of #7B0190
Black with #7B0190
Text Example
Text Example
White with #7B0190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0190; }
p { color: rgb(123,1,144); }
H1.HeaderClassName
{
color: #7B0190;
}
.AnyTagClassName
{
color: #7B0190;
}
</style>
background-color css
<style>
a { background-color: #7B0190; }
a { background-color: rgb(123,1,144); }
div.DivClassName
{
background-color: #7B0190;
}
.BgClassName
{
background-color: #7B0190;
}
</style>
border-color css
<style>
span { border-color: #7B0190; }
span { border-color: rgb(123,1,144); }
td.TdClassName
{
border-color: #7B0190;
}
.TagClassName
{
border-color: #7B0190;
}
</style>