#77167C

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

Shades of Purple #77167C

Tints of Purple #77167C

Color information

#77167C (or 0x77167C) is unknown color: approx Purple. HEX triplet: 77, 16 and 7C. RGB value is (119,22,124). Sum of RGB (Red+Green+Blue) = 119+22+124=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #77167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77167C is #88E983. Grayscale: #3E3E3E. Windows color (decimal): -8972676 or 8132215. OLE color: 8132215.

HSL color Cylindrical-coordinate representation of color #77167C: hue angle of 297.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77167C is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11922124-
CMYK0.040.8200.51
HSL297.06º69.86%28.63%-
HSV(B)297.06º82.26%48.63%-
XYZ11.535.9519.61-
YUV62.63162.64168.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=44.91%
G=8.30%
B=46.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119221240.040.8200.51297.0669.8628.63
Hex77167C452033129461d
Octal16726174412206345110635
Binary111011110110111110010010100100110011100101001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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