#760FA6

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

Shades of Dark Magenta #760FA6

Tints of Dark Magenta #760FA6

Color information

#760FA6 (or 0x760FA6) is unknown color: approx Dark Magenta. HEX triplet: 76, 0F and A6. RGB value is (118,15,166). Sum of RGB (Red+Green+Blue) = 118+15+166=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #760FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760FA6 is #89F059. Grayscale: #3E3E3E. Windows color (decimal): -9039962 or 10882934. OLE color: 10882934.

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

Color convert

RGB11815166-
CMYK0.290.9100.35
HSL280.93º83.43%35.49%-
HSV(B)280.93º90.96%65.1%-
XYZ14.526.9536.65-
YUV63.01186.12167.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 166 (65.23% from 255) = 55.52%
R=39.46%
G=5.02%
B=55.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118151660.290.9100.35280.9383.4335.49
Hex76FA61D5B0231195323
Octal166172463513304343112343
Binary111011011111010011011101101101101000111000110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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