#7A1590

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

Shades of Purple #7A1590

Tints of Purple #7A1590

Color information

#7A1590 (or 0x7A1590) is unknown color: approx Purple. HEX triplet: 7A, 15 and 90. RGB value is (122,21,144). Sum of RGB (Red+Green+Blue) = 122+21+144=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A1590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1590 is #85EA6F. Grayscale: #404040. Windows color (decimal): -8776304 or 9442682. OLE color: 9442682.

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

Color convert

RGB12221144-
CMYK0.150.8500.44
HSL289.27º74.55%32.35%-
HSV(B)289.27º85.42%56.47%-
XYZ13.336.6926.97-
YUV65.22172.46168.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=42.51%
G=7.32%
B=50.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122211440.150.8500.44289.2774.5532.35
Hex7A1590F5502C1214b20
Octal172252201712505444111340
Binary111101010101100100001111101010101011001001000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,144); }

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

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

 a { background-color: rgb(122,21,144); }

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

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

 span { border-color: rgb(122,21,144); }

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