#760AA6

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

Shades of Dark Magenta #760AA6

Tints of Dark Magenta #760AA6

Color information

#760AA6 (or 0x760AA6) is unknown color: approx Dark Magenta. HEX triplet: 76, 0A and A6. RGB value is (118,10,166). Sum of RGB (Red+Green+Blue) = 118+10+166=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #760AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AA6 is #89F559. Grayscale: #3B3B3B. Windows color (decimal): -9041242 or 10881654. OLE color: 10881654.

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

Color convert

RGB11810166-
CMYK0.290.9400.35
HSL281.54º88.64%34.51%-
HSV(B)281.54º93.98%65.1%-
XYZ14.466.8236.63-
YUV60.08187.78169.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 10 (4.30% from 255) = 3.40%
BLUE value IS 166 (65.23% from 255) = 56.46%
R=40.14%
G=3.40%
B=56.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118101660.290.9400.35281.5488.6434.51
Hex76AA61D5E02311a5923
Octal166122463513604343213143
Binary111011010101010011011101101111001000111000110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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