#770464

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

Shades of Purple #770464

Tints of Purple #770464

Color information

#770464 (or 0x770464) is unknown color: approx Purple. HEX triplet: 77, 04 and 64. RGB value is (119,4,100). Sum of RGB (Red+Green+Blue) = 119+4+100=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770464 is #88FB9B. Grayscale: #313131. Windows color (decimal): -8977308 or 6554743. OLE color: 6554743.

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

Color convert

RGB1194100-
CMYK00.970.160.53
HSL309.91º93.5%24.12%-
HSV(B)309.91º96.64%46.67%-
XYZ9.954.9312.48-
YUV49.33156.6177.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=53.36%
G=1.79%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119410000.970.160.53309.9193.524.12
Hex7746406110351365d18
Octal16741440141206546613530
Binary111011110011001000110000110000110101100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770464; }

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

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

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

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

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

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

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

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