#7B107C

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

Shades of Purple #7B107C

Tints of Purple #7B107C

Color information

#7B107C (or 0x7B107C) is unknown color: approx Purple. HEX triplet: 7B, 10 and 7C. RGB value is (123,16,124). Sum of RGB (Red+Green+Blue) = 123+16+124=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B107C is #84EF83. Grayscale: #3B3B3B. Windows color (decimal): -8712068 or 8130683. OLE color: 8130683.

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

Color convert

RGB12316124-
CMYK0.010.8700.51
HSL299.44º77.14%27.45%-
HSV(B)299.44º87.1%48.63%-
XYZ11.996.0419.6-
YUV60.3163.95172.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=46.77%
G=6.08%
B=47.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal123161240.010.8700.51299.4477.1427.45
Hex7B107C15703312b4d1b
Octal17320174112706345311533
Binary1111011100001111100110101110110011100101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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