#750A9E

Color #750A9E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #750A9E

Tints of Dark Magenta #750A9E

Color information

#750A9E (or 0x750A9E) is unknown color: approx Dark Magenta. HEX triplet: 75, 0A and 9E. RGB value is (117,10,158). Sum of RGB (Red+Green+Blue) = 117+10+158=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #750A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750A9E is #8AF561. Grayscale: #3A3A3A. Windows color (decimal): -9106786 or 10357365. OLE color: 10357365.

HSL color Cylindrical-coordinate representation of color #750A9E: hue angle of 283.38º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750A9E is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11710158-
CMYK0.260.9400.38
HSL283.38º88.1%32.94%-
HSV(B)283.38º93.67%61.96%-
XYZ13.626.4732.88-
YUV58.86183.95169.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=41.05%
G=3.51%
B=55.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117101580.260.9400.38283.3888.132.94
Hex75A9E1A5E02611b5821
Octal165122363213604643313041
Binary111010110101001111011010101111001001101000110111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A9E; }

 p { color: rgb(117,10,158); }

 H1.HeaderClassName
 {
   color: #750A9E;
 }
 .AnyTagClassName
 {
   color: #750A9E;
 }
</style>
background-color css

<style>
 a { background-color: #750A9E; }

 a { background-color: rgb(117,10,158); }

 div.DivClassName
 {
   background-color: #750A9E;
 }
 .BgClassName
 {
   background-color: #750A9E;
 }
</style>
border-color css

<style>
 span { border-color: #750A9E; }

 span { border-color: rgb(117,10,158); }

 td.TdClassName
 {
   border-color: #750A9E;
 }
 .TagClassName
 {
   border-color: #750A9E;
 }
</style>