#770A89

Color #770A89 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #770A89

Tints of Purple #770A89

Color information

#770A89 (or 0x770A89) is unknown color: approx Purple. HEX triplet: 77, 0A and 89. RGB value is (119,10,137). Sum of RGB (Red+Green+Blue) = 119+10+137=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #770A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770A89 is #88F576. Grayscale: #383838. Windows color (decimal): -8975735 or 8981111. OLE color: 8981111.

HSL color Cylindrical-coordinate representation of color #770A89: hue angle of 291.5º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770A89 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11910137-
CMYK0.130.9300.46
HSL291.5º86.39%28.82%-
HSV(B)291.5º92.7%53.73%-
XYZ12.235.9524.17-
YUV57.07173.11172.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 137 (53.91% from 255) = 51.50%
R=44.74%
G=3.76%
B=51.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119101370.130.9300.46291.586.3928.82
Hex77A89D5D02E123561d
Octal167122111513505644312635
Binary1110111101010001001110110111010101110100100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770A89; }

 p { color: rgb(119,10,137); }

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

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

 a { background-color: rgb(119,10,137); }

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

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

 span { border-color: rgb(119,10,137); }

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