#760A8A

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

Shades of Purple #760A8A

Tints of Purple #760A8A

Color information

#760A8A (or 0x760A8A) is unknown color: approx Purple. HEX triplet: 76, 0A and 8A. RGB value is (118,10,138). Sum of RGB (Red+Green+Blue) = 118+10+138=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #760A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760A8A is #89F575. Grayscale: #383838. Windows color (decimal): -9041270 or 9046646. OLE color: 9046646.

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

Color convert

RGB11810138-
CMYK0.140.9300.46
HSL290.62º86.49%29.02%-
HSV(B)290.62º92.75%54.12%-
XYZ12.175.924.54-
YUV56.88173.78171.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=44.36%
G=3.76%
B=51.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118101380.140.9300.46290.6286.4929.02
Hex76A8AE5D02E123561d
Octal166122121613505644312635
Binary1110110101010001010111010111010101110100100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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