Shades of Dark Magenta #750BA0
Tints of Dark Magenta #750BA0
RGB
CMYK
RGB Variations
Color information
#750BA0 (or 0x750BA0) is known color: Dark Magenta. HEX triplet: 75, 0B and A0. RGB value is (117,11,160). Sum of RGB (Red+Green+Blue) = 117+11+160=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #750BA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750BA0 is #8AF45F. Grayscale: #3B3B3B. Windows color (decimal): -9106528 or 10488693. OLE color: 10488693.
HSL color Cylindrical-coordinate representation of color #750BA0: hue angle of 282.68º 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 #750BA0 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 11 | 160 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.37 |
| HSL | 282.68º | 0.87% | 0.34% | - |
| HSV(B) | 282.68º | 0.93% | 0.63% | - |
| XYZ | 13.8 | 6.56 | 33.8 | - |
| YUV | 59.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 160 | 0.27 | 0.93 | 0 | 0.37 | 282.68 | 0.87 | 0.34 |
| Hex | 75 | B | A0 | 1B | 5D | 0 | 25 | 11B | 57 | 22 |
| Octal | 165 | 13 | 240 | 33 | 135 | 0 | 45 | 433 | 127 | 42 |
| Binary | 1110101 | 1011 | 10100000 | 11011 | 1011101 | 0 | 100101 | 100011011 | 1010111 | 100010 |
Color Harmonies of #750BA0
Complementary color
Monochromatic Colors of #750BA0
Black with #750BA0
Text Example
Text Example
White with #750BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BA0; }
p { color: rgb(117,11,160); }
H1.HeaderClassName
{
color: #750BA0;
}
.AnyTagClassName
{
color: #750BA0;
}
</style>
background-color css
<style>
a { background-color: #750BA0; }
a { background-color: rgb(117,11,160); }
div.DivClassName
{
background-color: #750BA0;
}
.BgClassName
{
background-color: #750BA0;
}
</style>
border-color css
<style>
span { border-color: #750BA0; }
span { border-color: rgb(117,11,160); }
td.TdClassName
{
border-color: #750BA0;
}
.TagClassName
{
border-color: #750BA0;
}
</style>