#79016C

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

Shades of Purple #79016C

Tints of Purple #79016C

Color information

#79016C (or 0x79016C) is unknown color: approx Purple. HEX triplet: 79, 01 and 6C. RGB value is (121,1,108). Sum of RGB (Red+Green+Blue) = 121+1+108=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79016C is #86FE93. Grayscale: #303030. Windows color (decimal): -8846996 or 7078265. OLE color: 7078265.

HSL color Cylindrical-coordinate representation of color #79016C: hue angle of 306.5º 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 #79016C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB1211108-
CMYK00.990.110.53
HSL306.5º98.36%23.92%-
HSV(B)306.5º99.17%47.45%-
XYZ10.65.1714.63-
YUV49.08161.26179.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=52.61%
G=0.43%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121110800.990.110.53306.598.3623.92
Hex7916C063B351326218
Octal17111540143136546214230
Binary111100111101100011000111011110101100110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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