#7D1179

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

Shades of Purple #7D1179

Tints of Purple #7D1179

Color information

#7D1179 (or 0x7D1179) is unknown color: approx Purple. HEX triplet: 7D, 11 and 79. RGB value is (125,17,121). Sum of RGB (Red+Green+Blue) = 125+17+121=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1179 is #82EE86. Grayscale: #3C3C3C. Windows color (decimal): -8580743 or 7934333. OLE color: 7934333.

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

Color convert

RGB12517121-
CMYK00.860.030.51
HSL302.22º76.06%27.84%-
HSV(B)302.22º86.4%49.02%-
XYZ12.116.1418.64-
YUV61.15161.78173.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.53%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=47.53%
G=6.46%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251712100.860.030.51302.2276.0627.84
Hex7D117905633312e4c1c
Octal17521171012636345611434
Binary11111011000111110010101011011110011100101110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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