#7D0979

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

Shades of Purple #7D0979

Tints of Purple #7D0979

Color information

#7D0979 (or 0x7D0979) is unknown color: approx Purple. HEX triplet: 7D, 09 and 79. RGB value is (125,9,121). Sum of RGB (Red+Green+Blue) = 125+9+121=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0979 is #82F686. Grayscale: #383838. Windows color (decimal): -8582791 or 7932285. OLE color: 7932285.

HSL color Cylindrical-coordinate representation of color #7D0979: hue angle of 302.07º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D0979 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB1259121-
CMYK00.930.030.51
HSL302.07º86.57%26.27%-
HSV(B)302.07º92.8%49.02%-
XYZ12.015.9418.6-
YUV56.45164.43176.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.02%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=49.02%
G=3.53%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125912100.930.030.51302.0786.5726.27
Hex7D97905D33312e571a
Octal17511171013536345612732
Binary1111101100111110010101110111110011100101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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