#761399

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

Shades of Dark Magenta #761399

Tints of Dark Magenta #761399

Color information

#761399 (or 0x761399) is unknown color: approx Dark Magenta. HEX triplet: 76, 13 and 99. RGB value is (118,19,153). Sum of RGB (Red+Green+Blue) = 118+19+153=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #761399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761399 is #89EC66. Grayscale: #3F3F3F. Windows color (decimal): -9038951 or 10031990. OLE color: 10031990.

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

Color convert

RGB11819153-
CMYK0.230.8800.4
HSL284.33º77.91%33.73%-
HSV(B)284.33º87.58%60%-
XYZ13.456.6230.71-
YUV63.88178.3166.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=40.69%
G=6.55%
B=52.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118191530.230.8800.4284.3377.9133.73
Hex761399175802811c4e22
Octal166232312713005043411642
Binary1110110100111001100110111101100001010001000111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761399; }

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

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

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

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

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

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

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

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