#76079E

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

Shades of Dark Magenta #76079E

Tints of Dark Magenta #76079E

Color information

#76079E (or 0x76079E) is unknown color: approx Dark Magenta. HEX triplet: 76, 07 and 9E. RGB value is (118,7,158). Sum of RGB (Red+Green+Blue) = 118+7+158=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #76079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76079E is #89F861. Grayscale: #383838. Windows color (decimal): -9042018 or 10356598. OLE color: 10356598.

HSL color Cylindrical-coordinate representation of color #76079E: hue angle of 284.11º degrees, saturation: 0.92, 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 #76079E is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1187158-
CMYK0.250.9600.38
HSL284.11º91.52%32.35%-
HSV(B)284.11º95.57%61.96%-
XYZ13.726.4732.87-
YUV57.4184.77171.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=41.70%
G=2.47%
B=55.83%

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
Decimal11871580.250.9600.38284.1191.5232.35
Hex7679E196002611c5c20
Octal16672363114004643413440
Binary11101101111001111011001110000001001101000111001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76079E; }

 p { color: rgb(118,7,158); }

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

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

 a { background-color: rgb(118,7,158); }

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

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

 span { border-color: rgb(118,7,158); }

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