#79016F

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

Shades of Purple #79016F

Tints of Purple #79016F

Color information

#79016F (or 0x79016F) is unknown color: approx Purple. HEX triplet: 79, 01 and 6F. RGB value is (121,1,111). Sum of RGB (Red+Green+Blue) = 121+1+111=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79016F is #86FE90. Grayscale: #313131. Windows color (decimal): -8846993 or 7274873. OLE color: 7274873.

HSL color Cylindrical-coordinate representation of color #79016F: hue angle of 305º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79016F is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1211111-
CMYK00.990.080.53
HSL305º98.36%23.92%-
HSV(B)305º99.17%47.45%-
XYZ10.775.2315.48-
YUV49.42162.76179.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.93%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=51.93%
G=0.43%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121111100.990.080.5330598.3623.92
Hex7916F0638351316218
Octal17111570143106546114230
Binary111100111101111011000111000110101100110001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,1,111); }

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

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

 a { background-color: rgb(121,1,111); }

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

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

 span { border-color: rgb(121,1,111); }

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