#7A047C

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

Shades of Purple #7A047C

Tints of Purple #7A047C

Color information

#7A047C (or 0x7A047C) is unknown color: approx Purple. HEX triplet: 7A, 04 and 7C. RGB value is (122,4,124). Sum of RGB (Red+Green+Blue) = 122+4+124=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A047C is #85FB83. Grayscale: #343434. Windows color (decimal): -8780676 or 8127610. OLE color: 8127610.

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

Color convert

RGB1224124-
CMYK0.020.9700.51
HSL299º93.75%25.1%-
HSV(B)299º96.77%48.63%-
XYZ11.715.6819.55-
YUV52.96168.09177.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.8%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=48.8%
G=1.6%
B=49.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12241240.020.9700.5129993.7525.1
Hex7A47C26103312b5e19
Octal1724174214106345313631
Binary111101010011111001011000010110011100101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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