#790A8E

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

Shades of Purple #790A8E

Tints of Purple #790A8E

Color information

#790A8E (or 0x790A8E) is unknown color: approx Purple. HEX triplet: 79, 0A and 8E. RGB value is (121,10,142). Sum of RGB (Red+Green+Blue) = 121+10+142=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #790A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790A8E is #86F571. Grayscale: #393939. Windows color (decimal): -8844658 or 9308793. OLE color: 9308793.

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

Color convert

RGB12110142-
CMYK0.150.9300.44
HSL290.45º86.84%29.8%-
HSV(B)290.45º92.96%55.69%-
XYZ12.886.2426.12-
YUV58.24175.27172.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=44.32%
G=3.66%
B=52.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121101420.150.9300.44290.4586.8429.8
Hex79A8EF5D02C122571e
Octal171122161713505444212736
Binary1111001101010001110111110111010101100100100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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