Shades of Dark Magenta #760BAC
Tints of Dark Magenta #760BAC
RGB
CMYK
RGB Variations
Color information
#760BAC (or 0x760BAC) is known color: Dark Magenta. HEX triplet: 76, 0B and AC. RGB value is (118,11,172). Sum of RGB (Red+Green+Blue) = 118+11+172=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #760BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760BAC is #89F453. Grayscale: #3C3C3C. Windows color (decimal): -9040980 or 11275126. OLE color: 11275126.
HSL color Cylindrical-coordinate representation of color #760BAC: hue angle of 279.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BAC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 11 | 172 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.33 |
| HSL | 279.88º | 0.88% | 0.36% | - |
| HSV(B) | 279.88º | 0.94% | 0.67% | - |
| XYZ | 15.04 | 7.07 | 39.6 | - |
| YUV | 61.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 172 | 0.31 | 0.94 | 0 | 0.33 | 279.88 | 0.88 | 0.36 |
| Hex | 76 | B | AC | 1F | 5E | 0 | 21 | 118 | 58 | 24 |
| Octal | 166 | 13 | 254 | 37 | 136 | 0 | 41 | 430 | 130 | 44 |
| Binary | 1110110 | 1011 | 10101100 | 11111 | 1011110 | 0 | 100001 | 100011000 | 1011000 | 100100 |
Color Harmonies of #760BAC
Complementary color
Monochromatic Colors of #760BAC
Black with #760BAC
Text Example
Text Example
White with #760BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BAC; }
p { color: rgb(118,11,172); }
H1.HeaderClassName
{
color: #760BAC;
}
.AnyTagClassName
{
color: #760BAC;
}
</style>
background-color css
<style>
a { background-color: #760BAC; }
a { background-color: rgb(118,11,172); }
div.DivClassName
{
background-color: #760BAC;
}
.BgClassName
{
background-color: #760BAC;
}
</style>
border-color css
<style>
span { border-color: #760BAC; }
span { border-color: rgb(118,11,172); }
td.TdClassName
{
border-color: #760BAC;
}
.TagClassName
{
border-color: #760BAC;
}
</style>