#780671

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

Shades of Purple #780671

Tints of Purple #780671

Color information

#780671 (or 0x780671) is unknown color: approx Purple. HEX triplet: 78, 06 and 71. RGB value is (120,6,113). Sum of RGB (Red+Green+Blue) = 120+6+113=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780671 is #87F98E. Grayscale: #333333. Windows color (decimal): -8911247 or 7407224. OLE color: 7407224.

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

Color convert

RGB1206113-
CMYK00.950.060.53
HSL303.68º90.48%24.71%-
HSV(B)303.68º95%47.06%-
XYZ10.795.3216.08-
YUV52.28162.27176.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=50.21%
G=2.51%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120611300.950.060.53303.6890.4824.71
Hex7867105F6351305a19
Octal1706161013766546013231
Binary1111000110111000101011111110110101100110000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780671; }

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

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

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

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

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

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

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

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