#761073

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

Shades of Purple #761073

Tints of Purple #761073

Color information

#761073 (or 0x761073) is unknown color: approx Purple. HEX triplet: 76, 10 and 73. RGB value is (118,16,115). Sum of RGB (Red+Green+Blue) = 118+16+115=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #761073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761073 is #89EF8C. Grayscale: #393939. Windows color (decimal): -9039757 or 7540854. OLE color: 7540854.

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

Color convert

RGB11816115-
CMYK00.860.030.54
HSL301.76º76.12%26.27%-
HSV(B)301.76º86.44%46.27%-
XYZ10.755.4616.71-
YUV57.78160.29170.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=47.39%
G=6.43%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181611500.860.030.54301.7676.1226.27
Hex76107305633612e4c1a
Octal16620163012636645611432
Binary11101101000011100110101011011110110100101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761073; }

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

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

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

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

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

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

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

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