#760D80

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

Shades of Purple #760D80

Tints of Purple #760D80

Color information

#760D80 (or 0x760D80) is unknown color: approx Purple. HEX triplet: 76, 0D and 80. RGB value is (118,13,128). Sum of RGB (Red+Green+Blue) = 118+13+128=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #760D80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D80 is #89F27F. Grayscale: #393939. Windows color (decimal): -9040512 or 8392054. OLE color: 8392054.

HSL color Cylindrical-coordinate representation of color #760D80: hue angle of 294.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760D80 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11813128-
CMYK0.080.9000.50
HSL294.78º81.56%27.65%-
HSV(B)294.78º89.84%50.2%-
XYZ11.515.720.92-
YUV57.5167.79171.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 128 (50.39% from 255) = 49.42%
R=45.56%
G=5.02%
B=49.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118131280.080.9000.50294.7881.5627.65
Hex76D8085A032127521c
Octal166152001013206244712234
Binary1110110110110000000100010110100110010100100111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,13,128); }

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

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

 a { background-color: rgb(118,13,128); }

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

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

 span { border-color: rgb(118,13,128); }

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