#7A0776

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

Shades of Purple #7A0776

Tints of Purple #7A0776

Color information

#7A0776 (or 0x7A0776) is unknown color: approx Purple. HEX triplet: 7A, 07 and 76. RGB value is (122,7,118). Sum of RGB (Red+Green+Blue) = 122+7+118=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0776 is #85F889. Grayscale: #353535. Windows color (decimal): -8779914 or 7735162. OLE color: 7735162.

HSL color Cylindrical-coordinate representation of color #7A0776: hue angle of 302.09º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0776 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB1227118-
CMYK00.940.030.52
HSL302.09º89.15%25.29%-
HSV(B)302.09º94.26%47.84%-
XYZ11.375.617.62-
YUV54.04164.1176.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.39%
GREEN value IS 7 (3.12% from 255) = 2.83%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=49.39%
G=2.83%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122711800.940.030.52302.0989.1525.29
Hex7A77605E33412e5919
Octal1727166013636445613131
Binary111101011111101100101111011110100100101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,7,118); }

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

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

 a { background-color: rgb(122,7,118); }

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

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

 span { border-color: rgb(122,7,118); }

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