#770681

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

Shades of Purple #770681

Tints of Purple #770681

Color information

#770681 (or 0x770681) is unknown color: approx Purple. HEX triplet: 77, 06 and 81. RGB value is (119,6,129). Sum of RGB (Red+Green+Blue) = 119+6+129=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #770681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770681 is #88F97E. Grayscale: #353535. Windows color (decimal): -8976767 or 8455799. OLE color: 8455799.

HSL color Cylindrical-coordinate representation of color #770681: hue angle of 295.12º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770681 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1196129-
CMYK0.080.9500.49
HSL295.12º91.11%26.47%-
HSV(B)295.12º95.35%50.59%-
XYZ11.645.6421.24-
YUV53.81170.44174.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 129 (50.78% from 255) = 50.79%
R=46.85%
G=2.36%
B=50.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11961290.080.9500.49295.1291.1126.47
Hex7768185F0311275b1a
Octal16762011013706144713332
Binary111011111010000001100010111110110001100100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770681; }

 p { color: rgb(119,6,129); }

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

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

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

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

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

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

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