Shades of Dark Magenta #750B9C
Tints of Dark Magenta #750B9C
RGB
CMYK
RGB Variations
Color information
#750B9C (or 0x750B9C) is known color: Dark Magenta. HEX triplet: 75, 0B and 9C. RGB value is (117,11,156). Sum of RGB (Red+Green+Blue) = 117+11+156=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #750B9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B9C is #8AF463. Grayscale: #3A3A3A. Windows color (decimal): -9106532 or 10226549. OLE color: 10226549.
HSL color Cylindrical-coordinate representation of color #750B9C: hue angle of 283.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750B9C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 11 | 156 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.39 |
| HSL | 283.86º | 0.87% | 0.33% | - |
| HSV(B) | 283.86º | 0.93% | 0.61% | - |
| XYZ | 13.46 | 6.42 | 31.98 | - |
| YUV | 59.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 156 | 0.25 | 0.93 | 0 | 0.39 | 283.86 | 0.87 | 0.33 |
| Hex | 75 | B | 9C | 19 | 5D | 0 | 27 | 11C | 57 | 21 |
| Octal | 165 | 13 | 234 | 31 | 135 | 0 | 47 | 434 | 127 | 41 |
| Binary | 1110101 | 1011 | 10011100 | 11001 | 1011101 | 0 | 100111 | 100011100 | 1010111 | 100001 |
Color Harmonies of #750B9C
Complementary color
Monochromatic Colors of #750B9C
Black with #750B9C
Text Example
Text Example
White with #750B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B9C; }
p { color: rgb(117,11,156); }
H1.HeaderClassName
{
color: #750B9C;
}
.AnyTagClassName
{
color: #750B9C;
}
</style>
background-color css
<style>
a { background-color: #750B9C; }
a { background-color: rgb(117,11,156); }
div.DivClassName
{
background-color: #750B9C;
}
.BgClassName
{
background-color: #750B9C;
}
</style>
border-color css
<style>
span { border-color: #750B9C; }
span { border-color: rgb(117,11,156); }
td.TdClassName
{
border-color: #750B9C;
}
.TagClassName
{
border-color: #750B9C;
}
</style>