#7A0A77

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

Shades of Purple #7A0A77

Tints of Purple #7A0A77

Color information

#7A0A77 (or 0x7A0A77) is unknown color: approx Purple. HEX triplet: 7A, 0A and 77. RGB value is (122,10,119). Sum of RGB (Red+Green+Blue) = 122+10+119=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0A77 is #85F588. Grayscale: #373737. Windows color (decimal): -8779145 or 7801466. OLE color: 7801466.

HSL color Cylindrical-coordinate representation of color #7A0A77: hue angle of 301.61º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0A77 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12210119-
CMYK00.920.020.52
HSL301.61º84.85%25.88%-
HSV(B)301.61º91.8%47.84%-
XYZ11.465.6917.95-
YUV55.91163.61175.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.61%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=48.61%
G=3.98%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221011900.920.020.52301.6184.8525.88
Hex7AA7705C23412e551a
Octal17212167013426445612532
Binary1111010101011101110101110010110100100101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,10,119); }

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

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

 a { background-color: rgb(122,10,119); }

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

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

 span { border-color: rgb(122,10,119); }

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