#790378

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

Shades of Purple #790378

Tints of Purple #790378

Color information

#790378 (or 0x790378) is unknown color: approx Purple. HEX triplet: 79, 03 and 78. RGB value is (121,3,120). Sum of RGB (Red+Green+Blue) = 121+3+120=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #790378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790378 is #86FC87. Grayscale: #333333. Windows color (decimal): -8846472 or 7865209. OLE color: 7865209.

HSL color Cylindrical-coordinate representation of color #790378: hue angle of 300.51º 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 #790378 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB1213120-
CMYK00.980.010.53
HSL300.51º95.16%24.31%-
HSV(B)300.51º97.52%47.45%-
XYZ11.315.4918.23-
YUV51.62166.59177.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=49.59%
G=1.23%
B=49.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121312000.980.010.53300.5195.1624.31
Hex7937806213512d5f18
Octal1713170014216545513730
Binary1111001111111000011000101110101100101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790378; }

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

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

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

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

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

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

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

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