Shades of Dark Magenta #74099B
Tints of Dark Magenta #74099B
RGB
CMYK
RGB Variations
Color information
#74099B (or 0x74099B) is known color: Dark Magenta. HEX triplet: 74, 09 and 9B. RGB value is (116,9,155). Sum of RGB (Red+Green+Blue) = 116+9+155=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #74099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74099B is #8BF664. Grayscale: #393939. Windows color (decimal): -9172581 or 10160500. OLE color: 10160500.
HSL color Cylindrical-coordinate representation of color #74099B: hue angle of 283.97º degrees, saturation: 0.89, 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 #74099B is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 9 | 155 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.39 |
| HSL | 283.97º | 0.89% | 0.32% | - |
| HSV(B) | 283.97º | 0.94% | 0.61% | - |
| XYZ | 13.22 | 6.27 | 31.52 | - |
| YUV | 57.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 155 | 0.25 | 0.94 | 0 | 0.39 | 283.97 | 0.89 | 0.32 |
| Hex | 74 | 9 | 9B | 19 | 5E | 0 | 27 | 11C | 59 | 20 |
| Octal | 164 | 11 | 233 | 31 | 136 | 0 | 47 | 434 | 131 | 40 |
| Binary | 1110100 | 1001 | 10011011 | 11001 | 1011110 | 0 | 100111 | 100011100 | 1011001 | 100000 |
Color Harmonies of #74099B
Complementary color
Monochromatic Colors of #74099B
Black with #74099B
Text Example
Text Example
White with #74099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74099B; }
p { color: rgb(116,9,155); }
H1.HeaderClassName
{
color: #74099B;
}
.AnyTagClassName
{
color: #74099B;
}
</style>
background-color css
<style>
a { background-color: #74099B; }
a { background-color: rgb(116,9,155); }
div.DivClassName
{
background-color: #74099B;
}
.BgClassName
{
background-color: #74099B;
}
</style>
border-color css
<style>
span { border-color: #74099B; }
span { border-color: rgb(116,9,155); }
td.TdClassName
{
border-color: #74099B;
}
.TagClassName
{
border-color: #74099B;
}
</style>