#760777

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

Shades of Purple #760777

Tints of Purple #760777

Color information

#760777 (or 0x760777) is unknown color: approx Purple. HEX triplet: 76, 07 and 77. RGB value is (118,7,119). Sum of RGB (Red+Green+Blue) = 118+7+119=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #760777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760777 is #89F888. Grayscale: #343434. Windows color (decimal): -9042057 or 7800694. OLE color: 7800694.

HSL color Cylindrical-coordinate representation of color #760777: hue angle of 299.46º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760777 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1187119-
CMYK0.010.9400.53
HSL299.46º88.89%24.71%-
HSV(B)299.46º94.12%46.67%-
XYZ10.885.3417.91-
YUV52.96165.27174.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 7 (3.12% from 255) = 2.87%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=48.36%
G=2.87%
B=48.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11871190.010.9400.53299.4688.8924.71
Hex7677715E03512b5919
Octal1667167113606545313131
Binary11101101111110111110111100110101100101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760777; }

 p { color: rgb(118,7,119); }

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

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

 a { background-color: rgb(118,7,119); }

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

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

 span { border-color: rgb(118,7,119); }

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