#770077

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

Shades of Purple #770077

Tints of Purple #770077

Color information

#770077 (or 0x770077) is unknown color: approx Purple. HEX triplet: 77, 00 and 77. RGB value is (119,0,119). Sum of RGB (Red+Green+Blue) = 119+0+119=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #770077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770077 is #88FF88. Grayscale: #303030. Windows color (decimal): -8978313 or 7798903. OLE color: 7798903.

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

Color convert

RGB1190119-
CMYK0100.53
HSL300º100%23.33%-
HSV(B)300º100%46.67%-
XYZ10.945.2517.89-
YUV49.15167.42177.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11901190100.5330010023.33
Hex7707706403512c6417
Octal1670167014406545414427
Binary111011101110111011001000110101100101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770077; }

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

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

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

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

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

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

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

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