#7A0979

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

Shades of Purple #7A0979

Tints of Purple #7A0979

Color information

#7A0979 (or 0x7A0979) is unknown color: approx Purple. HEX triplet: 7A, 09 and 79. RGB value is (122,9,121). Sum of RGB (Red+Green+Blue) = 122+9+121=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0979 is #85F686. Grayscale: #373737. Windows color (decimal): -8779399 or 7932282. OLE color: 7932282.

HSL color Cylindrical-coordinate representation of color #7A0979: hue angle of 300.53º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0979 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB1229121-
CMYK00.930.010.52
HSL300.53º86.26%25.69%-
HSV(B)300.53º92.62%47.84%-
XYZ11.575.7118.58-
YUV55.56164.94175.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=48.41%
G=3.57%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122912100.930.010.52300.5386.2625.69
Hex7A97905D13412d561a
Octal17211171013516445512632
Binary111101010011111001010111011110100100101101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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