#7D1186

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

Shades of Purple #7D1186

Tints of Purple #7D1186

Color information

#7D1186 (or 0x7D1186) is unknown color: approx Purple. HEX triplet: 7D, 11 and 86. RGB value is (125,17,134). Sum of RGB (Red+Green+Blue) = 125+17+134=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D1186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1186 is #82EE79. Grayscale: #3E3E3E. Windows color (decimal): -8580730 or 8786301. OLE color: 8786301.

HSL color Cylindrical-coordinate representation of color #7D1186: hue angle of 295.38º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1186 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12517134-
CMYK0.070.8700.47
HSL295.38º77.48%29.61%-
HSV(B)295.38º87.31%52.55%-
XYZ12.966.4823.12-
YUV62.63168.28172.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.29%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=45.29%
G=6.16%
B=48.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125171340.070.8700.47295.3877.4829.61
Hex7D118675702F1274d1e
Octal17521206712705744711536
Binary1111101100011000011011110101110101111100100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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