#77168F

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

Shades of Purple #77168F

Tints of Purple #77168F

Color information

#77168F (or 0x77168F) is unknown color: approx Purple. HEX triplet: 77, 16 and 8F. RGB value is (119,22,143). Sum of RGB (Red+Green+Blue) = 119+22+143=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #77168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77168F is #88E970. Grayscale: #404040. Windows color (decimal): -8972657 or 9377399. OLE color: 9377399.

HSL color Cylindrical-coordinate representation of color #77168F: hue angle of 288.1º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77168F is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11922143-
CMYK0.170.8500.44
HSL288.1º73.33%32.35%-
HSV(B)288.1º84.62%56.08%-
XYZ12.856.4826.56-
YUV64.8172.14166.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=41.90%
G=7.75%
B=50.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119221430.170.8500.44288.173.3332.35
Hex77168F115502C1204920
Octal167262172112505444011140
Binary1110111101101000111110001101010101011001001000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77168F; }

 p { color: rgb(119,22,143); }

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

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

 a { background-color: rgb(119,22,143); }

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

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

 span { border-color: rgb(119,22,143); }

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