Shades of Dark Magenta #760D98
Tints of Dark Magenta #760D98
RGB
CMYK
RGB Variations
Color information
#760D98 (or 0x760D98) is known color: Dark Magenta. HEX triplet: 76, 0D and 98. RGB value is (118,13,152). Sum of RGB (Red+Green+Blue) = 118+13+152=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #760D98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D98 is #89F267. Grayscale: #3B3B3B. Windows color (decimal): -9040488 or 9964918. OLE color: 9964918.
HSL color Cylindrical-coordinate representation of color #760D98: hue angle of 285.32º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760D98 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 13 | 152 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.40 |
| HSL | 285.32º | 0.84% | 0.32% | - |
| HSV(B) | 285.32º | 0.91% | 0.6% | - |
| XYZ | 13.28 | 6.41 | 30.24 | - |
| YUV | 60.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 152 | 0.22 | 0.91 | 0 | 0.40 | 285.32 | 0.84 | 0.32 |
| Hex | 76 | D | 98 | 16 | 5B | 0 | 28 | 11D | 54 | 20 |
| Octal | 166 | 15 | 230 | 26 | 133 | 0 | 50 | 435 | 124 | 40 |
| Binary | 1110110 | 1101 | 10011000 | 10110 | 1011011 | 0 | 101000 | 100011101 | 1010100 | 100000 |
Color Harmonies of #760D98
Complementary color
Monochromatic Colors of #760D98
Black with #760D98
Text Example
Text Example
White with #760D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D98; }
p { color: rgb(118,13,152); }
H1.HeaderClassName
{
color: #760D98;
}
.AnyTagClassName
{
color: #760D98;
}
</style>
background-color css
<style>
a { background-color: #760D98; }
a { background-color: rgb(118,13,152); }
div.DivClassName
{
background-color: #760D98;
}
.BgClassName
{
background-color: #760D98;
}
</style>
border-color css
<style>
span { border-color: #760D98; }
span { border-color: rgb(118,13,152); }
td.TdClassName
{
border-color: #760D98;
}
.TagClassName
{
border-color: #760D98;
}
</style>