#7A067C

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

Shades of Purple #7A067C

Tints of Purple #7A067C

Color information

#7A067C (or 0x7A067C) is unknown color: approx Purple. HEX triplet: 7A, 06 and 7C. RGB value is (122,6,124). Sum of RGB (Red+Green+Blue) = 122+6+124=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A067C is #85F983. Grayscale: #353535. Windows color (decimal): -8780164 or 8128122. OLE color: 8128122.

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

Color convert

RGB1226124-
CMYK0.020.9500.51
HSL298.98º90.77%25.49%-
HSV(B)298.98º95.16%48.63%-
XYZ11.735.7219.56-
YUV54.14167.43176.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=48.41%
G=2.38%
B=49.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12261240.020.9500.51298.9890.7725.49
Hex7A67C25F03312b5b19
Octal1726174213706345313331
Binary111101011011111001010111110110011100101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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