#7F007A

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

Shades of Purple #7F007A

Tints of Purple #7F007A

Color information

#7F007A (or 0x7F007A) is unknown color: approx Purple. HEX triplet: 7F, 00 and 7A. RGB value is (127,0,122). Sum of RGB (Red+Green+Blue) = 127+0+122=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F007A is #80FF85. Grayscale: #333333. Windows color (decimal): -8454022 or 7995519. OLE color: 7995519.

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

Color convert

RGB1270122-
CMYK010.040.50
HSL302.36º100%24.9%-
HSV(B)302.36º100%49.8%-
XYZ12.275.9218.91-
YUV51.88167.58181.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=51.00%
G=0%
B=49.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1270122010.040.50302.3610024.9
Hex7F07A06443212e6419
Octal1770172014446245614431
Binary11111110111101001100100100110010100101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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