#76059E

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

Shades of Dark Magenta #76059E

Tints of Dark Magenta #76059E

Color information

#76059E (or 0x76059E) is unknown color: approx Dark Magenta. HEX triplet: 76, 05 and 9E. RGB value is (118,5,158). Sum of RGB (Red+Green+Blue) = 118+5+158=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #76059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76059E is #89FA61. Grayscale: #373737. Windows color (decimal): -9042530 or 10356086. OLE color: 10356086.

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

Color convert

RGB1185158-
CMYK0.250.9700.38
HSL284.31º93.87%31.96%-
HSV(B)284.31º96.84%61.96%-
XYZ13.76.4332.87-
YUV56.23185.44172.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=41.99%
G=1.78%
B=56.23%

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
Decimal11851580.250.9700.38284.3193.8731.96
Hex7659E196102611c5e20
Octal16652363114104643413640
Binary11101101011001111011001110000101001101000111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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