Shades of Dark Magenta #750BA2
Tints of Dark Magenta #750BA2
RGB
CMYK
RGB Variations
Color information
#750BA2 (or 0x750BA2) is known color: Dark Magenta. HEX triplet: 75, 0B and A2. RGB value is (117,11,162). Sum of RGB (Red+Green+Blue) = 117+11+162=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #750BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BA2 is #8AF45D. Grayscale: #3B3B3B. Windows color (decimal): -9106526 or 10619765. OLE color: 10619765.
HSL color Cylindrical-coordinate representation of color #750BA2: hue angle of 282.12º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750BA2 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 11 | 162 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.36 |
| HSL | 282.12º | 0.87% | 0.34% | - |
| HSV(B) | 282.12º | 0.93% | 0.64% | - |
| XYZ | 13.98 | 6.63 | 34.73 | - |
| YUV | 59.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 162 | 0.28 | 0.93 | 0 | 0.36 | 282.12 | 0.87 | 0.34 |
| Hex | 75 | B | A2 | 1C | 5D | 0 | 24 | 11A | 57 | 22 |
| Octal | 165 | 13 | 242 | 34 | 135 | 0 | 44 | 432 | 127 | 42 |
| Binary | 1110101 | 1011 | 10100010 | 11100 | 1011101 | 0 | 100100 | 100011010 | 1010111 | 100010 |
Color Harmonies of #750BA2
Complementary color
Monochromatic Colors of #750BA2
Black with #750BA2
Text Example
Text Example
White with #750BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BA2; }
p { color: rgb(117,11,162); }
H1.HeaderClassName
{
color: #750BA2;
}
.AnyTagClassName
{
color: #750BA2;
}
</style>
background-color css
<style>
a { background-color: #750BA2; }
a { background-color: rgb(117,11,162); }
div.DivClassName
{
background-color: #750BA2;
}
.BgClassName
{
background-color: #750BA2;
}
</style>
border-color css
<style>
span { border-color: #750BA2; }
span { border-color: rgb(117,11,162); }
td.TdClassName
{
border-color: #750BA2;
}
.TagClassName
{
border-color: #750BA2;
}
</style>