#770064

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

Shades of Purple #770064

Tints of Purple #770064

Color information

#770064 (or 0x770064) is unknown color: approx Purple. HEX triplet: 77, 00 and 64. RGB value is (119,0,100). Sum of RGB (Red+Green+Blue) = 119+0+100=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #770064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770064 is #88FF9B. Grayscale: #2E2E2E. Windows color (decimal): -8978332 or 6553719. OLE color: 6553719.

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

Color convert

RGB1190100-
CMYK010.160.53
HSL309.58º100%23.33%-
HSV(B)309.58º100%46.67%-
XYZ9.914.8412.47-
YUV46.98157.92179.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=54.34%
G=0%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1190100010.160.53309.5810023.33
Hex7706406410351366417
Octal16701440144206546614427
Binary1110111011001000110010010000110101100110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770064; }

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

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

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

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

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

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

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

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