#770782

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

Shades of Purple #770782

Tints of Purple #770782

Color information

#770782 (or 0x770782) is unknown color: approx Purple. HEX triplet: 77, 07 and 82. RGB value is (119,7,130). Sum of RGB (Red+Green+Blue) = 119+7+130=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #770782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770782 is #88F87D. Grayscale: #363636. Windows color (decimal): -8976510 or 8521591. OLE color: 8521591.

HSL color Cylindrical-coordinate representation of color #770782: hue angle of 294.63º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770782 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1197130-
CMYK0.080.9500.49
HSL294.63º89.78%26.86%-
HSV(B)294.63º94.62%50.98%-
XYZ11.715.6921.6-
YUV54.51170.61174-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 7 (3.12% from 255) = 2.73%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=46.48%
G=2.73%
B=50.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11971300.080.9500.49294.6389.7826.86
Hex7778285F0311275a1b
Octal16772021013706144713233
Binary111011111110000010100010111110110001100100111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770782; }

 p { color: rgb(119,7,130); }

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

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

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

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

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

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

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