#781179

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

Shades of Purple #781179

Tints of Purple #781179

Color information

#781179 (or 0x781179) is unknown color: approx Purple. HEX triplet: 78, 11 and 79. RGB value is (120,17,121). Sum of RGB (Red+Green+Blue) = 120+17+121=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #781179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781179 is #87EE86. Grayscale: #3B3B3B. Windows color (decimal): -8908423 or 7934328. OLE color: 7934328.

HSL color Cylindrical-coordinate representation of color #781179: hue angle of 299.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781179 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12017121-
CMYK0.010.8600.53
HSL299.42º75.36%27.06%-
HSV(B)299.42º85.95%47.45%-
XYZ11.45.7718.6-
YUV59.65162.62171.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=46.51%
G=6.59%
B=46.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120171210.010.8600.53299.4275.3627.06
Hex78117915603512b4b1b
Octal17021171112606545311333
Binary1111000100011111001110101100110101100101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781179; }

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

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

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

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

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

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

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

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