#750596

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

Shades of Dark Magenta #750596

Tints of Dark Magenta #750596

Color information

#750596 (or 0x750596) is unknown color: approx Dark Magenta. HEX triplet: 75, 05 and 96. RGB value is (117,5,150). Sum of RGB (Red+Green+Blue) = 117+5+150=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #750596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750596 is #8AFA69. Grayscale: #363636. Windows color (decimal): -9108074 or 9831797. OLE color: 9831797.

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

Color convert

RGB1175150-
CMYK0.220.9700.41
HSL286.34º93.55%30.39%-
HSV(B)286.34º96.67%58.82%-
XYZ12.96.0929.35-
YUV55.02181.61172.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 150 (58.98% from 255) = 55.15%
R=43.01%
G=1.84%
B=55.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11751500.220.9700.41286.3493.5530.39
Hex75596166102911e5e1e
Octal16552262614105143613636
Binary1110101101100101101011011000010101001100011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750596; }

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

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

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

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

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

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

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

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