Shades of Dark Magenta #75089D
Tints of Dark Magenta #75089D
RGB
CMYK
RGB Variations
Color information
#75089D (or 0x75089D) is known color: Dark Magenta. HEX triplet: 75, 08 and 9D. RGB value is (117,8,157). Sum of RGB (Red+Green+Blue) = 117+8+157=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #75089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75089D is #8AF762. Grayscale: #393939. Windows color (decimal): -9107299 or 10291317. OLE color: 10291317.
HSL color Cylindrical-coordinate representation of color #75089D: hue angle of 283.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75089D is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 8 | 157 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.38 |
| HSL | 283.89º | 0.9% | 0.32% | - |
| HSV(B) | 283.89º | 0.95% | 0.62% | - |
| XYZ | 13.51 | 6.39 | 32.42 | - |
| YUV | 57.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 157 | 0.25 | 0.95 | 0 | 0.38 | 283.89 | 0.9 | 0.32 |
| Hex | 75 | 8 | 9D | 19 | 5F | 0 | 26 | 11C | 5A | 20 |
| Octal | 165 | 10 | 235 | 31 | 137 | 0 | 46 | 434 | 132 | 40 |
| Binary | 1110101 | 1000 | 10011101 | 11001 | 1011111 | 0 | 100110 | 100011100 | 1011010 | 100000 |
Color Harmonies of #75089D
Complementary color
Monochromatic Colors of #75089D
Black with #75089D
Text Example
Text Example
White with #75089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75089D; }
p { color: rgb(117,8,157); }
H1.HeaderClassName
{
color: #75089D;
}
.AnyTagClassName
{
color: #75089D;
}
</style>
background-color css
<style>
a { background-color: #75089D; }
a { background-color: rgb(117,8,157); }
div.DivClassName
{
background-color: #75089D;
}
.BgClassName
{
background-color: #75089D;
}
</style>
border-color css
<style>
span { border-color: #75089D; }
span { border-color: rgb(117,8,157); }
td.TdClassName
{
border-color: #75089D;
}
.TagClassName
{
border-color: #75089D;
}
</style>