#7b107f

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

Shades of Purple #7B107F

Tints of Purple #7B107F

Color information

#7B107F (or 0x7B107F) is unknown color: approx Purple. HEX triplet: 7B, 10 and 7F. RGB value is (123,16,127). Sum of RGB (Red+Green+Blue) = 123+16+127=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B107F is #84EF80. Grayscale: #3C3C3C. Windows color (decimal): -8712065 or 8327291. OLE color: 8327291.

HSL color Cylindrical-coordinate representation of color #7B107F: hue angle of 297.84º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B107F is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12316127-
CMYK0.030.8700.50
HSL297.84º77.62%28.04%-
HSV(B)297.84º87.4%49.8%-
XYZ12.186.1120.62-
YUV60.65165.45172.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.24%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 127 (50% from 255) = 47.74%
R=46.24%
G=6.02%
B=47.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123161270.030.8700.50297.8477.6228.04
Hex7B107F35703212a4e1c
Octal17320177312706245211634
Binary11110111000011111111110101110110010100101010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b107f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,16,127); }

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

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

 a { background-color: rgb(123,16,127); }

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

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

 span { border-color: rgb(123,16,127); }

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