Shades of Dark Magenta #74009D
Tints of Dark Magenta #74009D
RGB
CMYK
RGB Variations
Color information
#74009D (or 0x74009D) is known color: Dark Magenta. HEX triplet: 74, 00 and 9D. RGB value is (116,0,157). Sum of RGB (Red+Green+Blue) = 116+0+157=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #74009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74009D is #8BFF62. Grayscale: #343434. Windows color (decimal): -9174883 or 10289268. OLE color: 10289268.
HSL color Cylindrical-coordinate representation of color #74009D: hue angle of 284.33º 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 #74009D is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 0 | 157 | - |
| CMYK | 0.26 | 1 | 0 | 0.38 |
| HSL | 284.33º | 1% | 0.31% | - |
| HSV(B) | 284.33º | 1% | 0.62% | - |
| XYZ | 13.29 | 6.15 | 32.38 | - |
| YUV | 52.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 157 | 0.26 | 1 | 0 | 0.38 | 284.33 | 1 | 0.31 |
| Hex | 74 | 0 | 9D | 1A | 64 | 0 | 26 | 11C | 64 | 1F |
| Octal | 164 | 0 | 235 | 32 | 144 | 0 | 46 | 434 | 144 | 37 |
| Binary | 1110100 | 0 | 10011101 | 11010 | 1100100 | 0 | 100110 | 100011100 | 1100100 | 11111 |
Color Harmonies of #74009D
Complementary color
Monochromatic Colors of #74009D
Black with #74009D
Text Example
Text Example
White with #74009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74009D; }
p { color: rgb(116,0,157); }
H1.HeaderClassName
{
color: #74009D;
}
.AnyTagClassName
{
color: #74009D;
}
</style>
background-color css
<style>
a { background-color: #74009D; }
a { background-color: rgb(116,0,157); }
div.DivClassName
{
background-color: #74009D;
}
.BgClassName
{
background-color: #74009D;
}
</style>
border-color css
<style>
span { border-color: #74009D; }
span { border-color: rgb(116,0,157); }
td.TdClassName
{
border-color: #74009D;
}
.TagClassName
{
border-color: #74009D;
}
</style>