Shades of Dark Magenta #7508AB
Tints of Dark Magenta #7508AB
RGB
CMYK
RGB Variations
Color information
#7508AB (or 0x7508AB) is known color: Dark Magenta. HEX triplet: 75, 08 and AB. RGB value is (117,8,171). Sum of RGB (Red+Green+Blue) = 117+8+171=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #7508AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7508AB is #8AF754. Grayscale: #3A3A3A. Windows color (decimal): -9107285 or 11208821. OLE color: 11208821.
HSL color Cylindrical-coordinate representation of color #7508AB: hue angle of 280.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7508AB is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 8 | 171 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.33 |
| HSL | 280.12º | 0.91% | 0.35% | - |
| HSV(B) | 280.12º | 0.95% | 0.67% | - |
| XYZ | 14.77 | 6.9 | 39.08 | - |
| YUV | 59.17 | 191.11 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 171 | 0.32 | 0.95 | 0 | 0.33 | 280.12 | 0.91 | 0.35 |
| Hex | 75 | 8 | AB | 20 | 5F | 0 | 21 | 118 | 5B | 23 |
| Octal | 165 | 10 | 253 | 40 | 137 | 0 | 41 | 430 | 133 | 43 |
| Binary | 1110101 | 1000 | 10101011 | 100000 | 1011111 | 0 | 100001 | 100011000 | 1011011 | 100011 |
Color Harmonies of #7508AB
Complementary color
Monochromatic Colors of #7508AB
Black with #7508AB
Text Example
Text Example
White with #7508AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7508AB; }
p { color: rgb(117,8,171); }
H1.HeaderClassName
{
color: #7508AB;
}
.AnyTagClassName
{
color: #7508AB;
}
</style>
background-color css
<style>
a { background-color: #7508AB; }
a { background-color: rgb(117,8,171); }
div.DivClassName
{
background-color: #7508AB;
}
.BgClassName
{
background-color: #7508AB;
}
</style>
border-color css
<style>
span { border-color: #7508AB; }
span { border-color: rgb(117,8,171); }
td.TdClassName
{
border-color: #7508AB;
}
.TagClassName
{
border-color: #7508AB;
}
</style>