#790B8E

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

Shades of Purple #790B8E

Tints of Purple #790B8E

Color information

#790B8E (or 0x790B8E) is unknown color: approx Purple. HEX triplet: 79, 0B and 8E. RGB value is (121,11,142). Sum of RGB (Red+Green+Blue) = 121+11+142=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #790B8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790B8E is #86F471. Grayscale: #3A3A3A. Windows color (decimal): -8844402 or 9309049. OLE color: 9309049.

HSL color Cylindrical-coordinate representation of color #790B8E: hue angle of 290.38º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790B8E is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12111142-
CMYK0.150.9200.44
HSL290.38º85.62%30%-
HSV(B)290.38º92.25%55.69%-
XYZ12.896.2626.12-
YUV58.82174.94172.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 11 (4.69% from 255) = 4.01%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=44.16%
G=4.01%
B=51.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121111420.150.9200.44290.3885.6230
Hex79B8EF5C02C122561e
Octal171132161713405444212636
Binary1111001101110001110111110111000101100100100010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,11,142); }

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

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

 a { background-color: rgb(121,11,142); }

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

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

 span { border-color: rgb(121,11,142); }

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