#77096E

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

Shades of Purple #77096E

Tints of Purple #77096E

Color information

#77096E (or 0x77096E) is unknown color: approx Purple. HEX triplet: 77, 09 and 6E. RGB value is (119,9,110). Sum of RGB (Red+Green+Blue) = 119+9+110=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77096E is #88F691. Grayscale: #353535. Windows color (decimal): -8976018 or 7211383. OLE color: 7211383.

HSL color Cylindrical-coordinate representation of color #77096E: hue angle of 304.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77096E is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1199110-
CMYK00.920.080.53
HSL304.91º85.94%25.1%-
HSV(B)304.91º92.44%46.67%-
XYZ10.525.2415.21-
YUV53.4159.94174.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=50%
G=3.78%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119911000.920.080.53304.9185.9425.1
Hex7796E05C8351315619
Octal167111560134106546112631
Binary111011110011101110010111001000110101100110001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77096E; }

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

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

<style>
 a { background-color: #77096E; }

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

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

<style>
 span { border-color: #77096E; }

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

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