Shades of Dark Magenta #750F9A
Tints of Dark Magenta #750F9A
RGB
CMYK
RGB Variations
Color information
#750F9A (or 0x750F9A) is known color: Dark Magenta. HEX triplet: 75, 0F and 9A. RGB value is (117,15,154). Sum of RGB (Red+Green+Blue) = 117+15+154=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #750F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F9A is #8AF065. Grayscale: #3C3C3C. Windows color (decimal): -9105510 or 10096501. OLE color: 10096501.
HSL color Cylindrical-coordinate representation of color #750F9A: hue angle of 284.03º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750F9A is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 15 | 154 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.40 |
| HSL | 284.03º | 0.82% | 0.33% | - |
| HSV(B) | 284.03º | 0.9% | 0.6% | - |
| XYZ | 13.34 | 6.46 | 31.12 | - |
| YUV | 61.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 154 | 0.24 | 0.90 | 0 | 0.40 | 284.03 | 0.82 | 0.33 |
| Hex | 75 | F | 9A | 18 | 5A | 0 | 28 | 11C | 52 | 21 |
| Octal | 165 | 17 | 232 | 30 | 132 | 0 | 50 | 434 | 122 | 41 |
| Binary | 1110101 | 1111 | 10011010 | 11000 | 1011010 | 0 | 101000 | 100011100 | 1010010 | 100001 |
Color Harmonies of #750F9A
Complementary color
Monochromatic Colors of #750F9A
Black with #750F9A
Text Example
Text Example
White with #750F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F9A; }
p { color: rgb(117,15,154); }
H1.HeaderClassName
{
color: #750F9A;
}
.AnyTagClassName
{
color: #750F9A;
}
</style>
background-color css
<style>
a { background-color: #750F9A; }
a { background-color: rgb(117,15,154); }
div.DivClassName
{
background-color: #750F9A;
}
.BgClassName
{
background-color: #750F9A;
}
</style>
border-color css
<style>
span { border-color: #750F9A; }
span { border-color: rgb(117,15,154); }
td.TdClassName
{
border-color: #750F9A;
}
.TagClassName
{
border-color: #750F9A;
}
</style>