#790B78

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

Shades of Purple #790B78

Tints of Purple #790B78

Color information

#790B78 (or 0x790B78) is unknown color: approx Purple. HEX triplet: 79, 0B and 78. RGB value is (121,11,120). Sum of RGB (Red+Green+Blue) = 121+11+120=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #790B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B78 is #86F487. Grayscale: #373737. Windows color (decimal): -8844424 or 7867257. OLE color: 7867257.

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

Color convert

RGB12111120-
CMYK00.910.010.53
HSL300.55º83.33%25.88%-
HSV(B)300.55º90.91%47.45%-
XYZ11.395.6618.26-
YUV56.32163.94174.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=48.02%
G=4.37%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211112000.910.010.53300.5583.3325.88
Hex79B7805B13512d531a
Octal17113170013316545512332
Binary111100110111111000010110111110101100101101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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