Shades of Dark Magenta #74129B
Tints of Dark Magenta #74129B
RGB
CMYK
RGB Variations
Color information
#74129B (or 0x74129B) is known color: Dark Magenta. HEX triplet: 74, 12 and 9B. RGB value is (116,18,155). Sum of RGB (Red+Green+Blue) = 116+18+155=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #74129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74129B is #8BED64. Grayscale: #3E3E3E. Windows color (decimal): -9170277 or 10162804. OLE color: 10162804.
HSL color Cylindrical-coordinate representation of color #74129B: hue angle of 282.92º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74129B is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 18 | 155 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.39 |
| HSL | 282.92º | 0.79% | 0.34% | - |
| HSV(B) | 282.92º | 0.88% | 0.61% | - |
| XYZ | 13.34 | 6.51 | 31.56 | - |
| YUV | 62.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 155 | 0.25 | 0.88 | 0 | 0.39 | 282.92 | 0.79 | 0.34 |
| Hex | 74 | 12 | 9B | 19 | 58 | 0 | 27 | 11B | 4F | 22 |
| Octal | 164 | 22 | 233 | 31 | 130 | 0 | 47 | 433 | 117 | 42 |
| Binary | 1110100 | 10010 | 10011011 | 11001 | 1011000 | 0 | 100111 | 100011011 | 1001111 | 100010 |
Color Harmonies of #74129B
Complementary color
Monochromatic Colors of #74129B
Black with #74129B
Text Example
Text Example
White with #74129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74129B; }
p { color: rgb(116,18,155); }
H1.HeaderClassName
{
color: #74129B;
}
.AnyTagClassName
{
color: #74129B;
}
</style>
background-color css
<style>
a { background-color: #74129B; }
a { background-color: rgb(116,18,155); }
div.DivClassName
{
background-color: #74129B;
}
.BgClassName
{
background-color: #74129B;
}
</style>
border-color css
<style>
span { border-color: #74129B; }
span { border-color: rgb(116,18,155); }
td.TdClassName
{
border-color: #74129B;
}
.TagClassName
{
border-color: #74129B;
}
</style>