#790E78

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

Shades of Purple #790E78

Tints of Purple #790E78

Color information

#790E78 (or 0x790E78) is unknown color: approx Purple. HEX triplet: 79, 0E and 78. RGB value is (121,14,120). Sum of RGB (Red+Green+Blue) = 121+14+120=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #790E78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E78 is #86F187. Grayscale: #393939. Windows color (decimal): -8843656 or 7868025. OLE color: 7868025.

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

Color convert

RGB12114120-
CMYK00.880.010.53
HSL300.56º79.26%26.47%-
HSV(B)300.56º88.43%47.45%-
XYZ11.435.7418.27-
YUV58.08162.95172.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=47.45%
G=5.49%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211412000.880.010.53300.5679.2626.47
Hex79E7805813512d4f1a
Octal17116170013016545511732
Binary111100111101111000010110001110101100101101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,14,120); }

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

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

 a { background-color: rgb(121,14,120); }

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

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

 span { border-color: rgb(121,14,120); }

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