#760575

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

Shades of Purple #760575

Tints of Purple #760575

Color information

#760575 (or 0x760575) is unknown color: approx Purple. HEX triplet: 76, 05 and 75. RGB value is (118,5,117). Sum of RGB (Red+Green+Blue) = 118+5+117=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760575 is #89FA8A. Grayscale: #333333. Windows color (decimal): -9042571 or 7669110. OLE color: 7669110.

HSL color Cylindrical-coordinate representation of color #760575: hue angle of 300.53º 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 #760575 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB1185117-
CMYK00.960.010.54
HSL300.53º91.87%24.12%-
HSV(B)300.53º95.76%46.27%-
XYZ10.745.2417.28-
YUV51.56164.94175.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=49.17%
G=2.08%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118511700.960.010.54300.5391.8724.12
Hex7657506013612d5c18
Octal1665165014016645513430
Binary11101101011110101011000001110110100101101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760575; }

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

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

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

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

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

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

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

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