#760571

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

Shades of Purple #760571

Tints of Purple #760571

Color information

#760571 (or 0x760571) is unknown color: approx Purple. HEX triplet: 76, 05 and 71. RGB value is (118,5,113). Sum of RGB (Red+Green+Blue) = 118+5+113=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760571 is #89FA8E. Grayscale: #323232. Windows color (decimal): -9042575 or 7406966. OLE color: 7406966.

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

Color convert

RGB1185113-
CMYK00.960.040.54
HSL302.65º91.87%24.12%-
HSV(B)302.65º95.76%46.27%-
XYZ10.515.1516.06-
YUV51.1162.94175.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=50%
G=2.12%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118511300.960.040.54302.6591.8724.12
Hex7657106043612f5c18
Octal1665161014046645713430
Binary1110110101111000101100000100110110100101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760571; }

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

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

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

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

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

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

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

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