#760C9D

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

Shades of Dark Magenta #760C9D

Tints of Dark Magenta #760C9D

Color information

#760C9D (or 0x760C9D) is unknown color: approx Dark Magenta. HEX triplet: 76, 0C and 9D. RGB value is (118,12,157). Sum of RGB (Red+Green+Blue) = 118+12+157=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #760C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760C9D is #89F362. Grayscale: #3B3B3B. Windows color (decimal): -9040739 or 10292342. OLE color: 10292342.

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

Color convert

RGB11812157-
CMYK0.250.9200.38
HSL283.86º85.8%33.14%-
HSV(B)283.86º92.36%61.57%-
XYZ13.696.5532.44-
YUV60.22182.62169.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=41.11%
G=4.18%
B=54.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118121570.250.9200.38283.8685.833.14
Hex76C9D195C02611c5621
Octal166142353113404643412641
Binary111011011001001110111001101110001001101000111001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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