#76099F

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

Shades of Dark Magenta #76099F

Tints of Dark Magenta #76099F

Color information

#76099F (or 0x76099F) is unknown color: approx Dark Magenta. HEX triplet: 76, 09 and 9F. RGB value is (118,9,159). Sum of RGB (Red+Green+Blue) = 118+9+159=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #76099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76099F is #89F660. Grayscale: #3A3A3A. Windows color (decimal): -9041505 or 10422646. OLE color: 10422646.

HSL color Cylindrical-coordinate representation of color #76099F: hue angle of 283.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76099F is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1189159-
CMYK0.260.9400.38
HSL283.6º89.29%32.94%-
HSV(B)283.6º94.34%62.35%-
XYZ13.836.5533.34-
YUV58.69184.61170.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 9 (3.91% from 255) = 3.15%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=41.26%
G=3.15%
B=55.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11891590.260.9400.38283.689.2932.94
Hex7699F1A5E02611c5921
Octal166112373213604643413141
Binary111011010011001111111010101111001001101000111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76099F; }

 p { color: rgb(118,9,159); }

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

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

 a { background-color: rgb(118,9,159); }

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

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

 span { border-color: rgb(118,9,159); }

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