#770662

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

Shades of Purple #770662

Tints of Purple #770662

Color information

#770662 (or 0x770662) is unknown color: approx Purple. HEX triplet: 77, 06 and 62. RGB value is (119,6,98). Sum of RGB (Red+Green+Blue) = 119+6+98=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770662 is #88F99D. Grayscale: #323232. Windows color (decimal): -8976798 or 6424183. OLE color: 6424183.

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

Color convert

RGB119698-
CMYK00.950.180.53
HSL311.15º90.4%24.51%-
HSV(B)311.15º94.96%46.67%-
XYZ9.884.9311.99-
YUV50.27154.94177.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=53.36%
G=2.69%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969800.950.180.53311.1590.424.51
Hex7766205F12351375a19
Octal16761420137226546713231
Binary111011111011000100101111110010110101100110111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770662; }

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

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

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

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

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

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

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

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