#79016B

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

Shades of Purple #79016B

Tints of Purple #79016B

Color information

#79016B (or 0x79016B) is unknown color: approx Purple. HEX triplet: 79, 01 and 6B. RGB value is (121,1,107). Sum of RGB (Red+Green+Blue) = 121+1+107=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79016B is #86FE94. Grayscale: #303030. Windows color (decimal): -8846997 or 7012729. OLE color: 7012729.

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

Color convert

RGB1211107-
CMYK00.990.120.53
HSL307º98.36%23.92%-
HSV(B)307º99.17%47.45%-
XYZ10.555.1514.35-
YUV48.96160.76179.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=52.84%
G=0.44%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121110700.990.120.5330798.3623.92
Hex7916B063C351336218
Octal17111530143146546314230
Binary111100111101011011000111100110101100110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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