Shades of Dark Magenta #7B1297
Tints of Dark Magenta #7B1297
RGB
CMYK
RGB Variations
Color information
#7B1297 (or 0x7B1297) is known color: Dark Magenta. HEX triplet: 7B, 12 and 97. RGB value is (123,18,151). Sum of RGB (Red+Green+Blue) = 123+18+151=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1297 is #84ED68. Grayscale: #404040. Windows color (decimal): -8711529 or 9900667. OLE color: 9900667.
HSL color Cylindrical-coordinate representation of color #7B1297: hue angle of 287.37º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1297 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 18 | 151 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.41 |
| HSL | 287.37º | 0.79% | 0.33% | - |
| HSV(B) | 287.37º | 0.88% | 0.59% | - |
| XYZ | 13.97 | 6.88 | 29.87 | - |
| YUV | 64.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 151 | 0.19 | 0.88 | 0 | 0.41 | 287.37 | 0.79 | 0.33 |
| Hex | 7B | 12 | 97 | 13 | 58 | 0 | 29 | 11F | 4F | 21 |
| Octal | 173 | 22 | 227 | 23 | 130 | 0 | 51 | 437 | 117 | 41 |
| Binary | 1111011 | 10010 | 10010111 | 10011 | 1011000 | 0 | 101001 | 100011111 | 1001111 | 100001 |
Color Harmonies of #7B1297
Complementary color
Monochromatic Colors of #7B1297
Black with #7B1297
Text Example
Text Example
White with #7B1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1297; }
p { color: rgb(123,18,151); }
H1.HeaderClassName
{
color: #7B1297;
}
.AnyTagClassName
{
color: #7B1297;
}
</style>
background-color css
<style>
a { background-color: #7B1297; }
a { background-color: rgb(123,18,151); }
div.DivClassName
{
background-color: #7B1297;
}
.BgClassName
{
background-color: #7B1297;
}
</style>
border-color css
<style>
span { border-color: #7B1297; }
span { border-color: rgb(123,18,151); }
td.TdClassName
{
border-color: #7B1297;
}
.TagClassName
{
border-color: #7B1297;
}
</style>