#780C71

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

Shades of Purple #780C71

Tints of Purple #780C71

Color information

#780C71 (or 0x780C71) is unknown color: approx Purple. HEX triplet: 78, 0C and 71. RGB value is (120,12,113). Sum of RGB (Red+Green+Blue) = 120+12+113=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C71 is #87F38E. Grayscale: #373737. Windows color (decimal): -8909711 or 7408760. OLE color: 7408760.

HSL color Cylindrical-coordinate representation of color #780C71: hue angle of 303.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C71 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12012113-
CMYK00.900.060.53
HSL303.89º81.82%25.88%-
HSV(B)303.89º90%47.06%-
XYZ10.865.4516.1-
YUV55.81160.28173.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=48.98%
G=4.90%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201211300.900.060.53303.8981.8225.88
Hex78C7105A635130521a
Octal17014161013266546012232
Binary11110001100111000101011010110110101100110000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780C71; }

 p { color: rgb(120,12,113); }

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

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

 a { background-color: rgb(120,12,113); }

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

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

 span { border-color: rgb(120,12,113); }

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