#760D8C

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

Shades of Purple #760D8C

Tints of Purple #760D8C

Color information

#760D8C (or 0x760D8C) is unknown color: approx Purple. HEX triplet: 76, 0D and 8C. RGB value is (118,13,140). Sum of RGB (Red+Green+Blue) = 118+13+140=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #760D8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D8C is #89F273. Grayscale: #3A3A3A. Windows color (decimal): -9040500 or 9178486. OLE color: 9178486.

HSL color Cylindrical-coordinate representation of color #760D8C: hue angle of 289.61º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760D8C is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11813140-
CMYK0.160.9100.45
HSL289.61º83.01%30%-
HSV(B)289.61º90.71%54.9%-
XYZ12.356.0325.32-
YUV58.87173.79170.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 13 (5.47% from 255) = 4.80%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=43.54%
G=4.80%
B=51.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118131400.160.9100.45289.6183.0130
Hex76D8C105B02D122531e
Octal166152142013305544212336
Binary11101101101100011001000010110110101101100100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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