#7A047A

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

Shades of Purple #7A047A

Tints of Purple #7A047A

Color information

#7A047A (or 0x7A047A) is unknown color: approx Purple. HEX triplet: 7A, 04 and 7A. RGB value is (122,4,122). Sum of RGB (Red+Green+Blue) = 122+4+122=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A047A is #85FB85. Grayscale: #343434. Windows color (decimal): -8780678 or 7996538. OLE color: 7996538.

HSL color Cylindrical-coordinate representation of color #7A047A: hue angle of 300º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A047A is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1224122-
CMYK00.9700.52
HSL300º93.65%24.71%-
HSV(B)300º96.72%47.84%-
XYZ11.585.6318.89-
YUV52.73167.09177.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=49.19%
G=1.61%
B=49.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122412200.9700.5230093.6524.71
Hex7A47A06103412c5e19
Octal1724172014106445413631
Binary11110101001111010011000010110100100101100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,4,122); }

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

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

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

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

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

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

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