#7B1489

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

Shades of Purple #7B1489

Tints of Purple #7B1489

Color information

#7B1489 (or 0x7B1489) is unknown color: approx Purple. HEX triplet: 7B, 14 and 89. RGB value is (123,20,137). Sum of RGB (Red+Green+Blue) = 123+20+137=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B1489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1489 is #84EB76. Grayscale: #3F3F3F. Windows color (decimal): -8711031 or 8983675. OLE color: 8983675.

HSL color Cylindrical-coordinate representation of color #7B1489: hue angle of 292.82º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1489 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12320137-
CMYK0.100.8500.46
HSL292.82º74.52%30.78%-
HSV(B)292.82º85.4%53.73%-
XYZ12.936.5224.24-
YUV64.13169.12169.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.93%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=43.93%
G=7.14%
B=48.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123201370.100.8500.46292.8274.5230.78
Hex7B1489A5502E1254b1f
Octal173242111212505644511337
Binary11110111010010001001101010101010101110100100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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