#760E95

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

Shades of Dark Magenta #760E95

Tints of Dark Magenta #760E95

Color information

#760E95 (or 0x760E95) is unknown color: approx Dark Magenta. HEX triplet: 76, 0E and 95. RGB value is (118,14,149). Sum of RGB (Red+Green+Blue) = 118+14+149=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #760E95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E95 is #89F16A. Grayscale: #3C3C3C. Windows color (decimal): -9040235 or 9768566. OLE color: 9768566.

HSL color Cylindrical-coordinate representation of color #760E95: hue angle of 286.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760E95 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11814149-
CMYK0.210.9100.42
HSL286.22º82.82%31.96%-
HSV(B)286.22º90.6%58.43%-
XYZ13.056.3428.97-
YUV60.49177.96169.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=41.99%
G=4.98%
B=53.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118141490.210.9100.42286.2282.8231.96
Hex76E95155B02A11e5320
Octal166162252513305243612340
Binary111011011101001010110101101101101010101000111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,14,149); }

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

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

 a { background-color: rgb(118,14,149); }

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

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

 span { border-color: rgb(118,14,149); }

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