#790E91

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

Shades of Purple #790E91

Tints of Purple #790E91

Color information

#790E91 (or 0x790E91) is unknown color: approx Purple. HEX triplet: 79, 0E and 91. RGB value is (121,14,145). Sum of RGB (Red+Green+Blue) = 121+14+145=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #790E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790E91 is #86F16E. Grayscale: #3C3C3C. Windows color (decimal): -8843631 or 9506425. OLE color: 9506425.

HSL color Cylindrical-coordinate representation of color #790E91: hue angle of 289.01º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790E91 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12114145-
CMYK0.170.9000.43
HSL289.01º82.39%31.18%-
HSV(B)289.01º90.34%56.86%-
XYZ13.156.4227.33-
YUV60.93175.45170.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=43.21%
G=5%
B=51.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121141450.170.9000.43289.0182.3931.18
Hex79E91115A02B121521f
Octal171162212113205344112237
Binary11110011110100100011000110110100101011100100001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790E91; }

 p { color: rgb(121,14,145); }

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

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

 a { background-color: rgb(121,14,145); }

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

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

 span { border-color: rgb(121,14,145); }

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