#7C1081

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

Shades of Purple #7C1081

Tints of Purple #7C1081

Color information

#7C1081 (or 0x7C1081) is unknown color: approx Purple. HEX triplet: 7C, 10 and 81. RGB value is (124,16,129). Sum of RGB (Red+Green+Blue) = 124+16+129=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #7C1081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1081 is #83EF7E. Grayscale: #3C3C3C. Windows color (decimal): -8646527 or 8458364. OLE color: 8458364.

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

Color convert

RGB12416129-
CMYK0.040.8800.49
HSL297.35º77.93%28.43%-
HSV(B)297.35º87.6%50.59%-
XYZ12.466.2421.32-
YUV61.17166.28172.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 16 (6.64% from 255) = 5.95%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=46.10%
G=5.95%
B=47.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124161290.040.8800.49297.3577.9328.43
Hex7C10814580311294e1c
Octal17420201413006145111634
Binary1111100100001000000110010110000110001100101001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,16,129); }

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

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

 a { background-color: rgb(124,16,129); }

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

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

 span { border-color: rgb(124,16,129); }

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