#7A157E

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

Shades of Purple #7A157E

Tints of Purple #7A157E

Color information

#7A157E (or 0x7A157E) is unknown color: approx Purple. HEX triplet: 7A, 15 and 7E. RGB value is (122,21,126). Sum of RGB (Red+Green+Blue) = 122+21+126=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A157E is #85EA81. Grayscale: #3E3E3E. Windows color (decimal): -8776322 or 8263034. OLE color: 8263034.

HSL color Cylindrical-coordinate representation of color #7A157E: hue angle of 297.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A157E is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12221126-
CMYK0.030.8300.51
HSL297.71º71.43%28.82%-
HSV(B)297.71º83.33%49.41%-
XYZ12.066.1820.3-
YUV63.17163.46169.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.35%
GREEN value IS 21 (8.59% from 255) = 7.81%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=45.35%
G=7.81%
B=46.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122211260.030.8300.51297.7171.4328.82
Hex7A157E35303312a471d
Octal17225176312306345210735
Binary11110101010111111101110100110110011100101010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,126); }

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

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

 a { background-color: rgb(122,21,126); }

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

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

 span { border-color: rgb(122,21,126); }

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