#760C75

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

Shades of Purple #760C75

Tints of Purple #760C75

Color information

#760C75 (or 0x760C75) is unknown color: approx Purple. HEX triplet: 76, 0C and 75. RGB value is (118,12,117). Sum of RGB (Red+Green+Blue) = 118+12+117=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #760C75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C75 is #89F38A. Grayscale: #373737. Windows color (decimal): -9040779 or 7670902. OLE color: 7670902.

HSL color Cylindrical-coordinate representation of color #760C75: hue angle of 300.57º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C75 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11812117-
CMYK00.900.010.54
HSL300.57º81.54%25.49%-
HSV(B)300.57º89.83%46.27%-
XYZ10.815.417.3-
YUV55.66162.62172.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=47.77%
G=4.86%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181211700.900.010.54300.5781.5425.49
Hex76C7505A13612d5219
Octal16614165013216645512231
Binary111011011001110101010110101110110100101101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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