#760EA9

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

Shades of Dark Magenta #760EA9

Tints of Dark Magenta #760EA9

Color information

#760EA9 (or 0x760EA9) is unknown color: approx Dark Magenta. HEX triplet: 76, 0E and A9. RGB value is (118,14,169). Sum of RGB (Red+Green+Blue) = 118+14+169=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #760EA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EA9 is #89F156. Grayscale: #3E3E3E. Windows color (decimal): -9040215 or 11079286. OLE color: 11079286.

HSL color Cylindrical-coordinate representation of color #760EA9: hue angle of 280.26º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EA9 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11814169-
CMYK0.300.9200.34
HSL280.26º84.7%35.88%-
HSV(B)280.26º91.72%66.27%-
XYZ14.797.0338.11-
YUV62.77187.96167.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 169 (66.41% from 255) = 56.15%
R=39.20%
G=4.65%
B=56.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118141690.300.9200.34280.2684.735.88
Hex76EA91E5C0221185524
Octal166162513613404243012544
Binary111011011101010100111110101110001000101000110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760EA9; }

 p { color: rgb(118,14,169); }

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

<style>
 a { background-color: #760EA9; }

 a { background-color: rgb(118,14,169); }

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

<style>
 span { border-color: #760EA9; }

 span { border-color: rgb(118,14,169); }

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