Shades of Dark Magenta #74019D
Tints of Dark Magenta #74019D
RGB
CMYK
RGB Variations
Color information
#74019D (or 0x74019D) is known color: Dark Magenta. HEX triplet: 74, 01 and 9D. RGB value is (116,1,157). Sum of RGB (Red+Green+Blue) = 116+1+157=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #74019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74019D is #8BFE62. Grayscale: #343434. Windows color (decimal): -9174627 or 10289524. OLE color: 10289524.
HSL color Cylindrical-coordinate representation of color #74019D: hue angle of 284.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74019D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 1 | 157 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.38 |
| HSL | 284.23º | 0.99% | 0.31% | - |
| HSV(B) | 284.23º | 0.99% | 0.62% | - |
| XYZ | 13.3 | 6.17 | 32.39 | - |
| YUV | 53.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 157 | 0.26 | 0.99 | 0 | 0.38 | 284.23 | 0.99 | 0.31 |
| Hex | 74 | 1 | 9D | 1A | 63 | 0 | 26 | 11C | 63 | 1F |
| Octal | 164 | 1 | 235 | 32 | 143 | 0 | 46 | 434 | 143 | 37 |
| Binary | 1110100 | 1 | 10011101 | 11010 | 1100011 | 0 | 100110 | 100011100 | 1100011 | 11111 |
Color Harmonies of #74019D
Complementary color
Monochromatic Colors of #74019D
Black with #74019D
Text Example
Text Example
White with #74019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74019D; }
p { color: rgb(116,1,157); }
H1.HeaderClassName
{
color: #74019D;
}
.AnyTagClassName
{
color: #74019D;
}
</style>
background-color css
<style>
a { background-color: #74019D; }
a { background-color: rgb(116,1,157); }
div.DivClassName
{
background-color: #74019D;
}
.BgClassName
{
background-color: #74019D;
}
</style>
border-color css
<style>
span { border-color: #74019D; }
span { border-color: rgb(116,1,157); }
td.TdClassName
{
border-color: #74019D;
}
.TagClassName
{
border-color: #74019D;
}
</style>