#760C8A

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

Shades of Purple #760C8A

Tints of Purple #760C8A

Color information

#760C8A (or 0x760C8A) is unknown color: approx Purple. HEX triplet: 76, 0C and 8A. RGB value is (118,12,138). Sum of RGB (Red+Green+Blue) = 118+12+138=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #760C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760C8A is #89F375. Grayscale: #393939. Windows color (decimal): -9040758 or 9047158. OLE color: 9047158.

HSL color Cylindrical-coordinate representation of color #760C8A: hue angle of 290.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760C8A is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11812138-
CMYK0.140.9100.46
HSL290.48º84%29.41%-
HSV(B)290.48º91.3%54.12%-
XYZ12.195.9524.55-
YUV58.06173.12170.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=44.03%
G=4.48%
B=51.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118121380.140.9100.46290.488429.41
Hex76C8AE5B02E122541d
Octal166142121613305644212435
Binary1110110110010001010111010110110101110100100010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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