#79107F

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

Shades of Purple #79107F

Tints of Purple #79107F

Color information

#79107F (or 0x79107F) is unknown color: approx Purple. HEX triplet: 79, 10 and 7F. RGB value is (121,16,127). Sum of RGB (Red+Green+Blue) = 121+16+127=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #79107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79107F is #86EF80. Grayscale: #3B3B3B. Windows color (decimal): -8843137 or 8327289. OLE color: 8327289.

HSL color Cylindrical-coordinate representation of color #79107F: hue angle of 296.76º 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 #79107F is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12116127-
CMYK0.050.8700.50
HSL296.76º77.62%28.04%-
HSV(B)296.76º87.4%49.8%-
XYZ11.95.9720.6-
YUV60.05165.79171.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 127 (50% from 255) = 48.11%
R=45.83%
G=6.06%
B=48.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121161270.050.8700.50296.7677.6228.04
Hex79107F5570321294e1c
Octal17120177512706245111634
Binary111100110000111111110110101110110010100101001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79107F; }

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

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

<style>
 a { background-color: #79107F; }

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

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

<style>
 span { border-color: #79107F; }

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

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