#7C107A

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

Shades of Purple #7C107A

Tints of Purple #7C107A

Color information

#7C107A (or 0x7C107A) is unknown color: approx Purple. HEX triplet: 7C, 10 and 7A. RGB value is (124,16,122). Sum of RGB (Red+Green+Blue) = 124+16+122=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C107A is #83EF85. Grayscale: #3C3C3C. Windows color (decimal): -8646534 or 7999612. OLE color: 7999612.

HSL color Cylindrical-coordinate representation of color #7C107A: hue angle of 301.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C107A is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12416122-
CMYK00.870.020.51
HSL301.11º77.14%27.45%-
HSV(B)301.11º87.1%48.63%-
XYZ12.016.0618.95-
YUV60.38162.78173.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=47.33%
G=6.11%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241612200.870.020.51301.1177.1427.45
Hex7C107A05723312d4d1b
Octal17420172012726345511533
Binary11111001000011110100101011110110011100101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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