#791076

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

Shades of Purple #791076

Tints of Purple #791076

Color information

#791076 (or 0x791076) is unknown color: approx Purple. HEX triplet: 79, 10 and 76. RGB value is (121,16,118). Sum of RGB (Red+Green+Blue) = 121+16+118=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #791076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791076 is #86EF89. Grayscale: #3A3A3A. Windows color (decimal): -8843146 or 7737465. OLE color: 7737465.

HSL color Cylindrical-coordinate representation of color #791076: hue angle of 301.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791076 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12116118-
CMYK00.870.020.53
HSL301.71º76.64%26.86%-
HSV(B)301.71º86.78%47.45%-
XYZ11.345.7417.65-
YUV59.02161.29172.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=47.45%
G=6.27%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211611800.870.020.53301.7176.6426.86
Hex79107605723512e4d1b
Octal17120166012726545611533
Binary11110011000011101100101011110110101100101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791076; }

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

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

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

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

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

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

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

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