#780691

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

Shades of Purple #780691

Tints of Purple #780691

Color information

#780691 (or 0x780691) is unknown color: approx Purple. HEX triplet: 78, 06 and 91. RGB value is (120,6,145). Sum of RGB (Red+Green+Blue) = 120+6+145=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #780691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780691 is #87F96E. Grayscale: #373737. Windows color (decimal): -8911215 or 9504376. OLE color: 9504376.

HSL color Cylindrical-coordinate representation of color #780691: hue angle of 289.21º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780691 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1206145-
CMYK0.170.9600.43
HSL289.21º92.05%29.61%-
HSV(B)289.21º95.86%56.86%-
XYZ12.926.1727.3-
YUV55.93178.27173.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=44.28%
G=2.21%
B=53.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12061450.170.9600.43289.2192.0529.61
Hex78691116002B1215c1e
Octal17062212114005344113436
Binary1111000110100100011000111000000101011100100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780691; }

 p { color: rgb(120,6,145); }

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

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

 a { background-color: rgb(120,6,145); }

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

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

 span { border-color: rgb(120,6,145); }

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