#760699

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

Shades of Dark Magenta #760699

Tints of Dark Magenta #760699

Color information

#760699 (or 0x760699) is unknown color: approx Dark Magenta. HEX triplet: 76, 06 and 99. RGB value is (118,6,153). Sum of RGB (Red+Green+Blue) = 118+6+153=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #760699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760699 is #89F966. Grayscale: #373737. Windows color (decimal): -9042279 or 10028662. OLE color: 10028662.

HSL color Cylindrical-coordinate representation of color #760699: hue angle of 285.71º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760699 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1186153-
CMYK0.230.9600.4
HSL285.71º92.45%31.18%-
HSV(B)285.71º96.08%60%-
XYZ13.296.2830.65-
YUV56.25182.61172.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=42.60%
G=2.17%
B=55.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11861530.230.9600.4285.7192.4531.18
Hex76699176002811e5c1f
Octal16662312714005043613437
Binary1110110110100110011011111000000101000100011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760699; }

 p { color: rgb(118,6,153); }

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

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

 a { background-color: rgb(118,6,153); }

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

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

 span { border-color: rgb(118,6,153); }

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