#770770

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

Shades of Purple #770770

Tints of Purple #770770

Color information

#770770 (or 0x770770) is unknown color: approx Purple. HEX triplet: 77, 07 and 70. RGB value is (119,7,112). Sum of RGB (Red+Green+Blue) = 119+7+112=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770770 is #88F88F. Grayscale: #343434. Windows color (decimal): -8976528 or 7341943. OLE color: 7341943.

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

Color convert

RGB1197112-
CMYK00.940.060.53
HSL303.75º88.89%24.71%-
HSV(B)303.75º94.12%46.67%-
XYZ10.615.2415.78-
YUV52.46161.61175.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=50%
G=2.94%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119711200.940.060.53303.7588.8924.71
Hex7777005E6351305919
Octal1677160013666546013131
Binary1110111111111000001011110110110101100110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770770; }

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

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

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

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

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

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

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

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