#770866

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

Shades of Purple #770866

Tints of Purple #770866

Color information

#770866 (or 0x770866) is unknown color: approx Purple. HEX triplet: 77, 08 and 66. RGB value is (119,8,102). Sum of RGB (Red+Green+Blue) = 119+8+102=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #770866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770866 is #88F799. Grayscale: #333333. Windows color (decimal): -8976282 or 6686839. OLE color: 6686839.

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

Color convert

RGB1198102-
CMYK00.930.140.53
HSL309.19º87.4%24.9%-
HSV(B)309.19º93.28%46.67%-
XYZ10.095.0513.01-
YUV51.9156.27175.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 8 (3.52% from 255) = 3.49%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=51.97%
G=3.49%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119810200.930.140.53309.1987.424.9
Hex7786605DE351355719
Octal167101460135166546512731
Binary111011110001100110010111011110110101100110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770866; }

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

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

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

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

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

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

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

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