#770999

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

Shades of Dark Magenta #770999

Tints of Dark Magenta #770999

Color information

#770999 (or 0x770999) is unknown color: approx Dark Magenta. HEX triplet: 77, 09 and 99. RGB value is (119,9,153). Sum of RGB (Red+Green+Blue) = 119+9+153=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #770999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770999 is #88F666. Grayscale: #393939. Windows color (decimal): -8975975 or 10029431. OLE color: 10029431.

HSL color Cylindrical-coordinate representation of color #770999: hue angle of 285.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770999 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1199153-
CMYK0.220.9400.4
HSL285.83º88.89%31.76%-
HSV(B)285.83º94.12%60%-
XYZ13.466.4230.67-
YUV58.31181.44171.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=42.35%
G=3.20%
B=54.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11991530.220.9400.4285.8388.8931.76
Hex77999165E02811e5920
Octal167112312613605043613140
Binary111011110011001100110110101111001010001000111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770999; }

 p { color: rgb(119,9,153); }

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

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

 a { background-color: rgb(119,9,153); }

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

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

 span { border-color: rgb(119,9,153); }

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