#7A047F

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

Shades of Purple #7A047F

Tints of Purple #7A047F

Color information

#7A047F (or 0x7A047F) is unknown color: approx Purple. HEX triplet: 7A, 04 and 7F. RGB value is (122,4,127). Sum of RGB (Red+Green+Blue) = 122+4+127=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A047F is #85FB80. Grayscale: #343434. Windows color (decimal): -8780673 or 8324218. OLE color: 8324218.

HSL color Cylindrical-coordinate representation of color #7A047F: hue angle of 297.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A047F is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1224127-
CMYK0.040.9700.50
HSL297.56º93.89%25.69%-
HSV(B)297.56º96.85%49.8%-
XYZ11.95.7620.56-
YUV53.3169.59177-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 127 (50% from 255) = 50.20%
R=48.22%
G=1.58%
B=50.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12241270.040.9700.50297.5693.8925.69
Hex7A47F46103212a5e1a
Octal1724177414106245213632
Binary1111010100111111110011000010110010100101010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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