#7A0289

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

Shades of Purple #7A0289

Tints of Purple #7A0289

Color information

#7A0289 (or 0x7A0289) is unknown color: approx Purple. HEX triplet: 7A, 02 and 89. RGB value is (122,2,137). Sum of RGB (Red+Green+Blue) = 122+2+137=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A0289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0289 is #85FD76. Grayscale: #343434. Windows color (decimal): -8781175 or 8979066. OLE color: 8979066.

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

Color convert

RGB1222137-
CMYK0.110.9900.46
HSL293.33º97.12%27.25%-
HSV(B)293.33º98.54%53.73%-
XYZ12.565.9924.16-
YUV53.27175.26177.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.74%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=46.74%
G=0.77%
B=52.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12221370.110.9900.46293.3397.1227.25
Hex7A289B6302E125611b
Octal17222111314305644514133
Binary11110101010001001101111000110101110100100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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