#760577

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

Shades of Purple #760577

Tints of Purple #760577

Color information

#760577 (or 0x760577) is unknown color: approx Purple. HEX triplet: 76, 05 and 77. RGB value is (118,5,119). Sum of RGB (Red+Green+Blue) = 118+5+119=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #760577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760577 is #89FA88. Grayscale: #333333. Windows color (decimal): -9042569 or 7800182. OLE color: 7800182.

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

Color convert

RGB1185119-
CMYK0.010.9600.53
HSL299.47º91.94%24.31%-
HSV(B)299.47º95.8%46.67%-
XYZ10.865.2917.9-
YUV51.78165.94175.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=48.76%
G=2.07%
B=49.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11851190.010.9600.53299.4791.9424.31
Hex7657716003512b5c18
Octal1665167114006545313430
Binary11101101011110111111000000110101100101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760577; }

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

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

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

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

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

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

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

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