#770577

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

Shades of Purple #770577

Tints of Purple #770577

Color information

#770577 (or 0x770577) is unknown color: approx Purple. HEX triplet: 77, 05 and 77. RGB value is (119,5,119). Sum of RGB (Red+Green+Blue) = 119+5+119=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770577 is #88FA88. Grayscale: #333333. Windows color (decimal): -8977033 or 7800183. OLE color: 7800183.

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

Color convert

RGB1195119-
CMYK00.9600.53
HSL300º91.94%24.31%-
HSV(B)300º95.8%46.67%-
XYZ10.995.3617.91-
YUV52.08165.77175.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=48.97%
G=2.06%
B=48.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119511900.9600.5330091.9424.31
Hex7757706003512c5c18
Octal1675167014006545413430
Binary11101111011110111011000000110101100101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770577; }

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

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

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

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

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

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

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

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