#790A72

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

Shades of Purple #790A72

Tints of Purple #790A72

Color information

#790A72 (or 0x790A72) is unknown color: approx Purple. HEX triplet: 79, 0A and 72. RGB value is (121,10,114). Sum of RGB (Red+Green+Blue) = 121+10+114=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #790A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790A72 is #86F58D. Grayscale: #363636. Windows color (decimal): -8844686 or 7473785. OLE color: 7473785.

HSL color Cylindrical-coordinate representation of color #790A72: hue angle of 303.78º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790A72 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12110114-
CMYK00.920.060.53
HSL303.78º84.73%25.69%-
HSV(B)303.78º91.74%47.45%-
XYZ11.035.516.4-
YUV55.04161.27175.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=49.39%
G=4.08%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211011400.920.060.53303.7884.7325.69
Hex79A7205C635130551a
Octal17112162013466546012532
Binary11110011010111001001011100110110101100110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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