#7B0489

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

Shades of Purple #7B0489

Tints of Purple #7B0489

Color information

#7B0489 (or 0x7B0489) is unknown color: approx Purple. HEX triplet: 7B, 04 and 89. RGB value is (123,4,137). Sum of RGB (Red+Green+Blue) = 123+4+137=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B0489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0489 is #84FB76. Grayscale: #363636. Windows color (decimal): -8715127 or 8979579. OLE color: 8979579.

HSL color Cylindrical-coordinate representation of color #7B0489: hue angle of 293.68º 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 #7B0489 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1234137-
CMYK0.100.9700.46
HSL293.68º94.33%27.65%-
HSV(B)293.68º97.08%53.73%-
XYZ12.736.124.17-
YUV54.74174.42176.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.59%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 137 (53.91% from 255) = 51.89%
R=46.59%
G=1.52%
B=51.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12341370.100.9700.46293.6894.3327.65
Hex7B489A6102E1265e1c
Octal17342111214105644613634
Binary111101110010001001101011000010101110100100110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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