#781079

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

Shades of Purple #781079

Tints of Purple #781079

Color information

#781079 (or 0x781079) is unknown color: approx Purple. HEX triplet: 78, 10 and 79. RGB value is (120,16,121). Sum of RGB (Red+Green+Blue) = 120+16+121=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #781079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781079 is #87EF86. Grayscale: #3A3A3A. Windows color (decimal): -8908679 or 7934072. OLE color: 7934072.

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

Color convert

RGB12016121-
CMYK0.010.8700.53
HSL299.43º76.64%26.86%-
HSV(B)299.43º86.78%47.45%-
XYZ11.385.7418.6-
YUV59.07162.96171.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=46.69%
G=6.23%
B=47.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120161210.010.8700.53299.4376.6426.86
Hex78107915703512b4d1b
Octal17020171112706545311533
Binary1111000100001111001110101110110101100101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781079; }

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

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

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

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

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

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

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

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