#750396

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

Shades of Dark Magenta #750396

Tints of Dark Magenta #750396

Color information

#750396 (or 0x750396) is unknown color: approx Dark Magenta. HEX triplet: 75, 03 and 96. RGB value is (117,3,150). Sum of RGB (Red+Green+Blue) = 117+3+150=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #750396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750396 is #8AFC69. Grayscale: #353535. Windows color (decimal): -9108586 or 9831285. OLE color: 9831285.

HSL color Cylindrical-coordinate representation of color #750396: hue angle of 286.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750396 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1173150-
CMYK0.220.9800.41
HSL286.53º96.08%30%-
HSV(B)286.53º98%58.82%-
XYZ12.876.0529.34-
YUV53.84182.27173.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 150 (58.98% from 255) = 55.56%
R=43.33%
G=1.11%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11731500.220.9800.41286.5396.0830
Hex75396166202911f601e
Octal16532262614205143714036
Binary111010111100101101011011000100101001100011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750396; }

 p { color: rgb(117,3,150); }

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

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

 a { background-color: rgb(117,3,150); }

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

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

 span { border-color: rgb(117,3,150); }

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