#761982

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

Shades of Purple #761982

Tints of Purple #761982

Color information

#761982 (or 0x761982) is unknown color: approx Purple. HEX triplet: 76, 19 and 82. RGB value is (118,25,130). Sum of RGB (Red+Green+Blue) = 118+25+130=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #761982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761982 is #89E67D. Grayscale: #404040. Windows color (decimal): -9037438 or 8526198. OLE color: 8526198.

HSL color Cylindrical-coordinate representation of color #761982: hue angle of 293.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761982 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11825130-
CMYK0.090.8100.49
HSL293.14º67.74%30.39%-
HSV(B)293.14º80.77%50.98%-
XYZ11.856.1621.68-
YUV64.78164.81165.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=43.22%
G=9.16%
B=47.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118251300.090.8100.49293.1467.7430.39
Hex761982951031125441e
Octal166312021112106144510436
Binary11101101100110000010100110100010110001100100101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761982; }

 p { color: rgb(118,25,130); }

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

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

 a { background-color: rgb(118,25,130); }

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

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

 span { border-color: rgb(118,25,130); }

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