#770780

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

Shades of Purple #770780

Tints of Purple #770780

Color information

#770780 (or 0x770780) is unknown color: approx Purple. HEX triplet: 77, 07 and 80. RGB value is (119,7,128). Sum of RGB (Red+Green+Blue) = 119+7+128=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #770780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770780 is #88F87F. Grayscale: #353535. Windows color (decimal): -8976512 or 8390519. OLE color: 8390519.

HSL color Cylindrical-coordinate representation of color #770780: hue angle of 295.54º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770780 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1197128-
CMYK0.070.9500.50
HSL295.54º89.63%26.47%-
HSV(B)295.54º94.53%50.2%-
XYZ11.585.6320.9-
YUV54.28169.61174.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=46.85%
G=2.76%
B=50.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11971280.070.9500.50295.5489.6326.47
Hex7778075F0321285a1a
Octal1677200713706245013232
Binary11101111111000000011110111110110010100101000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770780; }

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

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

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

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

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

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

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

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