Shades of Dark Magenta #7500A8
Tints of Dark Magenta #7500A8
RGB
CMYK
RGB Variations
Color information
#7500A8 (or 0x7500A8) is known color: Dark Magenta. HEX triplet: 75, 00 and A8. RGB value is (117,0,168). Sum of RGB (Red+Green+Blue) = 117+0+168=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 168 (66.02% from 255 or 58.95% from 285); Max value from RGB is 168 - color contains mainly: blue. Hex color #7500A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500A8 is #8AFF57. Grayscale: #353535. Windows color (decimal): -9109336 or 11010165. OLE color: 11010165.
HSL color Cylindrical-coordinate representation of color #7500A8: hue angle of 281.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500A8 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 0 | 168 | - |
| CMYK | 0.30 | 1 | 0 | 0.34 |
| HSL | 281.79º | 1% | 0.33% | - |
| HSV(B) | 281.79º | 1% | 0.66% | - |
| XYZ | 14.4 | 6.61 | 37.56 | - |
| YUV | 54.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 168 | 0.30 | 1 | 0 | 0.34 | 281.79 | 1 | 0.33 |
| Hex | 75 | 0 | A8 | 1E | 64 | 0 | 22 | 11A | 64 | 21 |
| Octal | 165 | 0 | 250 | 36 | 144 | 0 | 42 | 432 | 144 | 41 |
| Binary | 1110101 | 0 | 10101000 | 11110 | 1100100 | 0 | 100010 | 100011010 | 1100100 | 100001 |
Color Harmonies of #7500A8
Complementary color
Monochromatic Colors of #7500A8
Black with #7500A8
Text Example
Text Example
White with #7500A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500A8; }
p { color: rgb(117,0,168); }
H1.HeaderClassName
{
color: #7500A8;
}
.AnyTagClassName
{
color: #7500A8;
}
</style>
background-color css
<style>
a { background-color: #7500A8; }
a { background-color: rgb(117,0,168); }
div.DivClassName
{
background-color: #7500A8;
}
.BgClassName
{
background-color: #7500A8;
}
</style>
border-color css
<style>
span { border-color: #7500A8; }
span { border-color: rgb(117,0,168); }
td.TdClassName
{
border-color: #7500A8;
}
.TagClassName
{
border-color: #7500A8;
}
</style>