Shades of Dark Magenta #750F9D
Tints of Dark Magenta #750F9D
RGB
CMYK
RGB Variations
Color information
#750F9D (or 0x750F9D) is known color: Dark Magenta. HEX triplet: 75, 0F and 9D. RGB value is (117,15,157). Sum of RGB (Red+Green+Blue) = 117+15+157=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #750F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F9D is #8AF062. Grayscale: #3D3D3D. Windows color (decimal): -9105507 or 10293109. OLE color: 10293109.
HSL color Cylindrical-coordinate representation of color #750F9D: hue angle of 283.1º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750F9D is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 15 | 157 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.38 |
| HSL | 283.1º | 0.83% | 0.34% | - |
| HSV(B) | 283.1º | 0.9% | 0.62% | - |
| XYZ | 13.59 | 6.56 | 32.45 | - |
| YUV | 61.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 157 | 0.25 | 0.90 | 0 | 0.38 | 283.1 | 0.83 | 0.34 |
| Hex | 75 | F | 9D | 19 | 5A | 0 | 26 | 11B | 53 | 22 |
| Octal | 165 | 17 | 235 | 31 | 132 | 0 | 46 | 433 | 123 | 42 |
| Binary | 1110101 | 1111 | 10011101 | 11001 | 1011010 | 0 | 100110 | 100011011 | 1010011 | 100010 |
Color Harmonies of #750F9D
Complementary color
Monochromatic Colors of #750F9D
Black with #750F9D
Text Example
Text Example
White with #750F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F9D; }
p { color: rgb(117,15,157); }
H1.HeaderClassName
{
color: #750F9D;
}
.AnyTagClassName
{
color: #750F9D;
}
</style>
background-color css
<style>
a { background-color: #750F9D; }
a { background-color: rgb(117,15,157); }
div.DivClassName
{
background-color: #750F9D;
}
.BgClassName
{
background-color: #750F9D;
}
</style>
border-color css
<style>
span { border-color: #750F9D; }
span { border-color: rgb(117,15,157); }
td.TdClassName
{
border-color: #750F9D;
}
.TagClassName
{
border-color: #750F9D;
}
</style>