#771478

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

Shades of Purple #771478

Tints of Purple #771478

Color information

#771478 (or 0x771478) is unknown color: approx Purple. HEX triplet: 77, 14 and 78. RGB value is (119,20,120). Sum of RGB (Red+Green+Blue) = 119+20+120=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #771478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771478 is #88EB87. Grayscale: #3C3C3C. Windows color (decimal): -8973192 or 7869559. OLE color: 7869559.

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

Color convert

RGB11920120-
CMYK0.010.8300.53
HSL299.4º71.43%27.45%-
HSV(B)299.4º83.33%47.06%-
XYZ11.255.7818.29-
YUV61161.3169.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=45.95%
G=7.72%
B=46.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119201200.010.8300.53299.471.4327.45
Hex77147815303512b471b
Octal16724170112306545310733
Binary1110111101001111000110100110110101100101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771478; }

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

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

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

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

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

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

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

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