#75079D

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

Shades of Dark Magenta #75079D

Tints of Dark Magenta #75079D

Color information

#75079D (or 0x75079D) is unknown color: approx Dark Magenta. HEX triplet: 75, 07 and 9D. RGB value is (117,7,157). Sum of RGB (Red+Green+Blue) = 117+7+157=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #75079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75079D is #8AF862. Grayscale: #383838. Windows color (decimal): -9107555 or 10291061. OLE color: 10291061.

HSL color Cylindrical-coordinate representation of color #75079D: hue angle of 284º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75079D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1177157-
CMYK0.250.9600.38
HSL284º91.46%32.16%-
HSV(B)284º95.54%61.57%-
XYZ13.56.3732.42-
YUV56.99184.44170.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=41.64%
G=2.49%
B=55.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11771570.250.9600.3828491.4632.16
Hex7579D196002611c5b20
Octal16572353114004643413340
Binary11101011111001110111001110000001001101000111001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75079D; }

 p { color: rgb(117,7,157); }

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

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

 a { background-color: rgb(117,7,157); }

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

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

 span { border-color: rgb(117,7,157); }

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