#790F90

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

Shades of Purple #790F90

Tints of Purple #790F90

Color information

#790F90 (or 0x790F90) is unknown color: approx Purple. HEX triplet: 79, 0F and 90. RGB value is (121,15,144). Sum of RGB (Red+Green+Blue) = 121+15+144=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #790F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F90 is #86F06F. Grayscale: #3C3C3C. Windows color (decimal): -8843376 or 9441145. OLE color: 9441145.

HSL color Cylindrical-coordinate representation of color #790F90: hue angle of 289.3º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790F90 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12115144-
CMYK0.160.9000.44
HSL289.3º81.13%31.18%-
HSV(B)289.3º89.58%56.47%-
XYZ13.096.4226.93-
YUV61.4174.62170.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 15 (6.25% from 255) = 5.36%
BLUE value IS 144 (56.64% from 255) = 51.43%
R=43.21%
G=5.36%
B=51.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121151440.160.9000.44289.381.1331.18
Hex79F90105A02C121511f
Octal171172202013205444112137
Binary11110011111100100001000010110100101100100100001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,15,144); }

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

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

 a { background-color: rgb(121,15,144); }

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

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

 span { border-color: rgb(121,15,144); }

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