#750E9F

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

Shades of Dark Magenta #750E9F

Tints of Dark Magenta #750E9F

Color information

#750E9F (or 0x750E9F) is unknown color: approx Dark Magenta. HEX triplet: 75, 0E and 9F. RGB value is (117,14,159). Sum of RGB (Red+Green+Blue) = 117+14+159=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #750E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750E9F is #8AF160. Grayscale: #3C3C3C. Windows color (decimal): -9105761 or 10423925. OLE color: 10423925.

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

Color convert

RGB11714159-
CMYK0.260.9100.38
HSL282.62º83.82%33.92%-
HSV(B)282.62º91.19%62.35%-
XYZ13.756.633.35-
YUV61.33183.12167.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=40.34%
G=4.83%
B=54.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117141590.260.9100.38282.6283.8233.92
Hex75E9F1A5B02611b5422
Octal165162373213304643312442
Binary111010111101001111111010101101101001101000110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,14,159); }

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

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

 a { background-color: rgb(117,14,159); }

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

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

 span { border-color: rgb(117,14,159); }

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