Shades of Dark Magenta #75009E
Tints of Dark Magenta #75009E
RGB
CMYK
RGB Variations
Color information
#75009E (or 0x75009E) is known color: Dark Magenta. HEX triplet: 75, 00 and 9E. RGB value is (117,0,158). Sum of RGB (Red+Green+Blue) = 117+0+158=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #75009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75009E is #8AFF61. Grayscale: #343434. Windows color (decimal): -9109346 or 10354805. OLE color: 10354805.
HSL color Cylindrical-coordinate representation of color #75009E: hue angle of 284.43º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75009E is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 0 | 158 | - |
| CMYK | 0.26 | 1 | 0 | 0.38 |
| HSL | 284.43º | 1% | 0.31% | - |
| HSV(B) | 284.43º | 1% | 0.62% | - |
| XYZ | 13.51 | 6.25 | 32.84 | - |
| YUV | 53 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 158 | 0.26 | 1 | 0 | 0.38 | 284.43 | 1 | 0.31 |
| Hex | 75 | 0 | 9E | 1A | 64 | 0 | 26 | 11C | 64 | 1F |
| Octal | 165 | 0 | 236 | 32 | 144 | 0 | 46 | 434 | 144 | 37 |
| Binary | 1110101 | 0 | 10011110 | 11010 | 1100100 | 0 | 100110 | 100011100 | 1100100 | 11111 |
Color Harmonies of #75009E
Complementary color
Monochromatic Colors of #75009E
Black with #75009E
Text Example
Text Example
White with #75009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75009E; }
p { color: rgb(117,0,158); }
H1.HeaderClassName
{
color: #75009E;
}
.AnyTagClassName
{
color: #75009E;
}
</style>
background-color css
<style>
a { background-color: #75009E; }
a { background-color: rgb(117,0,158); }
div.DivClassName
{
background-color: #75009E;
}
.BgClassName
{
background-color: #75009E;
}
</style>
border-color css
<style>
span { border-color: #75009E; }
span { border-color: rgb(117,0,158); }
td.TdClassName
{
border-color: #75009E;
}
.TagClassName
{
border-color: #75009E;
}
</style>