#7A058A

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

Shades of Purple #7A058A

Tints of Purple #7A058A

Color information

#7A058A (or 0x7A058A) is unknown color: approx Purple. HEX triplet: 7A, 05 and 8A. RGB value is (122,5,138). Sum of RGB (Red+Green+Blue) = 122+5+138=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A058A is #85FA75. Grayscale: #363636. Windows color (decimal): -8780406 or 9045370. OLE color: 9045370.

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

Color convert

RGB1225138-
CMYK0.120.9600.46
HSL292.78º93.01%28.04%-
HSV(B)292.78º96.38%54.12%-
XYZ12.676.0824.55-
YUV55.14174.76175.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=46.04%
G=1.89%
B=52.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12251380.120.9600.46292.7893.0128.04
Hex7A58AC6002E1255d1c
Octal17252121414005644513534
Binary111101010110001010110011000000101110100100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,138); }

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

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

 a { background-color: rgb(122,5,138); }

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

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

 span { border-color: rgb(122,5,138); }

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