#760F85

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

Shades of Purple #760F85

Tints of Purple #760F85

Color information

#760F85 (or 0x760F85) is unknown color: approx Purple. HEX triplet: 76, 0F and 85. RGB value is (118,15,133). Sum of RGB (Red+Green+Blue) = 118+15+133=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #760F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760F85 is #89F07A. Grayscale: #3A3A3A. Windows color (decimal): -9039995 or 8720246. OLE color: 8720246.

HSL color Cylindrical-coordinate representation of color #760F85: hue angle of 292.37º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760F85 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11815133-
CMYK0.110.8900.48
HSL292.37º79.73%29.02%-
HSV(B)292.37º88.72%52.16%-
XYZ11.885.8922.7-
YUV59.25169.62169.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 133 (52.34% from 255) = 50%
R=44.36%
G=5.64%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118151330.110.8900.48292.3779.7329.02
Hex76F85B59030124501d
Octal166172051313106044412035
Binary1110110111110000101101110110010110000100100100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760F85; }

 p { color: rgb(118,15,133); }

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

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

 a { background-color: rgb(118,15,133); }

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

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

 span { border-color: rgb(118,15,133); }

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