#77067C

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

Shades of Purple #77067C

Tints of Purple #77067C

Color information

#77067C (or 0x77067C) is unknown color: approx Purple. HEX triplet: 77, 06 and 7C. RGB value is (119,6,124). Sum of RGB (Red+Green+Blue) = 119+6+124=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #77067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77067C is #88F983. Grayscale: #343434. Windows color (decimal): -8976772 or 8128119. OLE color: 8128119.

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

Color convert

RGB1196124-
CMYK0.040.9500.51
HSL297.46º90.77%25.49%-
HSV(B)297.46º95.16%48.63%-
XYZ11.315.5119.54-
YUV53.24167.94174.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=47.79%
G=2.41%
B=49.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11961240.040.9500.51297.4690.7725.49
Hex7767C45F0331295b19
Octal1676174413706345113331
Binary1110111110111110010010111110110011100101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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