Shades of Dark Magenta #74039B
Tints of Dark Magenta #74039B
RGB
CMYK
RGB Variations
Color information
#74039B (or 0x74039B) is known color: Dark Magenta. HEX triplet: 74, 03 and 9B. RGB value is (116,3,155). Sum of RGB (Red+Green+Blue) = 116+3+155=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #74039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74039B is #8BFC64. Grayscale: #353535. Windows color (decimal): -9174117 or 10158964. OLE color: 10158964.
HSL color Cylindrical-coordinate representation of color #74039B: hue angle of 284.61º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74039B is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 3 | 155 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.39 |
| HSL | 284.61º | 0.96% | 0.31% | - |
| HSV(B) | 284.61º | 0.98% | 0.61% | - |
| XYZ | 13.15 | 6.14 | 31.5 | - |
| YUV | 54.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 155 | 0.25 | 0.98 | 0 | 0.39 | 284.61 | 0.96 | 0.31 |
| Hex | 74 | 3 | 9B | 19 | 62 | 0 | 27 | 11D | 60 | 1F |
| Octal | 164 | 3 | 233 | 31 | 142 | 0 | 47 | 435 | 140 | 37 |
| Binary | 1110100 | 11 | 10011011 | 11001 | 1100010 | 0 | 100111 | 100011101 | 1100000 | 11111 |
Color Harmonies of #74039B
Complementary color
Monochromatic Colors of #74039B
Black with #74039B
Text Example
Text Example
White with #74039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74039B; }
p { color: rgb(116,3,155); }
H1.HeaderClassName
{
color: #74039B;
}
.AnyTagClassName
{
color: #74039B;
}
</style>
background-color css
<style>
a { background-color: #74039B; }
a { background-color: rgb(116,3,155); }
div.DivClassName
{
background-color: #74039B;
}
.BgClassName
{
background-color: #74039B;
}
</style>
border-color css
<style>
span { border-color: #74039B; }
span { border-color: rgb(116,3,155); }
td.TdClassName
{
border-color: #74039B;
}
.TagClassName
{
border-color: #74039B;
}
</style>