Shades of Dark Magenta #7505AB
Tints of Dark Magenta #7505AB
RGB
CMYK
RGB Variations
Color information
#7505AB (or 0x7505AB) is known color: Dark Magenta. HEX triplet: 75, 05 and AB. RGB value is (117,5,171). Sum of RGB (Red+Green+Blue) = 117+5+171=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #7505AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7505AB is #8AFA54. Grayscale: #383838. Windows color (decimal): -9108053 or 11208053. OLE color: 11208053.
HSL color Cylindrical-coordinate representation of color #7505AB: hue angle of 280.48º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7505AB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 5 | 171 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.33 |
| HSL | 280.48º | 0.94% | 0.35% | - |
| HSV(B) | 280.48º | 0.97% | 0.67% | - |
| XYZ | 14.74 | 6.83 | 39.07 | - |
| YUV | 57.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 171 | 0.32 | 0.97 | 0 | 0.33 | 280.48 | 0.94 | 0.35 |
| Hex | 75 | 5 | AB | 20 | 61 | 0 | 21 | 118 | 5E | 23 |
| Octal | 165 | 5 | 253 | 40 | 141 | 0 | 41 | 430 | 136 | 43 |
| Binary | 1110101 | 101 | 10101011 | 100000 | 1100001 | 0 | 100001 | 100011000 | 1011110 | 100011 |
Color Harmonies of #7505AB
Complementary color
Monochromatic Colors of #7505AB
Black with #7505AB
Text Example
Text Example
White with #7505AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7505AB; }
p { color: rgb(117,5,171); }
H1.HeaderClassName
{
color: #7505AB;
}
.AnyTagClassName
{
color: #7505AB;
}
</style>
background-color css
<style>
a { background-color: #7505AB; }
a { background-color: rgb(117,5,171); }
div.DivClassName
{
background-color: #7505AB;
}
.BgClassName
{
background-color: #7505AB;
}
</style>
border-color css
<style>
span { border-color: #7505AB; }
span { border-color: rgb(117,5,171); }
td.TdClassName
{
border-color: #7505AB;
}
.TagClassName
{
border-color: #7505AB;
}
</style>