#750a9b

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

Shades of Dark Magenta #750A9B

Tints of Dark Magenta #750A9B

Color information

#750A9B (or 0x750A9B) is unknown color: approx Dark Magenta. HEX triplet: 75, 0A and 9B. RGB value is (117,10,155). Sum of RGB (Red+Green+Blue) = 117+10+155=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #750A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750A9B is #8AF564. Grayscale: #3A3A3A. Windows color (decimal): -9106789 or 10160757. OLE color: 10160757.

HSL color Cylindrical-coordinate representation of color #750A9B: hue angle of 284.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750A9B is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11710155-
CMYK0.250.9400.39
HSL284.28º87.88%32.35%-
HSV(B)284.28º93.55%60.78%-
XYZ13.366.3731.53-
YUV58.52182.45169.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=41.49%
G=3.55%
B=54.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117101550.250.9400.39284.2887.8832.35
Hex75A9B195E02711c5820
Octal165122333113604743413040
Binary111010110101001101111001101111001001111000111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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