#770699

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

Shades of Dark Magenta #770699

Tints of Dark Magenta #770699

Color information

#770699 (or 0x770699) is unknown color: approx Dark Magenta. HEX triplet: 77, 06 and 99. RGB value is (119,6,153). Sum of RGB (Red+Green+Blue) = 119+6+153=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #770699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770699 is #88F966. Grayscale: #383838. Windows color (decimal): -8976743 or 10028663. OLE color: 10028663.

HSL color Cylindrical-coordinate representation of color #770699: hue angle of 286.12º 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 #770699 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1196153-
CMYK0.220.9600.4
HSL286.12º92.45%31.18%-
HSV(B)286.12º96.08%60%-
XYZ13.426.3530.66-
YUV56.54182.44172.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 153 (60.16% from 255) = 55.04%
R=42.81%
G=2.16%
B=55.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11961530.220.9600.4286.1292.4531.18
Hex77699166002811e5c1f
Octal16762312614005043613437
Binary1110111110100110011011011000000101000100011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770699; }

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

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

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

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

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

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

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

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