#7A0980

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

Shades of Purple #7A0980

Tints of Purple #7A0980

Color information

#7A0980 (or 0x7A0980) is unknown color: approx Purple. HEX triplet: 7A, 09 and 80. RGB value is (122,9,128). Sum of RGB (Red+Green+Blue) = 122+9+128=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #7A0980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0980 is #85F67F. Grayscale: #373737. Windows color (decimal): -8779392 or 8391034. OLE color: 8391034.

HSL color Cylindrical-coordinate representation of color #7A0980: hue angle of 296.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0980 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1229128-
CMYK0.050.9300.50
HSL296.97º86.86%26.86%-
HSV(B)296.97º92.97%50.2%-
XYZ12.025.8920.93-
YUV56.35168.44174.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 128 (50.39% from 255) = 49.42%
R=47.10%
G=3.47%
B=49.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12291280.050.9300.50296.9786.8626.86
Hex7A98055D032129571b
Octal17211200513506245112733
Binary111101010011000000010110111010110010100101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0980; }

 p { color: rgb(122,9,128); }

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

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

 a { background-color: rgb(122,9,128); }

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

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

 span { border-color: rgb(122,9,128); }

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