#77068F

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

Shades of Purple #77068F

Tints of Purple #77068F

Color information

#77068F (or 0x77068F) is unknown color: approx Purple. HEX triplet: 77, 06 and 8F. RGB value is (119,6,143). Sum of RGB (Red+Green+Blue) = 119+6+143=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #77068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77068F is #88F970. Grayscale: #363636. Windows color (decimal): -8976753 or 9373303. OLE color: 9373303.

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

Color convert

RGB1196143-
CMYK0.170.9600.44
HSL289.49º91.95%29.22%-
HSV(B)289.49º95.8%56.08%-
XYZ12.636.0426.49-
YUV55.4177.44173.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 6 (2.73% from 255) = 2.24%
BLUE value IS 143 (56.25% from 255) = 53.36%
R=44.40%
G=2.24%
B=53.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11961430.170.9600.44289.4991.9529.22
Hex7768F116002C1215c1d
Octal16762172114005444113435
Binary1110111110100011111000111000000101100100100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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