#7F107A

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

Shades of Purple #7F107A

Tints of Purple #7F107A

Color information

#7F107A (or 0x7F107A) is unknown color: approx Purple. HEX triplet: 7F, 10 and 7A. RGB value is (127,16,122). Sum of RGB (Red+Green+Blue) = 127+16+122=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F107A is #80EF85. Grayscale: #3C3C3C. Windows color (decimal): -8449926 or 7999615. OLE color: 7999615.

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

Color convert

RGB12716122-
CMYK00.870.040.50
HSL302.7º77.62%28.04%-
HSV(B)302.7º87.4%49.8%-
XYZ12.456.2918.97-
YUV61.27162.27174.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 16 (6.64% from 255) = 6.04%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=47.92%
G=6.04%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271612200.870.040.50302.777.6228.04
Hex7F107A05743212f4e1c
Octal17720172012746245711634
Binary111111110000111101001010111100110010100101111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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