#770678

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

Shades of Purple #770678

Tints of Purple #770678

Color information

#770678 (or 0x770678) is unknown color: approx Purple. HEX triplet: 77, 06 and 78. RGB value is (119,6,120). Sum of RGB (Red+Green+Blue) = 119+6+120=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #770678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770678 is #88F987. Grayscale: #343434. Windows color (decimal): -8976776 or 7865975. OLE color: 7865975.

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

Color convert

RGB1196120-
CMYK0.010.9500.53
HSL299.47º90.48%24.71%-
HSV(B)299.47º95%47.06%-
XYZ11.065.4118.23-
YUV52.78165.94175.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=48.57%
G=2.45%
B=48.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11961200.010.9500.53299.4790.4824.71
Hex7767815F03512b5a19
Octal1676170113706545313231
Binary11101111101111000110111110110101100101011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770678; }

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

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

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

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

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

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

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

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