Shades of Dark Magenta #750A9B
Tints of Dark Magenta #750A9B
RGB
CMYK
RGB Variations
Color information
#750A9B (or 0x750A9B) is known color: Dark Magenta. HEX triplet: 75, 0A and 9B. RGB value is (117,10,155). Sum of RGB (Red+Green+Blue) = 117+10+155=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #750A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750A9B is #8AF564. Grayscale: #3A3A3A. Windows color (decimal): -9106789 or 10160757. OLE color: 10160757.
HSL color Cylindrical-coordinate representation of color #750A9B: hue angle of 284.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750A9B is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 10 | 155 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.39 |
| HSL | 284.28º | 0.88% | 0.32% | - |
| HSV(B) | 284.28º | 0.94% | 0.61% | - |
| XYZ | 13.36 | 6.37 | 31.53 | - |
| YUV | 58.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 155 | 0.25 | 0.94 | 0 | 0.39 | 284.28 | 0.88 | 0.32 |
| Hex | 75 | A | 9B | 19 | 5E | 0 | 27 | 11C | 58 | 20 |
| Octal | 165 | 12 | 233 | 31 | 136 | 0 | 47 | 434 | 130 | 40 |
| Binary | 1110101 | 1010 | 10011011 | 11001 | 1011110 | 0 | 100111 | 100011100 | 1011000 | 100000 |
Color Harmonies of #750A9B
Complementary color
Monochromatic Colors of #750A9B
Black with #750A9B
Text Example
Text Example
White with #750A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A9B; }
p { color: rgb(117,10,155); }
H1.HeaderClassName
{
color: #750A9B;
}
.AnyTagClassName
{
color: #750A9B;
}
</style>
background-color css
<style>
a { background-color: #750A9B; }
a { background-color: rgb(117,10,155); }
div.DivClassName
{
background-color: #750A9B;
}
.BgClassName
{
background-color: #750A9B;
}
</style>
border-color css
<style>
span { border-color: #750A9B; }
span { border-color: rgb(117,10,155); }
td.TdClassName
{
border-color: #750A9B;
}
.TagClassName
{
border-color: #750A9B;
}
</style>