#790374

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

Shades of Purple #790374

Tints of Purple #790374

Color information

#790374 (or 0x790374) is unknown color: approx Purple. HEX triplet: 79, 03 and 74. RGB value is (121,3,116). Sum of RGB (Red+Green+Blue) = 121+3+116=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790374 is #86FC8B. Grayscale: #323232. Windows color (decimal): -8846476 or 7603065. OLE color: 7603065.

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

Color convert

RGB1213116-
CMYK00.980.040.53
HSL302.54º95.16%24.31%-
HSV(B)302.54º97.52%47.45%-
XYZ11.075.3916.98-
YUV51.16164.59177.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=50.42%
G=1.25%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121311600.980.040.53302.5495.1624.31
Hex7937406243512f5f18
Octal1713164014246545713730
Binary111100111111010001100010100110101100101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790374; }

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

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

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

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

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

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

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

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