#760C9A

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

Shades of Dark Magenta #760C9A

Tints of Dark Magenta #760C9A

Color information

#760C9A (or 0x760C9A) is unknown color: approx Dark Magenta. HEX triplet: 76, 0C and 9A. RGB value is (118,12,154). Sum of RGB (Red+Green+Blue) = 118+12+154=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #760C9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760C9A is #89F365. Grayscale: #3B3B3B. Windows color (decimal): -9040742 or 10095734. OLE color: 10095734.

HSL color Cylindrical-coordinate representation of color #760C9A: hue angle of 284.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760C9A is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11812154-
CMYK0.230.9200.40
HSL284.79º85.54%32.55%-
HSV(B)284.79º92.21%60.39%-
XYZ13.446.4531.11-
YUV59.88181.12169.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=41.55%
G=4.23%
B=54.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118121540.230.9200.40284.7985.5432.55
Hex76C9A175C02811d5621
Octal166142322713405043512641
Binary111011011001001101010111101110001010001000111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,12,154); }

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

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

 a { background-color: rgb(118,12,154); }

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

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

 span { border-color: rgb(118,12,154); }

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