#76009E

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

Shades of Dark Magenta #76009E

Tints of Dark Magenta #76009E

Color information

#76009E (or 0x76009E) is unknown color: approx Dark Magenta. HEX triplet: 76, 00 and 9E. RGB value is (118,0,158). Sum of RGB (Red+Green+Blue) = 118+0+158=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #76009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009E is #89FF61. Grayscale: #343434. Windows color (decimal): -9043810 or 10354806. OLE color: 10354806.

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

Color convert

RGB1180158-
CMYK0.25100.38
HSL284.81º100%30.98%-
HSV(B)284.81º100%61.96%-
XYZ13.646.3232.85-
YUV53.29187.09174.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=42.75%
G=0%
B=57.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11801580.25100.38284.8110030.98
Hex7609E196402611d641f
Octal16602363114404643514437
Binary11101100100111101100111001000100110100011101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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