#77078C

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

Shades of Purple #77078C

Tints of Purple #77078C

Color information

#77078C (or 0x77078C) is unknown color: approx Purple. HEX triplet: 77, 07 and 8C. RGB value is (119,7,140). Sum of RGB (Red+Green+Blue) = 119+7+140=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #77078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77078C is #88F873. Grayscale: #373737. Windows color (decimal): -8976500 or 9176951. OLE color: 9176951.

HSL color Cylindrical-coordinate representation of color #77078C: hue angle of 290.53º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77078C is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1197140-
CMYK0.150.9500.45
HSL290.53º90.48%28.82%-
HSV(B)290.53º95%54.9%-
XYZ12.425.9725.31-
YUV55.65175.61173.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=44.74%
G=2.63%
B=52.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11971400.150.9500.45290.5390.4828.82
Hex7778CF5F02D1235a1d
Octal16772141713705544313235
Binary111011111110001100111110111110101101100100011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77078C; }

 p { color: rgb(119,7,140); }

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

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

 a { background-color: rgb(119,7,140); }

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

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

 span { border-color: rgb(119,7,140); }

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