#7D117D

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

Shades of Purple #7D117D

Tints of Purple #7D117D

Color information

#7D117D (or 0x7D117D) is unknown color: approx Purple. HEX triplet: 7D, 11 and 7D. RGB value is (125,17,125). Sum of RGB (Red+Green+Blue) = 125+17+125=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D117D is #82EE82. Grayscale: #3D3D3D. Windows color (decimal): -8580739 or 8196477. OLE color: 8196477.

HSL color Cylindrical-coordinate representation of color #7D117D: hue angle of 300º 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 #7D117D is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12517125-
CMYK00.8600.51
HSL300º76.06%27.84%-
HSV(B)300º86.4%49.02%-
XYZ12.366.2419.96-
YUV61.6163.78173.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.82%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 125 (49.22% from 255) = 46.82%
R=46.82%
G=6.37%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251712500.8600.5130076.0627.84
Hex7D117D05603312c4c1c
Octal17521175012606345411434
Binary1111101100011111101010101100110011100101100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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