#76049E

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

Shades of Dark Magenta #76049E

Tints of Dark Magenta #76049E

Color information

#76049E (or 0x76049E) is unknown color: approx Dark Magenta. HEX triplet: 76, 04 and 9E. RGB value is (118,4,158). Sum of RGB (Red+Green+Blue) = 118+4+158=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #76049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76049E is #89FB61. Grayscale: #373737. Windows color (decimal): -9042786 or 10355830. OLE color: 10355830.

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

Color convert

RGB1184158-
CMYK0.250.9700.38
HSL284.42º95.06%31.76%-
HSV(B)284.42º97.47%61.96%-
XYZ13.696.4132.86-
YUV55.64185.77172.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=42.14%
G=1.43%
B=56.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11841580.250.9700.38284.4295.0631.76
Hex7649E196102611c5f20
Octal16642363114104643413740
Binary11101101001001111011001110000101001101000111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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