#760AA9

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

Shades of Dark Magenta #760AA9

Tints of Dark Magenta #760AA9

Color information

#760AA9 (or 0x760AA9) is unknown color: approx Dark Magenta. HEX triplet: 76, 0A and A9. RGB value is (118,10,169). Sum of RGB (Red+Green+Blue) = 118+10+169=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #760AA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AA9 is #89F556. Grayscale: #3B3B3B. Windows color (decimal): -9041239 or 11078262. OLE color: 11078262.

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

Color convert

RGB11810169-
CMYK0.300.9400.34
HSL280.75º88.83%35.1%-
HSV(B)280.75º94.08%66.27%-
XYZ14.746.9338.1-
YUV60.42189.28169.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=39.73%
G=3.37%
B=56.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118101690.300.9400.34280.7588.8335.1
Hex76AA91E5E0221195923
Octal166122513613604243113143
Binary111011010101010100111110101111001000101000110011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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