#790D8E

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

Shades of Purple #790D8E

Tints of Purple #790D8E

Color information

#790D8E (or 0x790D8E) is unknown color: approx Purple. HEX triplet: 79, 0D and 8E. RGB value is (121,13,142). Sum of RGB (Red+Green+Blue) = 121+13+142=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #790D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D8E is #86F271. Grayscale: #3B3B3B. Windows color (decimal): -8843890 or 9309561. OLE color: 9309561.

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

Color convert

RGB12113142-
CMYK0.150.9100.44
HSL290.23º83.23%30.39%-
HSV(B)290.23º90.85%55.69%-
XYZ12.916.3126.13-
YUV60174.28171.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=43.84%
G=4.71%
B=51.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121131420.150.9100.44290.2383.2330.39
Hex79D8EF5B02C122531e
Octal171152161713305444212336
Binary1111001110110001110111110110110101100100100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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