#760773

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

Shades of Purple #760773

Tints of Purple #760773

Color information

#760773 (or 0x760773) is unknown color: approx Purple. HEX triplet: 76, 07 and 73. RGB value is (118,7,115). Sum of RGB (Red+Green+Blue) = 118+7+115=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760773 is #89F88C. Grayscale: #343434. Windows color (decimal): -9042061 or 7538550. OLE color: 7538550.

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

Color convert

RGB1187115-
CMYK00.940.030.54
HSL301.62º88.8%24.51%-
HSV(B)301.62º94.07%46.27%-
XYZ10.645.2416.67-
YUV52.5163.27174.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=49.17%
G=2.92%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118711500.940.030.54301.6288.824.51
Hex7677305E33612e5919
Octal1667163013636645613131
Binary111011011111100110101111011110110100101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760773; }

 p { color: rgb(118,7,115); }

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

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

 a { background-color: rgb(118,7,115); }

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

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

 span { border-color: rgb(118,7,115); }

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