Shades of Dark Magenta #76029F
Tints of Dark Magenta #76029F
RGB
CMYK
RGB Variations
Color information
#76029F (or 0x76029F) is known color: Dark Magenta. HEX triplet: 76, 02 and 9F. RGB value is (118,2,159). Sum of RGB (Red+Green+Blue) = 118+2+159=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #76029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76029F is #89FD60. Grayscale: #363636. Windows color (decimal): -9043297 or 10420854. OLE color: 10420854.
HSL color Cylindrical-coordinate representation of color #76029F: hue angle of 284.33º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76029F is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 2 | 159 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.38 |
| HSL | 284.33º | 0.98% | 0.32% | - |
| HSV(B) | 284.33º | 0.99% | 0.62% | - |
| XYZ | 13.75 | 6.4 | 33.31 | - |
| YUV | 54.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 159 | 0.26 | 0.99 | 0 | 0.38 | 284.33 | 0.98 | 0.32 |
| Hex | 76 | 2 | 9F | 1A | 63 | 0 | 26 | 11C | 62 | 20 |
| Octal | 166 | 2 | 237 | 32 | 143 | 0 | 46 | 434 | 142 | 40 |
| Binary | 1110110 | 10 | 10011111 | 11010 | 1100011 | 0 | 100110 | 100011100 | 1100010 | 100000 |
Color Harmonies of #76029F
Complementary color
Monochromatic Colors of #76029F
Black with #76029F
Text Example
Text Example
White with #76029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76029F; }
p { color: rgb(118,2,159); }
H1.HeaderClassName
{
color: #76029F;
}
.AnyTagClassName
{
color: #76029F;
}
</style>
background-color css
<style>
a { background-color: #76029F; }
a { background-color: rgb(118,2,159); }
div.DivClassName
{
background-color: #76029F;
}
.BgClassName
{
background-color: #76029F;
}
</style>
border-color css
<style>
span { border-color: #76029F; }
span { border-color: rgb(118,2,159); }
td.TdClassName
{
border-color: #76029F;
}
.TagClassName
{
border-color: #76029F;
}
</style>