#7A0489

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

Shades of Purple #7A0489

Tints of Purple #7A0489

Color information

#7A0489 (or 0x7A0489) is unknown color: approx Purple. HEX triplet: 7A, 04 and 89. RGB value is (122,4,137). Sum of RGB (Red+Green+Blue) = 122+4+137=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A0489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0489 is #85FB76. Grayscale: #363636. Windows color (decimal): -8780663 or 8979578. OLE color: 8979578.

HSL color Cylindrical-coordinate representation of color #7A0489: hue angle of 293.23º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A0489 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1224137-
CMYK0.110.9700.46
HSL293.23º94.33%27.65%-
HSV(B)293.23º97.08%53.73%-
XYZ12.586.0324.17-
YUV54.44174.59176.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=46.39%
G=1.52%
B=52.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12241370.110.9700.46293.2394.3327.65
Hex7A489B6102E1255e1c
Octal17242111314105644513634
Binary111101010010001001101111000010101110100100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,4,137); }

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

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

 a { background-color: rgb(122,4,137); }

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

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

 span { border-color: rgb(122,4,137); }

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