#7B0A80

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

Shades of Purple #7B0A80

Tints of Purple #7B0A80

Color information

#7B0A80 (or 0x7B0A80) is unknown color: approx Purple. HEX triplet: 7B, 0A and 80. RGB value is (123,10,128). Sum of RGB (Red+Green+Blue) = 123+10+128=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B0A80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0A80 is #84F57F. Grayscale: #383838. Windows color (decimal): -8713600 or 8391291. OLE color: 8391291.

HSL color Cylindrical-coordinate representation of color #7B0A80: hue angle of 297.46º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0A80 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12310128-
CMYK0.040.9200.50
HSL297.46º85.51%27.06%-
HSV(B)297.46º92.19%50.2%-
XYZ12.175.9920.94-
YUV57.24167.94174.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.13%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=47.13%
G=3.83%
B=49.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123101280.040.9200.50297.4685.5127.06
Hex7BA8045C032129561b
Octal17312200413406245112633
Binary111101110101000000010010111000110010100101001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,10,128); }

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

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

 a { background-color: rgb(123,10,128); }

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

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

 span { border-color: rgb(123,10,128); }

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