Shades of Dark Magenta #74099C
Tints of Dark Magenta #74099C
RGB
CMYK
RGB Variations
Color information
#74099C (or 0x74099C) is known color: Dark Magenta. HEX triplet: 74, 09 and 9C. RGB value is (116,9,156). Sum of RGB (Red+Green+Blue) = 116+9+156=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #74099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74099C is #8BF663. Grayscale: #393939. Windows color (decimal): -9172580 or 10226036. OLE color: 10226036.
HSL color Cylindrical-coordinate representation of color #74099C: hue angle of 283.67º 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 #74099C is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 9 | 156 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.39 |
| HSL | 283.67º | 0.89% | 0.32% | - |
| HSV(B) | 283.67º | 0.94% | 0.61% | - |
| XYZ | 13.3 | 6.31 | 31.97 | - |
| YUV | 57.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 156 | 0.26 | 0.94 | 0 | 0.39 | 283.67 | 0.89 | 0.32 |
| Hex | 74 | 9 | 9C | 1A | 5E | 0 | 27 | 11C | 59 | 20 |
| Octal | 164 | 11 | 234 | 32 | 136 | 0 | 47 | 434 | 131 | 40 |
| Binary | 1110100 | 1001 | 10011100 | 11010 | 1011110 | 0 | 100111 | 100011100 | 1011001 | 100000 |
Color Harmonies of #74099C
Complementary color
Monochromatic Colors of #74099C
Black with #74099C
Text Example
Text Example
White with #74099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74099C; }
p { color: rgb(116,9,156); }
H1.HeaderClassName
{
color: #74099C;
}
.AnyTagClassName
{
color: #74099C;
}
</style>
background-color css
<style>
a { background-color: #74099C; }
a { background-color: rgb(116,9,156); }
div.DivClassName
{
background-color: #74099C;
}
.BgClassName
{
background-color: #74099C;
}
</style>
border-color css
<style>
span { border-color: #74099C; }
span { border-color: rgb(116,9,156); }
td.TdClassName
{
border-color: #74099C;
}
.TagClassName
{
border-color: #74099C;
}
</style>