#770090

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

Shades of Purple #770090

Tints of Purple #770090

Color information

#770090 (or 0x770090) is unknown color: approx Purple. HEX triplet: 77, 00 and 90. RGB value is (119,0,144). Sum of RGB (Red+Green+Blue) = 119+0+144=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #770090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770090 is #88FF6F. Grayscale: #333333. Windows color (decimal): -8978288 or 9437303. OLE color: 9437303.

HSL color Cylindrical-coordinate representation of color #770090: hue angle of 289.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770090 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1190144-
CMYK0.17100.44
HSL289.58º100%28.24%-
HSV(B)289.58º100%56.47%-
XYZ12.645.9426.86-
YUV52179.92175.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=45.25%
G=0%
B=54.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11901440.17100.44289.5810028.24
Hex77090116402C122641c
Octal16702202114405444214434
Binary11101110100100001000111001000101100100100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770090; }

 p { color: rgb(119,0,144); }

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

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

 a { background-color: rgb(119,0,144); }

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

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

 span { border-color: rgb(119,0,144); }

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