#7A128F

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

Shades of Purple #7A128F

Tints of Purple #7A128F

Color information

#7A128F (or 0x7A128F) is unknown color: approx Purple. HEX triplet: 7A, 12 and 8F. RGB value is (122,18,143). Sum of RGB (Red+Green+Blue) = 122+18+143=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A128F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A128F is #85ED70. Grayscale: #3E3E3E. Windows color (decimal): -8777073 or 9376378. OLE color: 9376378.

HSL color Cylindrical-coordinate representation of color #7A128F: hue angle of 289.92º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A128F is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12218143-
CMYK0.150.8700.44
HSL289.92º77.64%31.57%-
HSV(B)289.92º87.41%56.08%-
XYZ13.26.5526.56-
YUV63.35172.96169.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.11%
GREEN value IS 18 (7.42% from 255) = 6.36%
BLUE value IS 143 (56.25% from 255) = 50.53%
R=43.11%
G=6.36%
B=50.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122181430.150.8700.44289.9277.6431.57
Hex7A128FF5702C1224e20
Octal172222171712705444211640
Binary111101010010100011111111101011101011001001000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,18,143); }

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

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

 a { background-color: rgb(122,18,143); }

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

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

 span { border-color: rgb(122,18,143); }

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