#770876

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

Shades of Purple #770876

Tints of Purple #770876

Color information

#770876 (or 0x770876) is unknown color: approx Purple. HEX triplet: 77, 08 and 76. RGB value is (119,8,118). Sum of RGB (Red+Green+Blue) = 119+8+118=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #770876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770876 is #88F789. Grayscale: #353535. Windows color (decimal): -8976266 or 7735415. OLE color: 7735415.

HSL color Cylindrical-coordinate representation of color #770876: hue angle of 300.54º 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 #770876 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB1198118-
CMYK00.930.010.53
HSL300.54º87.4%24.9%-
HSV(B)300.54º93.28%46.67%-
XYZ10.965.417.6-
YUV53.73164.27174.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=48.57%
G=3.27%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119811800.930.010.53300.5487.424.9
Hex7787605D13512d5719
Octal16710166013516545512731
Binary111011110001110110010111011110101100101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770876; }

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

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

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

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

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

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

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

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