#770664

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

Shades of Purple #770664

Tints of Purple #770664

Color information

#770664 (or 0x770664) is unknown color: approx Purple. HEX triplet: 77, 06 and 64. RGB value is (119,6,100). Sum of RGB (Red+Green+Blue) = 119+6+100=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770664 is #88F99B. Grayscale: #323232. Windows color (decimal): -8976796 or 6555255. OLE color: 6555255.

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

Color convert

RGB1196100-
CMYK00.950.160.53
HSL310.09º90.4%24.51%-
HSV(B)310.09º94.96%46.67%-
XYZ9.974.9712.49-
YUV50.5155.94176.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 100 (39.45% from 255) = 44.44%
R=52.89%
G=2.67%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119610000.950.160.53310.0990.424.51
Hex7766405F10351365a19
Octal16761440137206546613231
Binary111011111011001000101111110000110101100110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770664; }

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

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

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

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

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

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

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

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