#771479

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

Shades of Purple #771479

Tints of Purple #771479

Color information

#771479 (or 0x771479) is unknown color: approx Purple. HEX triplet: 77, 14 and 79. RGB value is (119,20,121). Sum of RGB (Red+Green+Blue) = 119+20+121=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #771479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771479 is #88EB86. Grayscale: #3C3C3C. Windows color (decimal): -8973191 or 7935095. OLE color: 7935095.

HSL color Cylindrical-coordinate representation of color #771479: hue angle of 298.81º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771479 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11920121-
CMYK0.020.8300.53
HSL298.81º71.63%27.65%-
HSV(B)298.81º83.47%47.45%-
XYZ11.315.818.61-
YUV61.11161.8169.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=45.77%
G=7.69%
B=46.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119201210.020.8300.53298.8171.6327.65
Hex77147925303512b481c
Octal16724171212306545311034
Binary11101111010011110011010100110110101100101011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771479; }

 p { color: rgb(119,20,121); }

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

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

 a { background-color: rgb(119,20,121); }

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

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

 span { border-color: rgb(119,20,121); }

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