#750F9C

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

Shades of Dark Magenta #750F9C

Tints of Dark Magenta #750F9C

Color information

#750F9C (or 0x750F9C) is unknown color: approx Dark Magenta. HEX triplet: 75, 0F and 9C. RGB value is (117,15,156). Sum of RGB (Red+Green+Blue) = 117+15+156=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #750F9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F9C is #8AF063. Grayscale: #3D3D3D. Windows color (decimal): -9105508 or 10227573. OLE color: 10227573.

HSL color Cylindrical-coordinate representation of color #750F9C: hue angle of 283.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750F9C is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11715156-
CMYK0.250.9000.39
HSL283.4º82.46%33.53%-
HSV(B)283.4º90.38%61.18%-
XYZ13.516.5232-
YUV61.57181.29167.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 15 (6.25% from 255) = 5.21%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=40.62%
G=5.21%
B=54.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117151560.250.9000.39283.482.4633.53
Hex75F9C195A02711b5222
Octal165172343113204743312242
Binary111010111111001110011001101101001001111000110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,156); }

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

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

 a { background-color: rgb(117,15,156); }

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

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

 span { border-color: rgb(117,15,156); }

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