#790774

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

Shades of Purple #790774

Tints of Purple #790774

Color information

#790774 (or 0x790774) is unknown color: approx Purple. HEX triplet: 79, 07 and 74. RGB value is (121,7,116). Sum of RGB (Red+Green+Blue) = 121+7+116=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #790774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790774 is #86F88B. Grayscale: #353535. Windows color (decimal): -8845452 or 7604089. OLE color: 7604089.

HSL color Cylindrical-coordinate representation of color #790774: hue angle of 302.63º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790774 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB1217116-
CMYK00.940.040.53
HSL302.63º89.06%25.1%-
HSV(B)302.63º94.21%47.45%-
XYZ11.115.4816.99-
YUV53.51163.27176.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 7 (3.12% from 255) = 2.87%
BLUE value IS 116 (45.70% from 255) = 47.54%
R=49.59%
G=2.87%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121711600.940.040.53302.6389.0625.1
Hex7977405E43512f5919
Octal1717164013646545713131
Binary1111001111111010001011110100110101100101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790774; }

 p { color: rgb(121,7,116); }

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

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

 a { background-color: rgb(121,7,116); }

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

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

 span { border-color: rgb(121,7,116); }

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