#770877

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

Shades of Purple #770877

Tints of Purple #770877

Color information

#770877 (or 0x770877) is unknown color: approx Purple. HEX triplet: 77, 08 and 77. RGB value is (119,8,119). Sum of RGB (Red+Green+Blue) = 119+8+119=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770877 is #88F788. Grayscale: #353535. Windows color (decimal): -8976265 or 7800951. OLE color: 7800951.

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

Color convert

RGB1198119-
CMYK00.9300.53
HSL300º87.4%24.9%-
HSV(B)300º93.28%46.67%-
XYZ11.025.4317.92-
YUV53.84164.77174.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 8 (3.52% from 255) = 3.25%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=48.37%
G=3.25%
B=48.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119811900.9300.5330087.424.9
Hex7787705D03512c5719
Octal16710167013506545412731
Binary111011110001110111010111010110101100101100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770877; }

 p { color: rgb(119,8,119); }

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

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

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

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

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

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

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