Shades of Dark Magenta #750FA3
Tints of Dark Magenta #750FA3
RGB
CMYK
RGB Variations
Color information
#750FA3 (or 0x750FA3) is known color: Dark Magenta. HEX triplet: 75, 0F and A3. RGB value is (117,15,163). Sum of RGB (Red+Green+Blue) = 117+15+163=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #750FA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750FA3 is #8AF05C. Grayscale: #3D3D3D. Windows color (decimal): -9105501 or 10686325. OLE color: 10686325.
HSL color Cylindrical-coordinate representation of color #750FA3: hue angle of 281.35º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750FA3 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 15 | 163 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.36 |
| HSL | 281.35º | 0.83% | 0.35% | - |
| HSV(B) | 281.35º | 0.91% | 0.64% | - |
| XYZ | 14.12 | 6.77 | 35.21 | - |
| YUV | 62.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 163 | 0.28 | 0.91 | 0 | 0.36 | 281.35 | 0.83 | 0.35 |
| Hex | 75 | F | A3 | 1C | 5B | 0 | 24 | 119 | 53 | 23 |
| Octal | 165 | 17 | 243 | 34 | 133 | 0 | 44 | 431 | 123 | 43 |
| Binary | 1110101 | 1111 | 10100011 | 11100 | 1011011 | 0 | 100100 | 100011001 | 1010011 | 100011 |
Color Harmonies of #750FA3
Complementary color
Monochromatic Colors of #750FA3
Black with #750FA3
Text Example
Text Example
White with #750FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750FA3; }
p { color: rgb(117,15,163); }
H1.HeaderClassName
{
color: #750FA3;
}
.AnyTagClassName
{
color: #750FA3;
}
</style>
background-color css
<style>
a { background-color: #750FA3; }
a { background-color: rgb(117,15,163); }
div.DivClassName
{
background-color: #750FA3;
}
.BgClassName
{
background-color: #750FA3;
}
</style>
border-color css
<style>
span { border-color: #750FA3; }
span { border-color: rgb(117,15,163); }
td.TdClassName
{
border-color: #750FA3;
}
.TagClassName
{
border-color: #750FA3;
}
</style>