#7C1186

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

Shades of Purple #7C1186

Tints of Purple #7C1186

Color information

#7C1186 (or 0x7C1186) is unknown color: approx Purple. HEX triplet: 7C, 11 and 86. RGB value is (124,17,134). Sum of RGB (Red+Green+Blue) = 124+17+134=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C1186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1186 is #83EE79. Grayscale: #3D3D3D. Windows color (decimal): -8646266 or 8786300. OLE color: 8786300.

HSL color Cylindrical-coordinate representation of color #7C1186: hue angle of 294.87º 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 #7C1186 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12417134-
CMYK0.070.8700.47
HSL294.87º77.48%29.61%-
HSV(B)294.87º87.31%52.55%-
XYZ12.826.4123.12-
YUV62.33168.45171.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=45.09%
G=6.18%
B=48.73%

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
Decimal124171340.070.8700.47294.8777.4829.61
Hex7C118675702F1274d1e
Octal17421206712705744711536
Binary1111100100011000011011110101110101111100100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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