#770986

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

Shades of Purple #770986

Tints of Purple #770986

Color information

#770986 (or 0x770986) is unknown color: approx Purple. HEX triplet: 77, 09 and 86. RGB value is (119,9,134). Sum of RGB (Red+Green+Blue) = 119+9+134=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #770986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770986 is #88F679. Grayscale: #373737. Windows color (decimal): -8975994 or 8784247. OLE color: 8784247.

HSL color Cylindrical-coordinate representation of color #770986: hue angle of 292.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770986 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1199134-
CMYK0.110.9300.47
HSL292.8º87.41%28.04%-
HSV(B)292.8º93.28%52.55%-
XYZ12.015.8423.05-
YUV56.14171.94172.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 134 (52.73% from 255) = 51.15%
R=45.42%
G=3.44%
B=51.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11991340.110.9300.47292.887.4128.04
Hex77986B5D02F125571c
Octal167112061313505744512734
Binary1110111100110000110101110111010101111100100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770986; }

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

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

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

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

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

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

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

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