Shades of Dark Magenta #76029B
Tints of Dark Magenta #76029B
RGB
CMYK
RGB Variations
Color information
#76029B (or 0x76029B) is known color: Dark Magenta. HEX triplet: 76, 02 and 9B. RGB value is (118,2,155). Sum of RGB (Red+Green+Blue) = 118+2+155=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #76029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76029B is #89FD64. Grayscale: #353535. Windows color (decimal): -9043301 or 10158710. OLE color: 10158710.
HSL color Cylindrical-coordinate representation of color #76029B: hue angle of 285.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76029B is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 2 | 155 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.39 |
| HSL | 285.49º | 0.97% | 0.31% | - |
| HSV(B) | 285.49º | 0.99% | 0.61% | - |
| XYZ | 13.41 | 6.26 | 31.51 | - |
| YUV | 54.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 155 | 0.24 | 0.99 | 0 | 0.39 | 285.49 | 0.97 | 0.31 |
| Hex | 76 | 2 | 9B | 18 | 63 | 0 | 27 | 11D | 61 | 1F |
| Octal | 166 | 2 | 233 | 30 | 143 | 0 | 47 | 435 | 141 | 37 |
| Binary | 1110110 | 10 | 10011011 | 11000 | 1100011 | 0 | 100111 | 100011101 | 1100001 | 11111 |
Color Harmonies of #76029B
Complementary color
Monochromatic Colors of #76029B
Black with #76029B
Text Example
Text Example
White with #76029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76029B; }
p { color: rgb(118,2,155); }
H1.HeaderClassName
{
color: #76029B;
}
.AnyTagClassName
{
color: #76029B;
}
</style>
background-color css
<style>
a { background-color: #76029B; }
a { background-color: rgb(118,2,155); }
div.DivClassName
{
background-color: #76029B;
}
.BgClassName
{
background-color: #76029B;
}
</style>
border-color css
<style>
span { border-color: #76029B; }
span { border-color: rgb(118,2,155); }
td.TdClassName
{
border-color: #76029B;
}
.TagClassName
{
border-color: #76029B;
}
</style>