Shades of Dark Magenta #750BA1
Tints of Dark Magenta #750BA1
RGB
CMYK
RGB Variations
Color information
#750BA1 (or 0x750BA1) is known color: Dark Magenta. HEX triplet: 75, 0B and A1. RGB value is (117,11,161). Sum of RGB (Red+Green+Blue) = 117+11+161=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #750BA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BA1 is #8AF45E. Grayscale: #3B3B3B. Windows color (decimal): -9106527 or 10554229. OLE color: 10554229.
HSL color Cylindrical-coordinate representation of color #750BA1: hue angle of 282.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750BA1 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 11 | 161 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.37 |
| HSL | 282.4º | 0.87% | 0.34% | - |
| HSV(B) | 282.4º | 0.93% | 0.63% | - |
| XYZ | 13.89 | 6.59 | 34.26 | - |
| YUV | 59.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 161 | 0.27 | 0.93 | 0 | 0.37 | 282.4 | 0.87 | 0.34 |
| Hex | 75 | B | A1 | 1B | 5D | 0 | 25 | 11A | 57 | 22 |
| Octal | 165 | 13 | 241 | 33 | 135 | 0 | 45 | 432 | 127 | 42 |
| Binary | 1110101 | 1011 | 10100001 | 11011 | 1011101 | 0 | 100101 | 100011010 | 1010111 | 100010 |
Color Harmonies of #750BA1
Complementary color
Monochromatic Colors of #750BA1
Black with #750BA1
Text Example
Text Example
White with #750BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BA1; }
p { color: rgb(117,11,161); }
H1.HeaderClassName
{
color: #750BA1;
}
.AnyTagClassName
{
color: #750BA1;
}
</style>
background-color css
<style>
a { background-color: #750BA1; }
a { background-color: rgb(117,11,161); }
div.DivClassName
{
background-color: #750BA1;
}
.BgClassName
{
background-color: #750BA1;
}
</style>
border-color css
<style>
span { border-color: #750BA1; }
span { border-color: rgb(117,11,161); }
td.TdClassName
{
border-color: #750BA1;
}
.TagClassName
{
border-color: #750BA1;
}
</style>