#77097F

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

Shades of Purple #77097F

Tints of Purple #77097F

Color information

#77097F (or 0x77097F) is unknown color: approx Purple. HEX triplet: 77, 09 and 7F. RGB value is (119,9,127). Sum of RGB (Red+Green+Blue) = 119+9+127=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #77097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77097F is #88F680. Grayscale: #363636. Windows color (decimal): -8976001 or 8325495. OLE color: 8325495.

HSL color Cylindrical-coordinate representation of color #77097F: hue angle of 295.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77097F is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1199127-
CMYK0.060.9300.50
HSL295.93º86.76%26.67%-
HSV(B)295.93º92.91%49.8%-
XYZ11.545.6520.56-
YUV55.34168.44173.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 127 (50% from 255) = 49.80%
R=46.67%
G=3.53%
B=49.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11991270.060.9300.50295.9386.7626.67
Hex7797F65D032128571b
Octal16711177613506245012733
Binary11101111001111111111010111010110010100101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,9,127); }

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

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

 a { background-color: rgb(119,9,127); }

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

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

 span { border-color: rgb(119,9,127); }

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